Lines Matching refs:previous

4480 pcre_uchar *previous = NULL;  in compile_branch()  local
4620 if (previous != NULL) in compile_branch()
4622 if (previous > orig_code) in compile_branch()
4624 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch()
4625 code -= previous - orig_code; in compile_branch()
4626 previous = orig_code; in compile_branch()
4758 previous = NULL; in compile_branch()
4769 previous = NULL; in compile_branch()
4782 previous = code; in compile_branch()
4834 previous = code; in compile_branch()
5564 PUT(previous, 1, (int)(code - previous)); in compile_branch()
5619 if (previous == NULL) in compile_branch()
5643 tempcode = previous; in compile_branch()
5698 if (*previous == OP_RECURSE) in compile_branch()
5700 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch()
5701 *previous = OP_ONCE; in compile_branch()
5702 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
5703 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
5704 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
5714 if (offset == previous + 1 - cd->start_code) in compile_branch()
5727 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
5728 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5730 switch (*previous) in compile_branch()
5760 if (*previous <= OP_CHARI && repeat_min > 1) in compile_branch()
5777 else if (*previous < OP_EODN) in compile_branch()
5782 c = *previous; in compile_branch()
5785 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
5787 prop_type = previous[1]; in compile_branch()
5788 prop_value = previous[2]; in compile_branch()
5793 code = previous; /* Usually overwrite previous item */ in compile_branch()
5932 else if (*previous == OP_CLASS || *previous == OP_NCLASS || in compile_branch()
5934 *previous == OP_XCLASS || in compile_branch()
5936 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
5937 *previous == OP_DNREF || *previous == OP_DNREFI) in compile_branch()
5941 code = previous; in compile_branch()
5969 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5972 int len = (int)(code - previous); in compile_branch()
5980 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
5988 if (*previous < OP_ONCE) /* Assertion */ in compile_branch()
6028 adjust_recurse(previous, 1, utf, cd, item_hwm_offset); in compile_branch()
6029 memmove(previous + 1, previous, IN_UCHARS(len)); in compile_branch()
6033 *previous++ = OP_SKIPZERO; in compile_branch()
6036 brazeroptr = previous; /* Save for possessive optimizing */ in compile_branch()
6037 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6052 adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, item_hwm_offset); in compile_branch()
6053 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len)); in compile_branch()
6055 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6056 *previous++ = OP_BRA; in compile_branch()
6061 offset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()
6062 bralink = previous; in compile_branch()
6063 PUTINC(previous, 0, offset); in compile_branch()
6116 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6194 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6353 else if (*previous == OP_FAIL) goto END_REPEAT; in compile_branch()
6517 previous = NULL; in compile_branch()
6555 previous = NULL; in compile_branch()
7000 previous = NULL; in compile_branch()
7066 previous = NULL; in compile_branch()
7364 previous = code; in compile_branch()
7491 previous = code; in compile_branch()
7638 previous = NULL; /* This item can't be repeated */ in compile_branch()
7691 previous = NULL; in compile_branch()
7696 previous = code; in compile_branch()
8013 previous = code; in compile_branch()
8043 previous = code; in compile_branch()
8084 previous = (escape > ESC_b && escape < ESC_Z)? code : NULL; in compile_branch()
8128 previous = code; in compile_branch()