Lines Matching refs:PCRE2_SPTR
1312 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number()
1317 PCRE2_SPTR ptr = *ptrptr; in read_number()
1398 read_repeat_counts(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *minp, in read_repeat_counts()
1401 PCRE2_SPTR p = *ptrptr; in read_repeat_counts()
1483 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV()
1488 PCRE2_SPTR ptr = *ptrptr; in PRIV()
1537 PCRE2_SPTR p = ptr + 1; in PRIV()
1582 PCRE2_SPTR oldptr; in PRIV()
1625 PCRE2_SPTR hptr = ptr + 1; in PRIV()
1722 PCRE2_SPTR p = ptr + 1; in PRIV()
2064 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2069 PCRE2_SPTR ptr = *ptrptr; in get_ucp()
2187 check_posix_syntax(PCRE2_SPTR ptr, PCRE2_SPTR ptrend, PCRE2_SPTR *endptr) in check_posix_syntax()
2228 check_posix_name(PCRE2_SPTR ptr, int len) in check_posix_name()
2273 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2274 PCRE2_SIZE *offsetptr, PCRE2_SPTR *nameptr, uint32_t *namelenptr, in read_name()
2277 PCRE2_SPTR ptr = *ptrptr; in read_name()
2398 manage_callouts(PCRE2_SPTR ptr, uint32_t **pcalloutptr, BOOL auto_callout, in manage_callouts()
2492 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
2520 PCRE2_SPTR thisptr; in parse_regex()
2521 PCRE2_SPTR name; in parse_regex()
2522 PCRE2_SPTR ptrend = cb->end_pattern; in parse_regex()
2523 PCRE2_SPTR verbnamestart = NULL; /* Value avoids compiler warning */ in parse_regex()
2589 PCRE2_SPTR tempptr; in parse_regex()
3085 PCRE2_SPTR p = ptr + 1; in parse_regex()
4167 PCRE2_SPTR startptr = ptr; in parse_regex()
4739 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5200 find_dupname_details(PCRE2_SPTR name, uint32_t length, int *indexptr, in find_dupname_details()
6228 PCRE2_SPTR name; in compile_branch()
6647 PCRE2_SPTR name; in compile_branch()
6757 PCRE2_SPTR pp; in compile_branch()
8269 is_anchored(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_anchored()
8273 PCRE2_SPTR scode = first_significant_code( in is_anchored()
8374 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
8378 PCRE2_SPTR scode = first_significant_code( in is_startline()
8495 static PCRE2_SPTR
8496 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
8652 find_firstassertedcu(PCRE2_SPTR code, int32_t *flags, uint32_t inassert) in find_firstassertedcu()
8663 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
8758 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
9186 PCRE2_SPTR name; in get_branchlength()
9638 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile()
9650 PCRE2_SPTR codestart; /* Start of compiled code */ in pcre2_compile()
9651 PCRE2_SPTR ptr; /* Current pointer in pattern */ in pcre2_compile()
9997 PCRE2_SPTR p; in pcre2_compile()
10166 codestart = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)) + in pcre2_compile()
10239 PCRE2_SPTR rgroup; in pcre2_compile()
10253 PCRE2_SPTR search_from = codestart; in pcre2_compile()