OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
test.h File Reference

Go to the source code of this file.

Macros

#define TLS_APP_PROCESS_INIT   test_process_init
 
#define TLS_APP_ERRFLUSH   test_errflush
 

Functions

void test_process_init (int fd, int client_p, void *apparg)
 
void test_errflush (int child_p, char *errbuf, size_t num, void *apparg)
 

Macro Definition Documentation

#define TLS_APP_ERRFLUSH   test_errflush

Definition at line 11 of file test.h.

#define TLS_APP_PROCESS_INIT   test_process_init

Definition at line 6 of file test.h.

Function Documentation

void test_errflush ( int  child_p,
char *  errbuf,
size_t  num,
void apparg 
)

Definition at line 30 of file test.c.

void test_process_init ( int  fd,
int  client_p,
void apparg 
)

Definition at line 24 of file test.c.