Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c3362 pcre_uint32 leftop, rightop; in compare_opcodes() local
3365 rightop = list[0]; in compare_opcodes()
3371 if (rightop == OP_EOD) in compare_opcodes()
3373 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
3377 BOOL same = leftop == rightop; in compare_opcodes()
3379 BOOL risprop = rightop == OP_PROP; in compare_opcodes()
3473 rightop >= FIRST_AUTOTAB_OP && rightop <= LAST_AUTOTAB_RIGHT_OP && in compare_opcodes()
3474 autoposstab[leftop - FIRST_AUTOTAB_OP][rightop - FIRST_AUTOTAB_OP]; in compare_opcodes()

Completed in 30 milliseconds