HomeSort by relevance Sort by last modified time
    Searched refs:callout_string (Results 1 - 9 of 9) sorted by null

  /external/pcre/dist2/src/
pcre2_pattern_info.c 406 cb.callout_string = NULL;
419 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1;
pcre2.h.generic 536 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
550 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
    [all...]
pcre2.h.in 536 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
550 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
    [all...]
pcre2_compile.c 6342 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); local
    [all...]
pcre2_dfa_match.c 371 cb->callout_string = NULL;
378 cb->callout_string = code + (1 + 4*LINK_SIZE + extracode) + 1;
    [all...]
pcre2grep.c     [all...]
pcre2test.c     [all...]
pcre2_match.c 306 cb->callout_string = NULL;
313 cb->callout_string = Fecode + (1 + 4*LINK_SIZE) + 1;
    [all...]
pcre2_jit_compile.c     [all...]

Completed in 1050 milliseconds