Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c5476 struct sljit_jump *foundoc = NULL; in search_requested_char() local
5517 foundoc = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, oc); in search_requested_char()
5524 if (foundoc) in search_requested_char()
5525 JUMPHERE(foundoc); in search_requested_char()