Searched refs:end_code (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c414 const pcre_uchar *end_code, *first_op; local
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
[all...]

Completed in 54 milliseconds