Searched defs:byte_sequence_compare (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c438 /* For byte_sequence_compare. */
4557 static pcre_uchar *byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, function
5629 return byte_sequence_compare(common, type == OP_CHARI, cc, &context, backtracks);
5865 do cc = byte_sequence_compare(common, *cc == OP_CHARI, cc + 1, &context, backtracks); while (context.length > 0);

Completed in 56 milliseconds