Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c3133 const pcre_uint8 *set1, *set2, *set_end; in compare_opcodes() local
3290 set2 = (pcre_uint8 *) in compare_opcodes()
3305 set2 = (pcre_uint8 *)(xclass_flags + 1); in compare_opcodes()
3313 set2 = (pcre_uint8 *)(cd->cbits + cbit_digit); in compare_opcodes()
3320 set2 = (pcre_uint8 *)(cd->cbits + cbit_space); in compare_opcodes()
3327 set2 = (pcre_uint8 *)(cd->cbits + cbit_word); in compare_opcodes()
3341 if ((*set1++ & ~(*set2++)) != 0) return FALSE; in compare_opcodes()
3349 if ((*set1++ & *set2++) != 0) return FALSE; in compare_opcodes()

Completed in 28 milliseconds