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

/external/pcre/dist2/src/
H A Dpcre2_compile.c3879 PCRE2_UCHAR *tempcode; local
5110 tempcode = previous;
5770 tempcode, not at previous, which might be the first part of a string whose
5783 switch(*tempcode)
5786 tempcode += PRIV(OP_lengths)[*tempcode] +
5787 ((tempcode[1 + IMM2_SIZE] == OP_PROP
5788 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0);
5801 tempcode += PRIV(OP_lengths)[*tempcode];
[all...]

Completed in 63 milliseconds