Home
last modified time | relevance | path

Searched refs:OP_DEF (Results 1 – 6 of 6) sorted by relevance

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c183 case OP_DEF: in find_minlength()
858 case OP_DEF: in set_start_bits()
H A Dpcre_compile.c1674 case OP_DEF: in first_significant_code()
1820 case OP_DEF: in find_fixedlength()
5940 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
6890 code[1+LINK_SIZE] = OP_DEF; in compile_branch()
7628 if (code[LINK_SIZE+1] == OP_DEF) in compile_branch()
7635 bravalue = OP_DEF; /* Just a flag to suppress char handling below */ in compile_branch()
7688 if (bravalue == OP_DEF) break; in compile_branch()
8584 case OP_DEF: in is_startline()
H A Dpcre_internal.h2097 OP_DEF, /* 145 The DEFINE condition */ enumerator
H A DHACKING502 just the single unit OP_DEF is used (it has no associated data). Otherwise, a
H A Dpcre_exec.c1378 case OP_DEF: /* DEFINE - always false */ in match()
H A Dpcre_jit_compile.c662 case OP_DEF: in next_opcode()
6993 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF) in compile_bracket_matchingpath()

Completed in 80 milliseconds