Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.c189 #define IS_PCRE_ERROR(ret) ((ret) < PCRE2_ERROR_NOMATCH && (ret) != PCRE2_ERROR_PARTIAL) macro
1040 if (IS_PCRE_ERROR (match_info->matches)) in g_match_info_next()
2272 else if (IS_PCRE_ERROR (info->matches)) in g_regex_match_all_full()