Home
last modified time | relevance | path

Searched refs:OP_DEFINE (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/
DHACKING537 compilation, however, a DEFINE condition is coded as OP_DEFINE so that, when
540 changed to OP_FALSE, so the matcher never sees OP_DEFINE.
/external/pcre/dist2/src/
Dpcre2_internal.h1594 OP_DEFINE, /* 164 */ enumerator
Dpcre2_compile.c6442 code[1+LINK_SIZE] = OP_DEFINE; in compile_branch()
7088 if (code[LINK_SIZE+1] == OP_DEFINE) in compile_branch()
7096 bravalue = OP_DEFINE; /* Just a flag to suppress char handling below */ in compile_branch()
7151 if (bravalue == OP_DEFINE) break; in compile_branch()