Lines Matching refs:PCRE2_SPTR

1325 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign,  in read_number()
1330 PCRE2_SPTR ptr = *ptrptr; in read_number()
1412 read_repeat_counts(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *minp, in read_repeat_counts()
1415 PCRE2_SPTR p = *ptrptr; in read_repeat_counts()
1416 PCRE2_SPTR pp; in read_repeat_counts()
1551 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV()
1558 PCRE2_SPTR ptr = *ptrptr; in PRIV()
1607 PCRE2_SPTR p = ptr + 1; in PRIV()
1656 PCRE2_SPTR oldptr; in PRIV()
1699 PCRE2_SPTR hptr = ptr + 1; in PRIV()
1800 PCRE2_SPTR p = ptr + 1; in PRIV()
2167 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2172 PCRE2_SPTR ptr = *ptrptr; in get_ucp()
2377 check_posix_syntax(PCRE2_SPTR ptr, PCRE2_SPTR ptrend, PCRE2_SPTR *endptr) in check_posix_syntax()
2418 check_posix_name(PCRE2_SPTR ptr, int len) in check_posix_name()
2464 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2465 PCRE2_SIZE *offsetptr, PCRE2_SPTR *nameptr, uint32_t *namelenptr, in read_name()
2468 PCRE2_SPTR ptr = *ptrptr; in read_name()
2595 manage_callouts(PCRE2_SPTR ptr, uint32_t **pcalloutptr, BOOL auto_callout, in manage_callouts()
2773 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
2803 PCRE2_SPTR thisptr; in parse_regex()
2804 PCRE2_SPTR name; in parse_regex()
2805 PCRE2_SPTR ptrend = cb->end_pattern; in parse_regex()
2806 PCRE2_SPTR verbnamestart = NULL; /* Value avoids compiler warning */ in parse_regex()
2873 PCRE2_SPTR tempptr; in parse_regex()
3370 PCRE2_SPTR p = ptr + 1; in parse_regex()
4486 PCRE2_SPTR startptr = ptr; in parse_regex()
5061 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5554 find_dupname_details(PCRE2_SPTR name, uint32_t length, int *indexptr, in find_dupname_details()
6604 PCRE2_SPTR name; in compile_branch()
7025 PCRE2_SPTR name; in compile_branch()
7135 PCRE2_SPTR pp; in compile_branch()
8693 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored()
8697 PCRE2_SPTR scode = first_significant_code( in is_anchored()
8798 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
8802 PCRE2_SPTR scode = first_significant_code( in is_startline()
8919 static PCRE2_SPTR
8920 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9076 find_firstassertedcu(PCRE2_SPTR code, uint32_t *flags, uint32_t inassert) in find_firstassertedcu()
9087 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
9181 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
9628 PCRE2_SPTR name; in get_branchlength()
10126 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile()
10138 PCRE2_SPTR codestart; /* Start of compiled code */ in pcre2_compile()
10139 PCRE2_SPTR ptr; /* Current pointer in pattern */ in pcre2_compile()
10189 if (patlen == 0) pattern = (PCRE2_SPTR)""; else in pcre2_compile()
10488 PCRE2_SPTR p; in pcre2_compile()
10663 codestart = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)) + in pcre2_compile()
10736 PCRE2_SPTR rgroup; in pcre2_compile()
10750 PCRE2_SPTR search_from = codestart; in pcre2_compile()