Home
last modified time | relevance | path

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

/openssl/include/openssl/
H A Dhttp.h94 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok);
/openssl/crypto/http/
H A Dhttp_client.c1199 (void)OSSL_HTTP_close(rctx, 1); in OSSL_HTTP_get()
1208 (void)OSSL_HTTP_close(rctx, 1); in OSSL_HTTP_get()
1216 if (!OSSL_HTTP_close(rctx, resp != NULL)) { in OSSL_HTTP_get()
1253 if (!OSSL_HTTP_close(rctx, resp != NULL)) { in OSSL_HTTP_transfer()
1265 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok) in OSSL_HTTP_close() function
/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod12 OSSL_HTTP_close
51 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok);
235 and OSSL_HTTP_close().
244 OSSL_HTTP_close() closes the connection and releases I<rctx>.
275 OSSL_HTTP_close() returns 0 if anything went wrong while disconnecting, else 1.
H A DOSSL_HTTP_REQ_CTX.pod185 else it should call I<OSSL_HTTP_REQ_CTX_free(rctx)> or L<OSSL_HTTP_close(3)>.
266 L<OSSL_HTTP_close(3)>,
/openssl/crypto/cmp/
H A Dcmp_ctx.c157 (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()
/openssl/test/
H A Dhttp_test.c244 OSSL_HTTP_close(rctx, res); in test_http_keep_alive()
/openssl/util/
H A Dlibcrypto.num4896 OSSL_HTTP_close 5024 3_0_0 EXIST::FUNCTION:

Completed in 44 milliseconds