Searched refs:callout_string (Results 1 – 6 of 6) sorted by relevance
406 cb.callout_string = NULL; in pcre2_callout_enumerate()419 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1; in pcre2_callout_enumerate()
531 PCRE2_SPTR callout_string; /* String compiled into pattern */ \545 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
6760 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch() local6769 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()
378 cb->callout_string = NULL; in do_callout()385 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1; in do_callout()
307 cb->callout_string = NULL; in do_callout()314 cb->callout_string = Fecode + (1 + 4*LINK_SIZE) + 1; in do_callout()
9489 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_string), SLJIT_IMM, value1); in compile_callout_matchingpath()
Completed in 94 milliseconds