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

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c9755 struct sljit_jump *reqbyte_notfound = NULL; local
10039 reqbyte_notfound = search_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_CASELESS) != 0, (re->flags & PCRE_FIRSTSET) != 0);
10159 if (reqbyte_notfound != NULL)
10160 JUMPHERE(reqbyte_notfound);

Completed in 51 milliseconds