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

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c205 case OP_END:
H A Dpcre_compile.c1698 temporarily terminated with OP_END when this function is called.
1763 case OP_END:
2060 if (c == OP_END) return NULL;
2194 if (c == OP_END) return NULL;
3117 case OP_END:
3711 case OP_END:
3941 OP_END.
5930 *code = OP_END;
5954 *code = OP_END;
6214 *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 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 1948 milliseconds