Lines Matching defs:timeout

111 	/** timeout for delayclose */
168 /** timeout for REUSE entries in milliseconds. */
170 /** timeout in milliseconds for TCP queries to auth servers. */
175 * or reused to the same destination again. with timeout to close.
184 * The list contains empty connections, that wait for timeout or
278 * There is a timeout and read event on the fd, to close it. */
325 /** timeout event */
327 /** callback for the timeout, error or reply to the message */
339 /** timeout in msec */
340 int timeout;
388 /** timeout event; timer keeps running whether the query is
391 /** timeout in msec */
392 int timeout;
406 /** callback for the timeout, error or reply to the message,
555 * @param delayclose: if not 0, udp sockets are delayed before timeout closure.
561 * @param tcp_reuse_timeout: timeout for REUSE entries in milliseconds.
562 * @param tcp_auth_query_timeout: timeout in milliseconds for TCP queries to auth servers.
592 * @param timeout: in milliseconds from now.
593 * @param callback: function to call on error, timeout or reply.
598 struct sldns_buffer* packet, int timeout, comm_point_callback_type* callback,
606 * @param timeout: in milliseconds from now.
609 * @param callback: function to call on error, timeout or reply.
614 struct sldns_buffer* packet, int timeout, comm_point_callback_type* callback,
775 * @param timeout: timeout for the TCP connection.
776 * timeout in milliseconds, or -1 for no (change to the) timeout.
785 struct sldns_buffer* query, int timeout, int ssl, char* host);
796 * @param timeout: timeout for the TCP connection.
797 * timeout in milliseconds, or -1 for no (change to the) timeout.
807 struct sockaddr_storage* to_addr, socklen_t to_addrlen, int timeout,
821 /** callback for udp timeout */
824 /** callback for udp delay for timeout */