| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_http.c | 31 static int keep_alive(int keep_alive, int body_type) function 33 if (keep_alive != 0 43 keep_alive = 0; 44 return keep_alive; 89 keep_alive(ctx->keep_alive, req->body->type));
|
| cmp_local.h | 49 int keep_alive; /* persistent connection: 0=no, 1=prefer, 2=require */ member in struct:ossl_cmp_ctx_st
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_http.c | 29 static int keep_alive(int keep_alive, int body_type, BIO **bios) function 31 if (keep_alive != 0 && bios == NULL 41 keep_alive = 0; 42 return keep_alive; 103 keep_alive(ctx->keep_alive, req->body->type, bios)); 112 * HTTP connection is not closed at this level if keep_alive(...) != 0.
|
| cmp_local.h | 49 int keep_alive; /* persistent connection: 0=no, 1=prefer, 2=require */ member in struct:ossl_cmp_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| http_test.c | 25 int keep_alive; member in struct:__anon1741 32 * Respond with HTTP version 1.'version' and 'keep_alive' (unless implicit). 34 static int mock_http_server(BIO *in, BIO *out, char version, int keep_alive, 77 if ((version == '0') == keep_alive) /* otherwise, default */ 108 ret = mock_http_server(bio, args->out, args->version, args->keep_alive, 143 0 /* keep_alive */); 157 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) 171 mock_args.keep_alive = kept_alive; 184 keep_alive); 185 if (keep_alive == 2 && kept_alive == 0 [all...] |
| /src/usr.sbin/ldpd/ |
| socketops.c | 772 keep_alive(p); 1082 keep_alive(const struct ldp_peer * p) function 1204 keep_alive(p); 1208 keep_alive(p);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| http_test.c | 31 int keep_alive; member in struct:__anon712 41 * Response hdr has HTTP version 1.|version| and |keep_alive| (unless implicit). 43 static int mock_http_server(BIO *in, BIO *out, char version, int keep_alive, 102 if ((version == '0') == keep_alive) /* otherwise, default */ 143 ret = mock_http_server(bio, args->out, args->version, args->keep_alive, 207 0 /* keep_alive */); 242 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) 257 mock_args.keep_alive = kept_alive; 270 keep_alive); 271 if (keep_alive == 2 && kept_alive == 0 [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/http/ |
| http_client.c | 68 int keep_alive; /* Persistent conn. 0=no, 1=prefer, 2=require */ member in struct:ossl_http_req_ctx_st 254 int timeout, int keep_alive) 260 if (keep_alive != 0 278 rctx->keep_alive = keep_alive; 295 if (rctx->keep_alive != 0 854 if (rctx->keep_alive != 0 /* do not let server initiate keep_alive */ 856 if (rctx->keep_alive == 2) { 857 rctx->keep_alive = 0 [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/http/ |
| http_client.c | 65 int keep_alive; /* Persistent conn. 0=no, 1=prefer, 2=require */ member in struct:ossl_http_req_ctx_st 245 int timeout, int keep_alive) 251 if (keep_alive != 0 269 rctx->keep_alive = keep_alive; 286 if (rctx->keep_alive != 0 749 if (rctx->keep_alive != 0 /* do not let server initiate keep_alive */ 751 if (rctx->keep_alive == 2) { 752 rctx->keep_alive = 0 [all...] |
| /src/external/bsd/fetch/dist/libfetch/ |
| http.c | 151 int keep_alive; /* keep-alive mode */ member in struct:httpio 329 if (io->keep_alive) { 353 http_funopen(conn_t *conn, int chunked, int keep_alive, off_t clength) 365 io->keep_alive = keep_alive; 876 int keep_alive, verbose, cached; local 889 keep_alive = 0; 1088 keep_alive = (strcasecmp(p, "keep-alive") == 0); 1220 keep_alive = 0; 1224 if (keep_alive) { [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| httpd.c | 420 bool keep_alive = false; local 453 keep_alive = true; 501 if ((httpd->flags & CONNECTION_CLOSE) == 0 && keep_alive) {
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| cmp.c | 366 {"keep_alive", OPT_KEEP_ALIVE, 'N', 2369 CMP_err("-keep_alive argument must be 0, 1, or 2"); 2684 int keep_alive = 0; local 2698 &cbio, acbio, &keep_alive, 2731 ret = http_server_send_asn1_resp(cbio, keep_alive, 2744 if (!ret || !keep_alive
|
| /src/sys/dev/pci/ |
| if_iwm.c | 5299 int dtim_period, dtim_msec, keep_alive; local 5315 keep_alive = MAX(3 * dtim_msec, 1000 * IWM_POWER_KEEP_ALIVE_PERIOD_SEC); 5316 keep_alive = roundup(keep_alive, 1000) / 1000; 5317 cmd->keep_alive_seconds = htole16(keep_alive);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| cmp.c | 491 { "keep_alive", OPT_KEEP_ALIVE, 'N', 2902 CMP_err("-keep_alive argument must be 0, 1, or 2"); 3287 int keep_alive = 0; local 3301 &cbio, acbio, &keep_alive, 3334 ret = http_server_send_asn1_resp(prog, cbio, keep_alive, 3347 if (!ret || !keep_alive
|