Searched refs:accept_timeout (Results 1 – 2 of 2) sorted by relevance
1696 int accept_timeout; /* when > 0, gives socket accept() timeout in seconds, < 0 in usec */ member
4676 { if (soap->accept_timeout || soap->send_timeout || soap->recv_timeout) in soap_accept()4679 …tcp_select(soap, soap->master, SOAP_TCP_SELECT_ALL, soap->accept_timeout ? soap->accept_timeout : … in soap_accept()4682 if (!r && soap->accept_timeout) in soap_accept()4696 if (soap->accept_timeout || soap->send_timeout || soap->recv_timeout) in soap_accept()8334 soap->accept_timeout = 0; in soap_init()