Home
last modified time | relevance | path

Searched refs:BIO_C_FILE_TELL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_fd.c176 case BIO_C_FILE_TELL: in fd_ctrl()
H A Dbss_file.c227 case BIO_C_FILE_TELL: in file_ctrl()
H A Dbss_dgram.c350 case BIO_C_FILE_TELL: in dgram_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h356 #define BIO_C_FILE_TELL 133 macro
437 #define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)