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()
217 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
219 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
236 PCRE2_SPTR ptr; in pcre2_substitute()
237 PCRE2_SPTR repend; in pcre2_substitute()
275 scb.output = (PCRE2_SPTR)buffer; in pcre2_substitute()
318 PCRE2_SPTR ptrstack[PTR_STACK_SIZE]; in pcre2_substitute()
466 PCRE2_SPTR text1_start = NULL; in pcre2_substitute()
467 PCRE2_SPTR text1_end = NULL; in pcre2_substitute()
468 PCRE2_SPTR text2_start = NULL; in pcre2_substitute()
469 PCRE2_SPTR text2_end = NULL; in pcre2_substitute()
586 PCRE2_SPTR mark = pcre2_get_mark(match_data); in pcre2_substitute()
589 PCRE2_SPTR mark_start = mark; in pcre2_substitute()
603 PCRE2_SPTR subptr, subptrend; in pcre2_substitute()
612 PCRE2_SPTR first, last, entry; in pcre2_substitute()