Home
last modified time | relevance | path

Searched defs:BIO_seek (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h420 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in472 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro