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.c406 cb.callout_string = NULL; in pcre2_callout_enumerate()
419 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1; in pcre2_callout_enumerate()
Dpcre2_compile.c6342 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch() local
6351 delimiter = *callout_string++ = *pp++; in compile_branch()
6366 *callout_string++ = delimiter; in compile_branch()
6370 else *callout_string++ = *pp++; in compile_branch()
6372 *callout_string++ = CHAR_NUL; in compile_branch()
6376 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code)); in compile_branch()
6377 code = callout_string; in compile_branch()
Dpcre2test.c4278 if (cb->callout_string != NULL) in callout_callback()
4280 uint32_t delimiter = CODE_UNIT(cb->callout_string, -1); in callout_callback()
4282 PCHARSV(cb->callout_string, 0, in callout_callback()
5918 fdefault = (!first_callout && !callout_capture && cb->callout_string == NULL)? in callout_function()
5948 if (cb->callout_string != NULL) in callout_function()
5950 uint32_t delimiter = CODE_UNIT(cb->callout_string, -1); in callout_function()
5953 PCHARSV(cb->callout_string, 0, in callout_function()
5969 if (cb->callout_string == NULL) in callout_function()
6033 if (callout_capture || cb->callout_string != NULL) fprintf(outfile, " "); in callout_function()
Dpcre2.h.in536 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
550 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
Dpcre2.h.generic536 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
550 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
Dpcre2_dfa_match.c371 cb->callout_string = NULL; in do_callout()
378 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1; in do_callout()
Dpcre2grep.c2065 PCRE2_SPTR string = calloutptr->callout_string; in pcre2grep_callout()
2196 string = calloutptr->callout_string; in pcre2grep_callout()
Dpcre2_match.c306 cb->callout_string = NULL; in do_callout()
313 cb->callout_string = Fecode + (1 + 4*LINK_SIZE) + 1; in do_callout()
Dpcre2_jit_compile.c8307 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_string), SLJIT_IMM, value1); in compile_callout_matchingpath()
/external/pcre/dist2/doc/
Dpcre2.txt4319 PCRE2_SPTR callout_string;
4331 For a numerical callout, callout_string is NULL, and callout_number
4339 callout_string points to the string that is contained within the com-
4347 delimiter as callout_string[-1] if you need it.
4504 callout_string Points to callout string or is NULL