Searched refs:OSSL_HTTP_close (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | OSSL_HTTP_transfer.pod | 12 OSSL_HTTP_close 51 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok); 230 and OSSL_HTTP_close(). 239 OSSL_HTTP_close() closes the connection and releases I<rctx>. 266 OSSL_HTTP_close() returns 0 if anything went wrong while disconnecting, else 1.
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | http.h | 94 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok);
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | http_test.c | 195 OSSL_HTTP_close(rctx, res); in test_http_keep_alive()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|