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

/external/pcre/dist/
H A Dpcre_byte_order.c221 case OP_EXACT:
H A Dpcre_printint.c512 case OP_EXACT:
519 if (*code != OP_EXACT && *code != OP_EXACTI) fprintf(f, "0,");
H A Dpcre_study.c243 case OP_EXACT:
1033 case OP_EXACT:
H A Dpcre_compile.c1846 case OP_EXACT:
2132 case OP_EXACT:
2251 case OP_EXACT:
2575 case OP_EXACT:
2886 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
2889 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && c != OP_POSPLUS);
3116 an OP_EXACT, but it is probably not worth it. (And note that OP_EXACT
3767 case OP_EXACT:
5741 *code++ = OP_EXACT
[all...]
H A Dpcre_jit_compile.c693 case OP_EXACT:
1014 common->private_data_ptrs[end - common->start - LINK_SIZE + 1] = OP_EXACT;
1367 case OP_EXACT:
3249 case OP_EXACT:
7090 if (repeat_type == OP_EXACT)
7416 if (repeat_type == OP_EXACT)
7811 *opcode = OP_EXACT;
7819 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO)
8015 case OP_EXACT:
8054 /* Combination of OP_EXACT an
[all...]
H A Dpcre_dfa_exec.c2451 case OP_EXACT:
H A Dpcretest.c2581 case OP_EXACT:
H A Dpcre_exec.c3314 case OP_EXACT:

Completed in 190 milliseconds