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

/external/pcre/dist/
H A Dpcre_study.c170 case OP_ASSERTBACK:
967 case OP_ASSERTBACK:
H A Dpcre_printint.c411 case OP_ASSERTBACK:
H A Dpcre_dfa_exec.c2659 case OP_ASSERTBACK:
2681 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK))
2780 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK))
H A Dpcre_compile.c1657 case OP_ASSERTBACK:
1788 case OP_ASSERTBACK:
3132 case OP_ASSERTBACK:
6866 bravalue = OP_ASSERTBACK;
7495 (bravalue == OP_ASSERTBACK ||
H A Dpcre_jit_compile.c648 case OP_ASSERTBACK:
1113 case OP_ASSERTBACK:
1556 case OP_ASSERTBACK:
1733 case OP_ASSERTBACK:
3232 case OP_ASSERTBACK:
6448 found = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) ? &tmp : target;
6646 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK)
8406 case OP_ASSERTBACK:
8781 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK)
9009 if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK))
[all...]
H A Dpcre_exec.c1525 case OP_ASSERTBACK:

Completed in 138 milliseconds