Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c1326 pcre_uchar *slotA = md->name_table; in match() local
1329 if (GET2(slotA, 0) == recno) break; in match()
1330 slotA += md->name_entry_size; in match()
1339 pcre_uchar *slotB = slotA; in match()
1355 slotB = slotA; in match()
1389 pcre_uchar *slotA = md->name_table; in match() local
1393 if (GET2(slotA, 0) == refno) break; in match()
1394 slotA += md->name_entry_size; in match()
1403 pcre_uchar *slotB = slotA; in match()
1407 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()
[all …]

Completed in 16 milliseconds