Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c3979 STRNCMP_UC_C8(ptr, pn, (unsigned int)len) == 0) return yield; in check_posix_name()
4820 if (STRNCMP_UC_C8(ptr+1, STRING_WEIRD_STARTWORD, 6) == 0) in compile_branch()
4827 if (STRNCMP_UC_C8(ptr+1, STRING_WEIRD_ENDWORD, 6) == 0) in compile_branch()
6589 STRNCMP_UC_C8(name, vn, namelen) == 0) in compile_branch()
9091 if (STRNCMP_UC_C8(ptr+skipatstart+2, STRING_UTF8_RIGHTPAR, 5) == 0) in pcre_compile2()
9095 if (STRNCMP_UC_C8(ptr+skipatstart+2, STRING_UTF16_RIGHTPAR, 6) == 0) in pcre_compile2()
9099 if (STRNCMP_UC_C8(ptr+skipatstart+2, STRING_UTF32_RIGHTPAR, 6) == 0) in pcre_compile2()
9103 else if (STRNCMP_UC_C8(ptr+skipatstart+2, STRING_UTF_RIGHTPAR, 4) == 0) in pcre_compile2()
9105 else if (STRNCMP_UC_C8(ptr+skipatstart+2, STRING_UCP_RIGHTPAR, 4) == 0) in pcre_compile2()
9150 if (STRNCMP_UC_C8(ptr+skipatstart+2, STRING_CR_RIGHTPAR, 3) == 0) in pcre_compile2()
[all …]
H A Dpcre_internal.h2697 #define STRNCMP_UC_C8(str1, str2, num) \ macro
2719 #define STRNCMP_UC_C8(str1, str2, num) \ macro

Completed in 38 milliseconds