Searched refs:read_bio (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_client.h64 void *read_bio; member in struct:__anon85::ssl
H A Dnet_client_ssl.c715 n->ssl.read_bio = BIO_new(BIO_s_mem());
717 if (n->ssl.read_bio != NULL && n->ssl.write_bio != NULL) {
718 BIO_ctrl(n->ssl.read_bio, BIO_C_SET_BUF_MEM_EOF_RETURN, -1, NULL);
720 SSL_set_bio(n->ssl.ssl_handle, n->ssl.read_bio, n->ssl.write_bio);
803 BIO_write(n->ssl.read_bio, buf, sz);

Completed in 35 milliseconds