Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A 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()
H A Dpcre2.h531 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
545 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
H A Dpcre2_compile.c6760 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch() local
6769 delimiter = *callout_string++ = *pp++; in compile_branch()
6784 *callout_string++ = delimiter; in compile_branch()
6788 else *callout_string++ = *pp++; in compile_branch()
6790 *callout_string++ = CHAR_NUL; in compile_branch()
6794 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code)); in compile_branch()
6795 code = callout_string; in compile_branch()
H A Dpcre2_dfa_match.c378 cb->callout_string = NULL; in do_callout()
385 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1; in do_callout()
H A Dpcre2_match.c307 cb->callout_string = NULL; in do_callout()
314 cb->callout_string = Fecode + (1 + 4*LINK_SIZE) + 1; in do_callout()
H A Dpcre2_jit_compile.c9489 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_string), SLJIT_IMM, value1); in compile_callout_matchingpath()

Completed in 118 milliseconds