Home
last modified time | relevance | path

Searched defs:ossl_http_req_ctx_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c44 struct ossl_http_req_ctx_st { struct
45 int state; /* Current I/O state */
46 unsigned char *buf; /* Buffer to write request or read response */
47 int buf_size; /* Buffer size */
48 int free_wbio; /* wbio allocated internally, free with ctx */
49 BIO *wbio; /* BIO to write/send request to */
50 BIO *rbio; /* BIO to read/receive response from */
51 OSSL_HTTP_bio_cb_t upd_fn; /* Optional BIO update callback used for TLS */
52 void *upd_arg; /* Optional arg for update callback function */
53 int use_ssl; /* Use HTTPS */
[all …]