Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_get.c120 int c = STRCMP_UC_UC((pcre_uchar *)stringname, in pcre_get_stringnumber()
204 int c = STRCMP_UC_UC((pcre_uchar *)stringname, in pcre_get_stringtable_entries()
212 if (STRCMP_UC_UC((pcre_uchar *)stringname, in pcre_get_stringtable_entries()
218 if (STRCMP_UC_UC((pcre_uchar *)stringname, in pcre_get_stringtable_entries()
H A Dpcre_internal.h2635 #define STRCMP_UC_UC(str1, str2) \ macro
2657 #define STRCMP_UC_UC(str1, str2) \ macro
2671 #define STRCMP_UC_UC_TEST(str1, str2) STRCMP_UC_UC(str1, str2)
H A Dpcre_exec.c1343 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()
1359 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()
1407 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()
1425 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()

Completed in 34 milliseconds