Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_NULL (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_refcount.c81 if (re == NULL) return PCRE_ERROR_NULL; in pcre_refcount()
H A Dpcre_fullinfo.c83 if (re == NULL || where == NULL) return PCRE_ERROR_NULL; in pcre_fullinfo()
H A Dpcreposix.c415 case PCRE_ERROR_NULL: return REG_INVARG; in regexec()
H A Dpcre.h176 #define PCRE_ERROR_NULL (-2) macro
H A Dpcre_exec.c6410 return PCRE_ERROR_NULL; in pcre_exec()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2702 PCRE_ERROR_NULL the argument code was NULL
3614 PCRE_ERROR_NULL (-2)
4069 returns the negative error code PCRE_ERROR_NULL, but with this special

Completed in 46 milliseconds