Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_substring.c83 failrc = PCRE2_ERROR_UNAVAILABLE; in pcre2_substring_copy_byname()
171 failrc = PCRE2_ERROR_UNAVAILABLE; in pcre2_substring_get_byname()
278 failrc = PCRE2_ERROR_UNAVAILABLE; in pcre2_substring_length_byname()
332 return PCRE2_ERROR_UNAVAILABLE; in pcre2_substring_length_bynumber()
338 if (stringnumber >= match_data->oveccount) return PCRE2_ERROR_UNAVAILABLE; in pcre2_substring_length_bynumber()
H A Dpcre2.h389 #define PCRE2_ERROR_UNAVAILABLE (-54) macro

Completed in 12 milliseconds