Home
last modified time | relevance | path

Searched refs:BIO_C_GET_BUFF_NUM_LINES (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
HDbio.h339 #define BIO_C_GET_BUFF_NUM_LINES 116 macro
474 #define BIO_get_buffer_num_lines(b) BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES,0,NULL)
/dragonfly/crypto/libressl/crypto/bio/
HDbf_buff.c318 case BIO_C_GET_BUFF_NUM_LINES: in buffer_ctrl()