Searched refs:callout_string (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_pattern_info.c | 384 cb.callout_string = NULL; in pcre2_callout_enumerate() 397 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1; in pcre2_callout_enumerate()
|
D | pcre2_dfa_match.c | 2640 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()
|
D | pcre2.h.in | 367 PCRE2_SPTR callout_string; /* String compiled into pattern */ \ 379 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
|
D | pcre2.h.generic | 367 PCRE2_SPTR callout_string; /* String compiled into pattern */ \ 379 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
|
D | pcre2test.c | 3810 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()
|
D | pcre2_compile.c | 6585 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()
|
D | pcre2grep.c | 1550 PCRE2_SPTR string = calloutptr->callout_string; in pcre2grep_callout() 1669 string = calloutptr->callout_string; in pcre2grep_callout()
|
D | pcre2_match.c | 1337 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()
|
D | pcre2_jit_compile.c | 7221 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 | 3848 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
|