Lines Matching refs:end_code
414 const pcre_uchar *end_code, *first_op;
475 end_code = this_start_code;
478 int back = GET(end_code, 2+LINK_SIZE);
480 end_code += GET(end_code, 1);
482 while (*end_code == OP_ALT);
517 end_code = this_start_code;
520 int back = GET(end_code, 2+LINK_SIZE);
523 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE);
526 end_code += GET(end_code, 1);
528 while (*end_code == OP_ALT);
539 end_code = this_start_code;
545 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT);
561 ADD_NEW((int)(end_code - start_code + length), 0);
562 end_code += GET(end_code, 1);
565 while (*end_code == OP_ALT);
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code)));
775 if (code != end_code)