Lines Matching refs:start_code
425 const pcre_uchar *start_code = md->start_code;
523 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE);
561 ADD_NEW((int)(end_code - start_code + length), 0);
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code)));
691 code = start_code + state_offset;
820 ADD_ACTIVE((int)(code - start_code), 0);
828 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
837 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0);
841 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
852 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
859 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
2568 next_state_offset = (int)(ecode - start_code);
2682 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); }
2781 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); }
2794 const pcre_uchar *callpat = start_code + GET(code, 1);
2795 int recno = (callpat == md->start_code)? 0 :
2932 (int)(end_subpattern - start_code + LINK_SIZE + 1);
2986 (int)(end_subpattern - start_code + LINK_SIZE + 1);
2994 (int)(end_subpattern - start_code - GET(end_subpattern, 1)) : -1;
3275 md->start_code = (const pcre_uchar *)argument_re +
3617 md->start_code, /* this subexpression's code */