Home
last modified time | relevance | path

Searched refs:UP_ferror (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ms/
Duplink.h30 #define UP_ferror (*(int (*)(void *))OPENSSL_UplinkTable[APPLINK_FERROR]) macro
/third_party/openssl/crypto/bio/
Dbio_local.h172 # define UP_ferror ferror macro
Dbss_file.c147 && (b->flags & BIO_FLAGS_UPLINK) ? UP_ferror((FILE *)b->ptr) : in file_read()