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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dfile.c87 #define BIO_FP_APPEND 0x08 macro
242 if (num & BIO_FP_APPEND) {
342 return BIO_ctrl(bio, BIO_C_SET_FILENAME, BIO_CLOSE | BIO_FP_APPEND,
/external/openssl/crypto/bio/
H A Dbio.h196 #define BIO_FP_APPEND 0x08 macro
533 BIO_CLOSE|BIO_FP_APPEND,name)
/external/openssl/include/openssl/
H A Dbio.h196 #define BIO_FP_APPEND 0x08 macro
533 BIO_CLOSE|BIO_FP_APPEND,name)

Completed in 177 milliseconds