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

/external/pcre/dist/
H A Dpcre_byte_order.c205 case OP_END:
H A Dpcre_compile.c1694 temporarily terminated with OP_END when this function is called.
1759 case OP_END:
2056 if (c == OP_END) return NULL;
2190 if (c == OP_END) return NULL;
3113 case OP_END:
3707 case OP_END:
3937 OP_END.
5926 *code = OP_END;
5950 *code = OP_END;
6210 *code = OP_END;
[all...]
H A Dpcre_study.c157 case OP_END:
829 case OP_END:
H A Dpcre_printint.c364 case OP_END:
H A Dpcretest.c2565 case OP_END:
2731 case OP_END:
H A Dpcre_exec.c1485 case OP_END:
1510 rrc = (op == OP_END)? MATCH_MATCH : MATCH_ACCEPT;
1937 OP_END is reached. Other recursion is handled here. We just have to record
H A Dpcre_jit_compile.c8223 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS));
8227 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0);

Completed in 161 milliseconds