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

/macosx-10.10/pcre-7/pcre/
H A Dpcre_compile.c1305 first_significant_code(const uschar *code, int *options, int optbit, function
1784 group that can match nothing. Note that first_significant_code() skips over
1803 for (code = first_significant_code(code + _pcre_OP_lengths[*code], NULL, 0, TRUE);
1805 code = first_significant_code(code + _pcre_OP_lengths[c], NULL, 0, TRUE))
1812 first_significant_code() with a TRUE final argument. */
6177 const uschar *scode = first_significant_code(code + _pcre_OP_lengths[*code],
6253 const uschar *scode = first_significant_code(code + _pcre_OP_lengths[*code],
6281 scode = first_significant_code(scode, NULL, 0, FALSE);
6357 first_significant_code(code + 1+LINK_SIZE, options, PCRE_CASELESS, TRUE);

Completed in 107 milliseconds