Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
safestack.h File Reference
#include <openssl/stack.h>
#include <openssl/e_os2.h>
+ Include dependency graph for safestack.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STACK_OF(type)   struct stack_st_##type
 
#define SKM_DEFINE_STACK_OF(t1, t2, t3)
 
#define DEFINE_SPECIAL_STACK_OF(t1, t2)   SKM_DEFINE_STACK_OF(t1, t2, t2)
 
#define DEFINE_STACK_OF(t)   SKM_DEFINE_STACK_OF(t, t, t)
 
#define DEFINE_SPECIAL_STACK_OF_CONST(t1, t2)    SKM_DEFINE_STACK_OF(t1, const t2, t2)
 
#define DEFINE_STACK_OF_CONST(t)   SKM_DEFINE_STACK_OF(t, const t, t)
 

Typedefs

typedef char * OPENSSL_STRING
 
typedef const char * OPENSSL_CSTRING
 
typedef void * OPENSSL_BLOCK
 

Macro Definition Documentation

◆ DEFINE_SPECIAL_STACK_OF

#define DEFINE_SPECIAL_STACK_OF ( t1,
t2 )   SKM_DEFINE_STACK_OF(t1, t2, t2)

Definition at line 129 of file safestack.h.

◆ DEFINE_SPECIAL_STACK_OF_CONST

#define DEFINE_SPECIAL_STACK_OF_CONST ( t1,
t2 )    SKM_DEFINE_STACK_OF(t1, const t2, t2)

Definition at line 131 of file safestack.h.

◆ DEFINE_STACK_OF

#define DEFINE_STACK_OF ( t)    SKM_DEFINE_STACK_OF(t, t, t)

Definition at line 130 of file safestack.h.

◆ DEFINE_STACK_OF_CONST

#define DEFINE_STACK_OF_CONST ( t)    SKM_DEFINE_STACK_OF(t, const t, t)

Definition at line 133 of file safestack.h.

◆ SKM_DEFINE_STACK_OF

#define SKM_DEFINE_STACK_OF ( t1,
t2,
t3 )

Definition at line 22 of file safestack.h.

◆ STACK_OF

#define STACK_OF ( type)    struct stack_st_##type

Definition at line 20 of file safestack.h.

Typedef Documentation

◆ OPENSSL_BLOCK

typedef void* OPENSSL_BLOCK

Definition at line 166 of file safestack.h.

◆ OPENSSL_CSTRING

typedef const char* OPENSSL_CSTRING

Definition at line 150 of file safestack.h.

◆ OPENSSL_STRING

typedef char* OPENSSL_STRING

Definition at line 149 of file safestack.h.