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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c4410 pcre_uchar *tempcode; local
5547 tempcode = previous;
6271 tempcode, not at previous, which might be the first part of a string whose
6284 switch(*tempcode)
6287 tempcode += PRIV(OP_lengths)[*tempcode] +
6288 ((tempcode[1 + IMM2_SIZE] == OP_PROP
6289 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0);
6302 tempcode += PRIV(OP_lengths)[*tempcode];
[all...]

Completed in 34 milliseconds