Searched refs:waiting (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-client-request.c26 "waiting",
269 if (client->requests_count == 0 && client->waiting)
312 if (client->requests_count == 0 && client->waiting)
687 if (client != NULL && client->waiting) {
698 /* total time spent on waiting for file locks */
931 /* we're now waiting for a response from the server */
999 client->waiting = TRUE;
1015 client->waiting = FALSE;
1145 if (req->client != NULL && req->client->waiting)
1671 http_client_request_send_payload() and we're not waiting fo
[all...]
H A Dhttp-client.c327 /* either we're waiting for network I/O or we're getting out of a
332 client->waiting = TRUE;
338 client->waiting = FALSE;
H A Dhttp-client-host.c393 if (requests == 0 && client->waiting)
H A Dhttp-client-private.h190 /* requests that have been sent, waiting for response */
281 bool connecting:1; /* peer is waiting to be connected */
282 bool connect_backoff:1; /* peer is waiting for backoff timout*/
319 /* delayed requests waiting to be released after delay */
375 /* list of failed requests that are waiting for ioloop */
385 bool waiting:1; member in struct:http_client
H A Dhttp-client-connection.c138 if (client != NULL && client->waiting)
456 if (client->waiting)
960 /* get first waiting request */
1094 and we're not waiting for 100 continue */
1149 /* get next waiting request */
1157 /* no more requests waiting for the connection */

Completed in 24 milliseconds