Lines Matching refs:tempcode
3879 PCRE2_UCHAR *tempcode; in compile_branch() local
5110 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()
5818 tempcode += GET(tempcode, 1); in compile_branch()
5829 len = (int)(code - tempcode); in compile_branch()
5832 unsigned int repcode = *tempcode; in compile_branch()
5839 *tempcode = opcode_possessify[repcode]; in compile_branch()
5846 memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
5849 tempcode[0] = OP_ONCE; in compile_branch()
5852 PUT(tempcode, 1, len); in compile_branch()
7026 tempcode = code; in compile_branch()
7033 &tempcode, /* Where to put code (updated) */ in compile_branch()
7146 code = tempcode; in compile_branch()