Searched defs:keep_alive (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_http.c | 29 static int keep_alive(int keep_alive, int body_type) in keep_alive()
|
H A D | cmp_local.h | 49 int keep_alive; /* persistent connection: 0=no, 1=prefer, 2=require */ member
|
/openssl/test/ |
H A D | http_test.c | 27 int keep_alive; member 37 static int mock_http_server(BIO *in, BIO *out, char version, int keep_alive, in mock_http_server() 205 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) in test_http_keep_alive()
|
/openssl/crypto/http/ |
H A D | http_client.c | 66 int keep_alive; /* Persistent conn. 0=no, 1=prefer, 2=require */ member 250 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected() 1107 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() 1309 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_transfer()
|
/openssl/apps/lib/ |
H A D | http_server.c | 504 int http_server_send_asn1_resp(const char *prog, BIO *cbio, int keep_alive, in http_server_send_asn1_resp()
|
/openssl/apps/ |
H A D | cmp.c | 3160 int keep_alive = 0; in cmp_server() local
|
Completed in 41 milliseconds