Searched refs:num_pending (Results 1 – 5 of 5) sorted by relevance
89 int num_pending; /* number of ares_gethostbyname() requests */ member363 && res->num_pending in Curl_resolver_is_resolved()379 DEBUGASSERT(res->num_pending == 0); in Curl_resolver_is_resolved()382 if(res && !res->num_pending) { in Curl_resolver_is_resolved()550 res->num_pending--; in query_completed_cb()567 if(res->num_pending in query_completed_cb()578 DEBUGASSERT(res->num_pending == 1); in query_completed_cb()665 res->num_pending = 2; in Curl_resolver_getaddrinfo()676 res->num_pending = 1; in Curl_resolver_getaddrinfo()
159 int num_pending; member474 oper->num_pending--; in finish_io()477 if (oper->num_pending == 0 && in finish_io()552 if (oper->num_pending == 0)569 if (oper->num_pending == 0)670 if (oper->num_pending > 0) {671 fprintf(stderr, "oper num_pending is %d\n", oper->num_pending);748 io->io_oper->num_pending++;831 if (oper->num_pending)
219 int num_pending = task_queues->GetNumPendingTasks( in TEST() local222 ASSERT_EQ(num_pending, num_added); in TEST()
2095 this.num_pending = 0;2260 this.num_pending++;2275 (this.num_pending === 0 || this.is_aborted) && !this.wait_for_finish &&2301 this.num_pending--;2689 var done_count = tests.tests.length - tests.num_pending;2696 tests.num_pending + " remain";
1804 guint num_pending = 0; in get_connection_for_host() local1821 num_pending++; in get_connection_for_host()1827 if (num_pending > host->num_messages / 2) { in get_connection_for_host()