Searched refs:first_significant_code (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_compile.c1290 first_significant_code(PCRE2_SPTR code, BOOL skipassert) function
1343 Note that first_significant_code() skips over backward and negative forward
1403 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE);
1405 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE))
1412 first_significant_code() with a TRUE final argument. */
7945 PCRE2_SPTR scode = first_significant_code(
8036 PCRE2_SPTR scode = first_significant_code(
8069 scode = first_significant_code(scode, FALSE);
8170 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE);

Completed in 138 milliseconds