Searched defs:ossl_http_req_ctx_st (Results 1 – 1 of 1) sorted by relevance
43 struct ossl_http_req_ctx_st { struct44 int state; /* Current I/O state */45 unsigned char *buf; /* Buffer to write request or read response */46 int buf_size; /* Buffer size */47 int free_wbio; /* wbio allocated internally, free with ctx */48 BIO *wbio; /* BIO to write/send request to */49 BIO *rbio; /* BIO to read/receive response from */50 OSSL_HTTP_bio_cb_t upd_fn; /* Optional BIO update callback used for TLS */51 void *upd_arg; /* Optional arg for update callback function */52 int use_ssl; /* Use HTTPS */[all …]