Lines Matching refs:bio_update_fn
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()
1020 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_open() argument
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
1316 use_ssl, bio, rbio, bio_update_fn, arg, in OSSL_HTTP_transfer()