Searched refs:IS_PCRE_ERROR (Results 1 – 1 of 1) sorted by relevance
189 #define IS_PCRE_ERROR(ret) ((ret) < PCRE2_ERROR_NOMATCH && (ret) != PCRE2_ERROR_PARTIAL) macro1040 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()