Searched refs:bio_update_fn (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/include/openssl/ |
D | http.h | 67 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, 80 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, 89 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
|
/third_party/openssl/crypto/http/ |
D | http_client.c | 365 OSSL_HTTP_bio_cb_t bio_update_fn, in http_req_ctx_new() argument 376 rctx->upd_fn = bio_update_fn; in http_req_ctx_new() 919 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_open() argument 925 if (use_ssl && bio_update_fn == NULL) { in OSSL_HTTP_open() 929 if (rbio != NULL && (bio == NULL || bio_update_fn != NULL)) { in OSSL_HTTP_open() 979 if (bio_update_fn != NULL) { in OSSL_HTTP_open() 982 cbio = (*bio_update_fn)(cbio, arg, 1 /* connect */, use_ssl != 0); in OSSL_HTTP_open() 991 bio_update_fn, arg, use_ssl, proxy, server, port, in OSSL_HTTP_open() 1114 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_get() argument 1142 use_ssl, bio, rbio, bio_update_fn, arg, in OSSL_HTTP_get() [all …]
|
/third_party/openssl/doc/man3/ |
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, 92 and the I<bio_update_fn> parameter must be provided. 94 The parameter I<bio_update_fn>, which is optional if I<use_ssl> is 0, 97 I<bio_update_fn> is a BIO connect/disconnect callback function with prototype 219 and the I<bio_update_fn>, as described for OSSL_HTTP_open(), must be provided.
|