Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2695 #define STRNCMP_UC_UC(str1, str2, num) \ macro
2717 #define STRNCMP_UC_UC(str1, str2, num) \ macro
H A Dpcre_compile.c6880 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) == 0) break; in compile_branch()
6898 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) != 0 || in compile_branch()
7138 STRNCMP_UC_UC(name, ng->name, namelen) == 0) in compile_branch()
7283 STRNCMP_UC_UC(name, ng->name, namelen) == 0) in compile_branch()
7311 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) == 0 && in compile_branch()

Completed in 50 milliseconds