Searched refs:OSSL_HTTP_close (Results 1 – 7 of 7) sorted by relevance
/openssl/include/openssl/ |
H A D | http.h | 99 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok);
|
/openssl/crypto/http/ |
H A D | http_client.c | 1272 (void)OSSL_HTTP_close(rctx, 1); in OSSL_HTTP_get() 1281 (void)OSSL_HTTP_close(rctx, 1); in OSSL_HTTP_get() 1289 if (!OSSL_HTTP_close(rctx, resp != NULL)) { in OSSL_HTTP_get() 1326 if (!OSSL_HTTP_close(rctx, resp != NULL)) { in OSSL_HTTP_transfer() 1338 int OSSL_HTTP_close(OSSL_HTTP_REQ_CTX *rctx, int ok) in OSSL_HTTP_close() function
|
/openssl/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); 242 and OSSL_HTTP_close(). 251 OSSL_HTTP_close() closes the connection and releases I<rctx>. 282 OSSL_HTTP_close() returns 0 if anything went wrong while disconnecting, else 1.
|
H A D | OSSL_HTTP_REQ_CTX.pod | 194 else it should call I<OSSL_HTTP_REQ_CTX_free(rctx)> or L<OSSL_HTTP_close(3)>. 281 L<OSSL_HTTP_close(3)>,
|
/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 169 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_reinit() 200 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_free()
|
/openssl/test/ |
H A D | http_test.c | 244 OSSL_HTTP_close(rctx, res); in test_http_keep_alive()
|
/openssl/util/ |
H A D | libcrypto.num | 4896 OSSL_HTTP_close 5024 3_0_0 EXIST::FUNCTION:HTTP
|
Completed in 54 milliseconds