Searched refs:OSSL_HTTP_close (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | http.h | 94 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok);
|
/third_party/openssl/include/openssl/ |
H A D | http.h | 94 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok);
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 1181 (void)OSSL_HTTP_close(rctx, 1); in OSSL_HTTP_get() 1191 (void)OSSL_HTTP_close(rctx, 1); in OSSL_HTTP_get() 1200 if (!OSSL_HTTP_close(rctx, resp != NULL)) { in OSSL_HTTP_get() 1238 if (!OSSL_HTTP_close(rctx, resp != NULL)) { in OSSL_HTTP_transfer() 1250 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok) in OSSL_HTTP_close() function
|
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 1170 (void)OSSL_HTTP_close(rctx, 1); in OSSL_HTTP_get() 1180 (void)OSSL_HTTP_close(rctx, 1); in OSSL_HTTP_get() 1189 if (!OSSL_HTTP_close(rctx, resp != NULL)) { in OSSL_HTTP_get() 1227 if (!OSSL_HTTP_close(rctx, resp != NULL)) { in OSSL_HTTP_transfer() 1239 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok) in OSSL_HTTP_close() function
|
/third_party/openssl/test/ |
H A D | http_test.c | 195 OSSL_HTTP_close(rctx, res); in test_http_keep_alive()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 161 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_reinit() 189 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_free()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 161 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_reinit() 189 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_free()
|
Completed in 9 milliseconds