Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_close (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
H A Dhttp.h94 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok);
/third_party/openssl/include/openssl/
H A Dhttp.h94 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok);
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c1181 (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 Dhttp_client.c1170 (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 Dhttp_test.c195 OSSL_HTTP_close(rctx, res); in test_http_keep_alive()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c161 (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 Dcmp_ctx.c161 (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