Lines Matching refs:PCRE2_SPTR
78 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end()
84 PCRE2_SPTR ptr = *ptrptr; in find_text_end()
215 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
217 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
234 PCRE2_SPTR ptr; in pcre2_substitute()
235 PCRE2_SPTR repend; in pcre2_substitute()
297 PCRE2_SPTR ptrstack[PTR_STACK_SIZE]; in pcre2_substitute()
422 PCRE2_SPTR text1_start = NULL; in pcre2_substitute()
423 PCRE2_SPTR text1_end = NULL; in pcre2_substitute()
424 PCRE2_SPTR text2_start = NULL; in pcre2_substitute()
425 PCRE2_SPTR text2_end = NULL; in pcre2_substitute()
542 PCRE2_SPTR mark = pcre2_get_mark(match_data); in pcre2_substitute()
545 PCRE2_SPTR mark_start = mark; in pcre2_substitute()
559 PCRE2_SPTR subptr, subptrend; in pcre2_substitute()
568 PCRE2_SPTR first, last, entry; in pcre2_substitute()