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

/external/pcre/dist/
H A Dpcre_compile.c2387 endcode points to where to stop
2396 could_be_empty_branch(const pcre_uchar *code, const pcre_uchar *endcode, argument
2403 code < endcode;
2469 if (could_be_empty_branch(scode, endcode, utf, cd, &this_recurse))
2525 if (!empty_branch && could_be_empty_branch(code, endcode, utf, cd,
2762 endcode points to where to stop (current RECURSE item)
2771 could_be_empty(const pcre_uchar *code, const pcre_uchar *endcode, argument
2776 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL))

Completed in 64 milliseconds