Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/bio/
Dbio.h339 #define BIO_C_GET_BUFF_NUM_LINES 116 macro
465 #define BIO_get_buffer_num_lines(b) BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES,0,NULL)
Dbf_buff.c319 case BIO_C_GET_BUFF_NUM_LINES: in buffer_ctrl()