Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c12043 struct sljit_jump *reqbyte_notfound = NULL; in jit_compile() local
12294reqbyte_notfound = search_requested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PC… in jit_compile()
12427 if (reqbyte_notfound != NULL) in jit_compile()
12428 JUMPHERE(reqbyte_notfound); in jit_compile()