Searched refs:to_req_handling (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-client-peer.c604 timeout_remove(&peer->to_req_handling);
1102 timeout_remove(&peer->to_req_handling);
1112 if (peer->to_req_handling == NULL) {
1113 peer->to_req_handling = timeout_add_short_to(
1292 if (peer->to_req_handling != NULL) {
1293 peer->to_req_handling =
1294 io_loop_move_timeout(&peer->to_req_handling);
H A Dhttp-client-private.h279 struct timeout *to_req_handling; member in struct:http_client_peer

Completed in 17 milliseconds