Searched refs:tempcode (Results 1 – 1 of 1) sorted by relevance
3879 PCRE2_UCHAR *tempcode; in compile_branch() local5110 tempcode = previous; in compile_branch()5783 switch(*tempcode) in compile_branch()5786 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()5787 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()5788 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()5801 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()5803 if (utf && HAS_EXTRALEN(tempcode[-1])) in compile_branch()5804 tempcode += GET_EXTRALEN(tempcode[-1]); in compile_branch()5813 tempcode += 1 + 32/sizeof(PCRE2_UCHAR); in compile_branch()[all …]