Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c539 int ucharptr; member
7538 context->oc.asuchars[context->ucharptr] = othercasebit; in byte_sequence_compare()
7542 context->c.asuchars[context->ucharptr] = *cc; in byte_sequence_compare()
7543 context->oc.asuchars[context->ucharptr] = 0; in byte_sequence_compare()
7545 context->ucharptr++; in byte_sequence_compare()
7548 …if (context->ucharptr >= 4 || context->length == 0 || (context->ucharptr == 2 && context->length =… in byte_sequence_compare()
7550 if (context->ucharptr >= 2 || context->length == 0) in byte_sequence_compare()
7563 switch(context->ucharptr) in byte_sequence_compare()
7589 context->ucharptr = 0; in byte_sequence_compare()
9110 context.ucharptr = 0; in compile_char1_matchingpath()
[all …]

Completed in 41 milliseconds