Lines Matching refs:PCRE2_SPTR

1324 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign,  in read_number()
1329 PCRE2_SPTR ptr = *ptrptr; in read_number()
1411 read_repeat_counts(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *minp, in read_repeat_counts()
1414 PCRE2_SPTR p = *ptrptr; in read_repeat_counts()
1415 PCRE2_SPTR pp; in read_repeat_counts()
1550 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV()
1557 PCRE2_SPTR ptr = *ptrptr; in PRIV()
1606 PCRE2_SPTR p = ptr + 1; in PRIV()
1655 PCRE2_SPTR oldptr; in PRIV()
1698 PCRE2_SPTR hptr = ptr + 1; in PRIV()
1799 PCRE2_SPTR p = ptr + 1; in PRIV()
2166 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2171 PCRE2_SPTR ptr = *ptrptr; in get_ucp()
2376 check_posix_syntax(PCRE2_SPTR ptr, PCRE2_SPTR ptrend, PCRE2_SPTR *endptr) in check_posix_syntax()
2417 check_posix_name(PCRE2_SPTR ptr, int len) in check_posix_name()
2463 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2464 PCRE2_SIZE *offsetptr, PCRE2_SPTR *nameptr, uint32_t *namelenptr, in read_name()
2467 PCRE2_SPTR ptr = *ptrptr; in read_name()
2594 manage_callouts(PCRE2_SPTR ptr, uint32_t **pcalloutptr, BOOL auto_callout, in manage_callouts()
2772 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
2802 PCRE2_SPTR thisptr; in parse_regex()
2803 PCRE2_SPTR name; in parse_regex()
2804 PCRE2_SPTR ptrend = cb->end_pattern; in parse_regex()
2805 PCRE2_SPTR verbnamestart = NULL; /* Value avoids compiler warning */ in parse_regex()
2872 PCRE2_SPTR tempptr; in parse_regex()
3369 PCRE2_SPTR p = ptr + 1; in parse_regex()
4485 PCRE2_SPTR startptr = ptr; in parse_regex()
5060 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5553 find_dupname_details(PCRE2_SPTR name, uint32_t length, int *indexptr, in find_dupname_details()
6603 PCRE2_SPTR name; in compile_branch()
7024 PCRE2_SPTR name; in compile_branch()
7134 PCRE2_SPTR pp; in compile_branch()
8691 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored()
8695 PCRE2_SPTR scode = first_significant_code( in is_anchored()
8796 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
8800 PCRE2_SPTR scode = first_significant_code( in is_startline()
8917 static PCRE2_SPTR
8918 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9074 find_firstassertedcu(PCRE2_SPTR code, uint32_t *flags, uint32_t inassert) in find_firstassertedcu()
9085 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
9179 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
9626 PCRE2_SPTR name; in get_branchlength()
10124 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile()
10136 PCRE2_SPTR codestart; /* Start of compiled code */ in pcre2_compile()
10137 PCRE2_SPTR ptr; /* Current pointer in pattern */ in pcre2_compile()
10187 if (patlen == 0) pattern = (PCRE2_SPTR)""; else in pcre2_compile()
10486 PCRE2_SPTR p; in pcre2_compile()
10654 codestart = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)) + in pcre2_compile()
10727 PCRE2_SPTR rgroup; in pcre2_compile()
10741 PCRE2_SPTR search_from = codestart; in pcre2_compile()