Searched refs:eof_value (Results 1 – 2 of 2) sorted by relevance
328 int BIO_set_mem_eof_return(BIO *bio, int eof_value) { in BIO_set_mem_eof_return() argument329 return BIO_ctrl(bio, BIO_C_SET_BUF_MEM_EOF_RETURN, eof_value, NULL); in BIO_set_mem_eof_return()
416 OPENSSL_EXPORT int BIO_set_mem_eof_return(BIO *bio, int eof_value);