Home | History | Annotate | Download | only in tests

Lines Matching full:match_ok

1305   gboolean match_ok;
1332 match_ok = g_regex_match_all_full (regex, string, string_len, start_position,
1335 if (match_ok && g_slist_length (expected) == 0)
1341 if (!match_ok && g_slist_length (expected) != 0)
1413 gboolean match_ok;
1439 match_ok = g_regex_match_all (regex, string, 0, &match_info);
1441 if (match_ok && g_slist_length (expected) == 0)
1447 if (!match_ok && g_slist_length (expected) != 0)