Searched refs:got_result (Results 1 – 2 of 2) sorted by relevance
20 static GAsyncResult *got_result; variable36 if (got_result) in reset()37 ensure_destroyed (got_result); in reset()39 got_result = NULL; in reset()47 g_assert (b == got_result); in check()57 got_result = g_object_ref (result); in callback_func()79 g_assert (g_simple_async_result_is_valid (got_result, a, test_simple_async_idle)); in test_simple_async_idle()80 g_assert (!g_simple_async_result_is_valid (got_result, b, test_simple_async_idle)); in test_simple_async_idle()81 g_assert (!g_simple_async_result_is_valid (got_result, c, test_simple_async_idle)); in test_simple_async_idle()82 g_assert (!g_simple_async_result_is_valid (got_result, b, callback_func)); in test_simple_async_idle()
203 int got_result = 0, got_errno_in = 0; in dofile() local228 got_result |= 1; in dofile()231 got_result |= 2; in dofile()234 got_result |= 4; in dofile()253 if (got_result && translating < 2) { in dofile()