Home
last modified time | relevance | path

Searched refs:PCRE2_ERROR_NULL (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c88 return PCRE2_ERROR_NULL; in pcre2_serialize_encode()
98 if (codes[i] == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_encode()
177 if (data == NULL || codes == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_decode()
263 if (data == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_get_number_of_codes()
H A Dpcre2_pattern_info.c110 if (re == NULL) return PCRE2_ERROR_NULL; in pcre2_pattern_info()
278 if (re == NULL) return PCRE2_ERROR_NULL; in pcre2_callout_enumerate()
H A Dpcre2_substitute.c268 if (rlength != 0) return PCRE2_ERROR_NULL; in pcre2_substitute()
292 if (use_existing_match) return PCRE2_ERROR_NULL; in pcre2_substitute()
334 if (length != 0) return PCRE2_ERROR_NULL; in pcre2_substitute()
H A Dpcre2.h385 #define PCRE2_ERROR_NULL (-51) macro
H A Dpcre2_convert.c1067 if (pattern == NULL || bufflenptr == NULL) return PCRE2_ERROR_NULL; in pcre2_pattern_convert()
H A Dpcre2_dfa_match.c3353 return PCRE2_ERROR_NULL; in pcre2_dfa_match()
H A Dpcre2_match.c6380 return PCRE2_ERROR_NULL; in pcre2_match()
H A Dpcre2_jit_compile.c14391 return PCRE2_ERROR_NULL; in pcre2_jit_compile()

Completed in 76 milliseconds