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

/external/pcre/dist/
H A Dpcre_study.c474 case OP_RECURSE:
868 case OP_RECURSE:
H A Dpcre_printint.c598 case OP_RECURSE:
H A Dpcre_compile.c1711 or -3 if an OP_RECURSE item was encountered and atend is FALSE
1773 case OP_RECURSE:
2175 instance of OP_RECURSE.
2181 Returns: pointer to the opcode for OP_RECURSE, or NULL if not found
2191 if (c == OP_RECURSE) return code;
2374 if (c == OP_RECURSE)
3122 /* If the bracket is capturing, and referenced by an OP_RECURSE, or
3925 * Adjust OP_RECURSE items in repeated group *
3928 /* OP_RECURSE items contain an offset from the start of the regex to the group
3933 inserted before it, after it has been compiled. This means that any OP_RECURSE
[all...]
H A Dpcre_dfa_exec.c2789 case OP_RECURSE:
H A Dpcre_jit_compile.c150 when the backtrack mechanism performed. Because of OP_RECURSE, the data
638 case OP_RECURSE:
848 case OP_RECURSE:
1299 case OP_RECURSE:
1470 case OP_RECURSE:
8396 case OP_RECURSE:
9514 case OP_RECURSE:
H A Dpcre_exec.c1750 case OP_RECURSE:

Completed in 110 milliseconds