Searched refs:HTTP_1_0 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | http_server.c | 39 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro 512 int ret = BIO_printf(cbio, HTTP_1_0" 200 OK\r\n%s" in http_server_send_asn1_resp() 526 int ret = BIO_printf(cbio, HTTP_1_0" %d %s\r\n\r\n", in http_server_send_status()
|
/third_party/openssl/apps/lib/ |
H A D | http_server.c | 39 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro 512 int ret = BIO_printf(cbio, HTTP_1_0" 200 OK\r\n%s" in http_server_send_asn1_resp() 526 int ret = BIO_printf(cbio, HTTP_1_0" %d %s\r\n\r\n", in http_server_send_status()
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 31 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro 212 if (BIO_printf(rctx->mem, "%s "HTTP_1_0"\r\n", path) <= 0) in OSSL_HTTP_REQ_CTX_set_request_line() 1324 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port); in OSSL_HTTP_proxy_connect()
|
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 31 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro 205 if (BIO_printf(rctx->mem, "%s "HTTP_1_0"\r\n", path) <= 0) in OSSL_HTTP_REQ_CTX_set_request_line() 1313 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port); in OSSL_HTTP_proxy_connect()
|
Completed in 6 milliseconds