Lines Matching refs:PCRE2_SPTR
79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end()
85 PCRE2_SPTR ptr = *ptrptr; in find_text_end()
220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
242 PCRE2_SPTR ptr; in pcre2_substitute()
243 PCRE2_SPTR repend; in pcre2_substitute()
312 scb.output = (PCRE2_SPTR)buffer; in pcre2_substitute()
359 PCRE2_SPTR ptrstack[PTR_STACK_SIZE]; in pcre2_substitute()
521 PCRE2_SPTR text1_start = NULL; in pcre2_substitute()
522 PCRE2_SPTR text1_end = NULL; in pcre2_substitute()
523 PCRE2_SPTR text2_start = NULL; in pcre2_substitute()
524 PCRE2_SPTR text2_end = NULL; in pcre2_substitute()
641 PCRE2_SPTR mark = pcre2_get_mark(match_data); in pcre2_substitute()
644 PCRE2_SPTR mark_start = mark; in pcre2_substitute()
658 PCRE2_SPTR subptr, subptrend; in pcre2_substitute()
667 PCRE2_SPTR first, last, entry; in pcre2_substitute()