Lines Matching refs:PCRE2_SPTR
1319 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number()
1324 PCRE2_SPTR ptr = *ptrptr; in read_number()
1405 read_repeat_counts(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *minp, in read_repeat_counts()
1408 PCRE2_SPTR p; in read_repeat_counts()
1504 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV()
1509 PCRE2_SPTR ptr = *ptrptr; in PRIV()
1558 PCRE2_SPTR p = ptr + 1; in PRIV()
1603 PCRE2_SPTR oldptr; in PRIV()
1646 PCRE2_SPTR hptr = ptr + 1; in PRIV()
1743 PCRE2_SPTR p = ptr + 1; in PRIV()
2089 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2094 PCRE2_SPTR ptr = *ptrptr; in get_ucp()
2295 check_posix_syntax(PCRE2_SPTR ptr, PCRE2_SPTR ptrend, PCRE2_SPTR *endptr) in check_posix_syntax()
2336 check_posix_name(PCRE2_SPTR ptr, int len) in check_posix_name()
2381 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2382 PCRE2_SIZE *offsetptr, PCRE2_SPTR *nameptr, uint32_t *namelenptr, in read_name()
2385 PCRE2_SPTR ptr = *ptrptr; in read_name()
2506 manage_callouts(PCRE2_SPTR ptr, uint32_t **pcalloutptr, BOOL auto_callout, in manage_callouts()
2600 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
2628 PCRE2_SPTR thisptr; in parse_regex()
2629 PCRE2_SPTR name; in parse_regex()
2630 PCRE2_SPTR ptrend = cb->end_pattern; in parse_regex()
2631 PCRE2_SPTR verbnamestart = NULL; /* Value avoids compiler warning */ in parse_regex()
2697 PCRE2_SPTR tempptr; in parse_regex()
3193 PCRE2_SPTR p = ptr + 1; in parse_regex()
4275 PCRE2_SPTR startptr = ptr; in parse_regex()
4848 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5309 find_dupname_details(PCRE2_SPTR name, uint32_t length, int *indexptr, in find_dupname_details()
6340 PCRE2_SPTR name; in compile_branch()
6759 PCRE2_SPTR name; in compile_branch()
6869 PCRE2_SPTR pp; in compile_branch()
8396 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored()
8400 PCRE2_SPTR scode = first_significant_code( in is_anchored()
8501 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
8505 PCRE2_SPTR scode = first_significant_code( in is_startline()
8622 static PCRE2_SPTR
8623 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
8779 find_firstassertedcu(PCRE2_SPTR code, uint32_t *flags, uint32_t inassert) in find_firstassertedcu()
8790 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
8884 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
9312 PCRE2_SPTR name; in get_branchlength()
9764 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile()
9776 PCRE2_SPTR codestart; /* Start of compiled code */ in pcre2_compile()
9777 PCRE2_SPTR ptr; /* Current pointer in pattern */ in pcre2_compile()
10123 PCRE2_SPTR p; in pcre2_compile()
10293 codestart = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)) + in pcre2_compile()
10366 PCRE2_SPTR rgroup; in pcre2_compile()
10380 PCRE2_SPTR search_from = codestart; in pcre2_compile()