Searched refs:OP_QUERY (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c2022 case OP_QUERY:
2207 case OP_QUERY:
2352 case OP_QUERY:
2693 case OP_QUERY:
3687 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO;
3710 case OP_QUERY:
3711 *code += OP_POSQUERY - OP_QUERY;
3834 case OP_QUERY:
5853 else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type;
5938 *code++ = OP_QUERY
[all...]
H A Dpcre_study.c563 case OP_QUERY:
1044 case OP_QUERY:
H A Dpcre_printint.c480 case OP_QUERY:
H A Dpcre_dfa_exec.c2365 case OP_QUERY:
H A Dpcre_exec.c3374 case OP_QUERY:

Completed in 116 milliseconds