Lines Matching refs:keep_alive
65 int keep_alive; /* Persistent conn. 0=no, 1=prefer, 2=require */
238 int timeout, int keep_alive)
244 if (keep_alive != 0
262 rctx->keep_alive = keep_alive;
279 if (rctx->keep_alive != 0
738 if (rctx->keep_alive != 0 /* do not let server initiate keep_alive */
740 if (rctx->keep_alive == 2) {
741 rctx->keep_alive = 0;
745 rctx->keep_alive = 0;
910 return rctx != NULL && rctx->keep_alive != 0;
1008 size_t max_resp_len, int timeout, int keep_alive)
1028 expect_asn1, timeout, keep_alive)
1151 0 /* no keep_alive */)) {
1210 size_t max_resp_len, int timeout, int keep_alive)
1224 max_resp_len, timeout, keep_alive))