deimos.openssl.applink

Undocumented in source.

Members

Functions

OPENSSL_Applink
void** OPENSSL_Applink()
Undocumented in source. Be warned that the author may not have intended to support it.
app_clearerr
void app_clearerr(FILE* fp)
Undocumented in source. Be warned that the author may not have intended to support it.
app_feof
int app_feof(FILE* fp)
Undocumented in source. Be warned that the author may not have intended to support it.
app_ferror
int app_ferror(FILE* fp)
Undocumented in source. Be warned that the author may not have intended to support it.
app_fileno
int app_fileno(FILE* fp)
Undocumented in source. Be warned that the author may not have intended to support it.
app_fsetmod
int app_fsetmod(FILE* fp, char mod)
Undocumented in source. Be warned that the author may not have intended to support it.
app_stderr
void* app_stderr()
Undocumented in source. Be warned that the author may not have intended to support it.
app_stdin
void* app_stdin()
Undocumented in source. Be warned that the author may not have intended to support it.
app_stdout
void* app_stdout()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

APPLINK_CLEARERR
enum APPLINK_CLEARERR;
Undocumented in source.
APPLINK_CLOSE
enum APPLINK_CLOSE;
Undocumented in source.
APPLINK_FCLOSE
enum APPLINK_FCLOSE;
Undocumented in source.
APPLINK_FEOF
enum APPLINK_FEOF;
Undocumented in source.
APPLINK_FERROR
enum APPLINK_FERROR;
Undocumented in source.
APPLINK_FFLUSH
enum APPLINK_FFLUSH;
Undocumented in source.
APPLINK_FGETS
enum APPLINK_FGETS;
Undocumented in source.
APPLINK_FILENO
enum APPLINK_FILENO;
Undocumented in source.
APPLINK_FOPEN
enum APPLINK_FOPEN;
Undocumented in source.
APPLINK_FPRINTF
enum APPLINK_FPRINTF;
Undocumented in source.
APPLINK_FREAD
enum APPLINK_FREAD;
Undocumented in source.
APPLINK_FSEEK
enum APPLINK_FSEEK;
Undocumented in source.
APPLINK_FSETMOD
enum APPLINK_FSETMOD;
Undocumented in source.
APPLINK_FTELL
enum APPLINK_FTELL;
Undocumented in source.
APPLINK_FWRITE
enum APPLINK_FWRITE;
Undocumented in source.
APPLINK_LSEEK
enum APPLINK_LSEEK;
Undocumented in source.
APPLINK_MAX
enum APPLINK_MAX;
Undocumented in source.
APPLINK_OPEN
enum APPLINK_OPEN;
Undocumented in source.
APPLINK_READ
enum APPLINK_READ;
Undocumented in source.
APPLINK_STDERR
enum APPLINK_STDERR;
Undocumented in source.
APPLINK_STDIN
enum APPLINK_STDIN;
Undocumented in source.
APPLINK_STDOUT
enum APPLINK_STDOUT;
Undocumented in source.
APPLINK_WRITE
enum APPLINK_WRITE;
Undocumented in source.
_O_TEXT
enum _O_TEXT;
Undocumented in source.

Static variables

OPENSSL_ApplinkTable
void*[APPLINK_MAX + 1] OPENSSL_ApplinkTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
once
bool once;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta