Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4406 pcre_uchar *tempcode; in compile_branch() local
5543 tempcode = previous; in compile_branch()
6280 switch(*tempcode) in compile_branch()
6283 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
6284 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()
6285 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
6298 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
6300 if (utf && HAS_EXTRALEN(tempcode[-1])) in compile_branch()
6301 tempcode += GET_EXTRALEN(tempcode[-1]); in compile_branch()
6310 tempcode += 1 + 32/sizeof(pcre_uchar); in compile_branch()
[all …]