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

/external/pcre/dist/
H A Dpcre_compile.c1758 case OP_KET:
2610 case OP_KET:
3121 case OP_KET:
5603 previous[2 + 2*LINK_SIZE] = OP_KET;
6129 *code++ = OP_KET;
6350 *code++ = OP_KET;
6399 *code++ = OP_KET;
7541 while (*tc != OP_KET);
7594 *code++ = OP_KET;
8261 *code = OP_KET;
[all...]
H A Dpcre_study.c153 case OP_KET:
952 case OP_KET:
H A Dpcre_jit_compile.c552 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);
567 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);
641 case OP_KET:
948 if (end[-(1 + LINK_SIZE)] != OP_KET)
993 if (*next_end != OP_KET)
1101 case OP_KET:
1230 if (end[-1 - LINK_SIZE] == OP_KET)
1548 case OP_KET:
1722 case OP_KET:
3273 case OP_KET
[all...]
H A Dpcre_printint.c408 case OP_KET:
H A Dpcre_dfa_exec.c771 case OP_KET:
778 if (codevalue != OP_KET)
H A Dpcre_exec.c916 if (*ecode == OP_KET || eptr == saved_eptr)
1578 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH);
1902 case OP_KET:
2014 if (*ecode == OP_KET || eptr == saved_eptr)

Completed in 97 milliseconds