Home
last modified time | relevance | path

Searched refs:callout_string (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_pattern_info.c384 cb.callout_string = NULL; in pcre2_callout_enumerate()
397 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1; in pcre2_callout_enumerate()
Dpcre2_dfa_match.c2640 cb.callout_string = NULL; in internal_dfa_match()
2647 cb.callout_string = code + (2 + 5*LINK_SIZE) + 1; in internal_dfa_match()
3010 cb.callout_string = NULL; in internal_dfa_match()
3017 cb.callout_string = code + (1 + 4*LINK_SIZE) + 1; in internal_dfa_match()
Dpcre2.h.in367 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
379 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
Dpcre2.h.generic367 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
379 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
Dpcre2test.c3810 if (cb->callout_string != NULL) in callout_callback()
3812 uint32_t delimiter = CODE_UNIT(cb->callout_string, -1); in callout_callback()
3814 PCHARSV(cb->callout_string, 0, in callout_callback()
5150 FILE *f = (first_callout || callout_capture || cb->callout_string != NULL)? in callout_function()
5156 if (cb->callout_string != NULL) in callout_function()
5158 uint32_t delimiter = CODE_UNIT(cb->callout_string, -1); in callout_function()
5161 PCHARSV(cb->callout_string, 0, in callout_function()
5177 if (cb->callout_string == NULL) in callout_function()
5238 if (callout_capture || cb->callout_string != NULL) fprintf(outfile, " "); in callout_function()
Dpcre2_compile.c6585 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch() local
6586 *callout_string++ = *ptr++; in compile_branch()
6594 *callout_string++ = *ptr++; in compile_branch()
6596 *callout_string++ = CHAR_NULL; in compile_branch()
6601 (int)(callout_string - code)); in compile_branch()
6602 code = callout_string; in compile_branch()
Dpcre2grep.c1550 PCRE2_SPTR string = calloutptr->callout_string; in pcre2grep_callout()
1669 string = calloutptr->callout_string; in pcre2grep_callout()
Dpcre2_match.c1337 cb.callout_string = NULL; in match()
1344 cb.callout_string = ecode + (1 + 4*LINK_SIZE) + 1; in match()
1764 cb.callout_string = NULL; in match()
1771 cb.callout_string = ecode + (1 + 4*LINK_SIZE) + 1; in match()
Dpcre2_jit_compile.c7221 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_string), SLJIT_IMM, value1); in compile_callout_matchingpath()
/external/pcre/dist2/doc/
Dpcre2.txt3848 PCRE2_SPTR callout_string;
3860 For a numerical callout, callout_string is NULL, and callout_number
3868 callout_string points to the string that is contained within the com-
3876 delimiter as callout_string[-1] if you need it.
3982 callout_string Points to callout string or is NULL