Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_valid_utf8.c107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() argument
H A Dpcre_internal.h2739 extern int PRIV(valid_utf)(PCRE_PUCHAR, int, int *);
H A Dpcre_exec.c6444 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
H A Dpcre_compile.c9062 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()

Completed in 52 milliseconds