Searched defs:BIO_C_FILE_TELL (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h762 #define BIO_C_FILE_TELL 133 macro
/external/openssl/crypto/bio/
H A Dbio.h436 #define BIO_C_FILE_TELL 133 macro
517 #define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)
/external/openssl/include/openssl/
H A Dbio.h436 #define BIO_C_FILE_TELL 133 macro
517 #define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)

Completed in 41 milliseconds