Searched refs:bio_update_fn (Results 1 – 4 of 4) sorted by relevance
/openssl/include/openssl/ |
H A D | http.h | 72 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, 85 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, 94 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
|
/openssl/crypto/http/ |
H A D | http_client.c | 392 OSSL_HTTP_bio_cb_t bio_update_fn, in http_req_ctx_new() argument 403 rctx->upd_fn = bio_update_fn; in http_req_ctx_new() 1026 if (use_ssl && bio_update_fn == NULL) { in OSSL_HTTP_open() 1030 if (rbio != NULL && (bio == NULL || bio_update_fn != NULL)) { in OSSL_HTTP_open() 1078 if (bio_update_fn != NULL) { in OSSL_HTTP_open() 1081 cbio = (*bio_update_fn)(cbio, arg, 1 /* connect */, use_ssl != 0); in OSSL_HTTP_open() 1090 bio_update_fn, arg, use_ssl, proxy, server, port, in OSSL_HTTP_open() 1213 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_get() argument 1243 use_ssl, bio, rbio, bio_update_fn, arg, in OSSL_HTTP_get() 1305 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_transfer() argument [all …]
|
/openssl/doc/man3/ |
H A D | OSSL_HTTP_transfer.pod | 24 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, 37 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, 46 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, 94 and the I<bio_update_fn> parameter must be provided. 96 The parameter I<bio_update_fn>, which is optional if I<use_ssl> is 0, 99 I<bio_update_fn> is a BIO connect/disconnect callback function with prototype 234 and the I<bio_update_fn>, as described for OSSL_HTTP_open(), must be provided.
|
H A D | OSSL_CMP_CTX_new.pod | 410 as described for the I<bio_update_fn> parameter of L<OSSL_HTTP_open(3)>.
|
Completed in 13 milliseconds