Searched refs:PCRE2_ERROR_UNAVAILABLE (Results 1 – 2 of 2) sorted by relevance
83 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()
389 #define PCRE2_ERROR_UNAVAILABLE (-54) macro
Completed in 17 milliseconds