Searched refs:callout_string (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_pattern_info.c | 406 cb.callout_string = NULL; in pcre2_callout_enumerate() 419 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1; in pcre2_callout_enumerate()
|
D | pcre2_compile.c | 6342 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()
|
D | pcre2test.c | 4278 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()
|
D | pcre2.h.in | 536 PCRE2_SPTR callout_string; /* String compiled into pattern */ \ 550 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
|
D | pcre2.h.generic | 536 PCRE2_SPTR callout_string; /* String compiled into pattern */ \ 550 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
|
D | pcre2_dfa_match.c | 371 cb->callout_string = NULL; in do_callout() 378 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1; in do_callout()
|
D | pcre2grep.c | 2065 PCRE2_SPTR string = calloutptr->callout_string; in pcre2grep_callout() 2196 string = calloutptr->callout_string; in pcre2grep_callout()
|
D | pcre2_match.c | 306 cb->callout_string = NULL; in do_callout() 313 cb->callout_string = Fecode + (1 + 4*LINK_SIZE) + 1; in do_callout()
|
D | pcre2_jit_compile.c | 8307 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_string), SLJIT_IMM, value1); in compile_callout_matchingpath()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 4319 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
|