Searched refs:lostrqs (Results 1 – 5 of 5) sorted by relevance
168 server->lostrqs = 0; in tlsconnect()348 …if (SSL_get_shutdown(server->ssl) || (server->lostrqs && server->conf->statusserver!=RSP_STATSRV_O… in tlsclientrd()351 else if (server->lostrqs) in tlsclientrd()
1106 if (!server->servers->lostrqs) in choosesrvconf()1112 if (server->servers->lostrqs < best->servers->lostrqs) in choosesrvconf()1115 if (best && best->servers->lostrqs == MAX_LOSTRQS) in choosesrvconf()1118 ((struct clsrvconf *)entry->data)->servers->lostrqs--; in choosesrvconf()1397 server->lostrqs = 0; in replyh()1695 if (server->lostrqs < MAX_LOSTRQS) in clientwr()1696 server->lostrqs++; in clientwr()1706 if (server->lostrqs < MAX_LOSTRQS) in clientwr()1707 server->lostrqs++; in clientwr()1721 if (server->lostrqs < MAX_LOSTRQS) in clientwr()[all …]
650 …if(SSL_get_shutdown(server->ssl) || (server->lostrqs && server->conf->statusserver!=RSP_STATSRV_OF…653 else if (server->lostrqs)656 server->lostrqs = 0;
203 uint8_t lostrqs; member
122 server->lostrqs = 0; in tcpconnect()