Home
last modified time | relevance | path

Searched refs:foundoc (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c4742 struct sljit_jump *foundoc = NULL; in search_requested_char() local
4783 foundoc = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, oc); in search_requested_char()
4790 if (foundoc) in search_requested_char()
4791 JUMPHERE(foundoc); in search_requested_char()