1 #define APPLINK_STDIN 1 2 #define APPLINK_STDOUT 2 3 #define APPLINK_STDERR 3 4 #define APPLINK_FPRINTF 4 5 #define APPLINK_FGETS 5 6 #define APPLINK_FREAD 6 7 #define APPLINK_FWRITE 7 8 #define APPLINK_FSETMOD 8 10 #define APPLINK_FCLOSE 10 12 #define APPLINK_FOPEN 11 13 #define APPLINK_FSEEK 12 14 #define APPLINK_FTELL 13 15 #define APPLINK_FFLUSH 14 16 #define APPLINK_FERROR 15 17 #define APPLINK_CLEARERR 16 18 #define APPLINK_FILENO 17 20 #define APPLINK_OPEN 18 21 #define APPLINK_READ 19 22 #define APPLINK_WRITE 20 23 #define APPLINK_LSEEK 21 24 #define APPLINK_CLOSE 22 25 #define APPLINK_MAX 22 27 #ifndef APPMACROS_ONLY 69 return _setmode(_fileno(fp), mod ==
'b' ? _O_BINARY : _O_TEXT);
78 # if defined(__BORLANDC__) 91 static void *OPENSSL_ApplinkTable[
APPLINK_MAX + 1] =
123 return OPENSSL_ApplinkTable;
static int app_fileno(FILE *fp)
static void * app_stdout(void)
static void app_clearerr(FILE *fp)
static int app_feof(FILE *fp)
static int app_ferror(FILE *fp)
static void * app_stdin(void)
static int app_fsetmod(FILE *fp, char mod)
static void * app_stderr(void)