Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h2690 #define STRLEN_UC(str) strlen((const char *)str) macro
2712 #define STRLEN_UC(str) PRIV(strlen_uc)(str) macro
H A Dpcre_compile.c9176 cd->end_pattern = (const pcre_uchar *)(pattern + STRLEN_UC((const pcre_uchar *)pattern)); in pcre_compile2()

Completed in 34 milliseconds