Classes | |
union | int64 |
union | u_int64 |
union | int64_union |
struct | pin_flist |
struct | pin_errbuf |
Typedefs | |
typedef char * | caddr_t |
typedef short | int16 |
typedef unsigned short | u_int16 |
typedef int | int32 |
typedef unsigned int | u_int32 |
typedef unsigned long | uint |
typedef __int64 | int64 |
typedef unsigned __int64 | u_int64 |
typedef unsigned char | u_char |
typedef unsigned short | u_short |
typedef unsigned int | u_int |
typedef unsigned long | u_long |
typedef _off_t | offset_t |
typedef int32 | pin_beid_t |
typedef int64 | pin_db_no_t |
typedef int32 | pin_err_t |
typedef int32 | pin_err_class_t |
typedef int32 | pin_err_facility_t |
typedef int32 | pin_err_line_no_t |
typedef int32 | pin_err_location_t |
typedef int32 | pin_err_msg_id_t |
typedef int32 | pin_err_reserved_t |
typedef int32 | pin_err_time_sec_t |
typedef int32 | pin_err_time_usec_t |
typedef int32 | pin_fld_num_t |
typedef short | pin_fld_type_t |
typedef int32 | pin_opcode_t |
typedef int32 | pin_opcode_flags_t |
typedef int64 | pin_poid_id_t |
typedef int32 | pin_poid_rev_t |
typedef char * | pin_poid_type_t |
typedef const char * | pin_const_poid_type_t |
typedef int32 | pin_rec_id_t |
typedef struct pin_flist | pin_flist_t |
typedef void | pin_poid_idx_t |
typedef struct pin_errbuf | pin_errbuf_t |
typedef void | pin_decimal_t |
typedef void | pin_time_t |
typedef void * | pin_fd_t |
typedef signed __int64 | ssize_t |
Functions | |
void * | pin_malloc (size_t) |
void | pin_free (void *) |
void * | pin_realloc (void *, size_t) |
char * | pin_strdup (const char *) |
char * | pin_malloc () |
int | pin_free () |
char * | pin_realloc () |
char * | pin_strdup () |
EXPORT void * | heap_alloc (size_t size) |
EXPORT void | heap_free (void *p) |
EXPORT void * | heap_realloc (void *p, size_t size) |
EXPORT void * | heap_calloc (size_t nitems, size_t size) |
EXPORT char * | heap_strdup (const char *p) |
typedef char * caddr_t |
typedef __int16 int16 |
typedef unsigned short u_int16 |
typedef __int32 int32 |
typedef unsigned __int32 u_int32 |
typedef unsigned long uint |
typedef __int64 int64 |
typedef unsigned __int64 u_int64 |
typedef unsigned char u_char |
typedef unsigned short u_short |
typedef unsigned int u_int |
typedef unsigned long u_long |
typedef _off_t offset_t |
typedef int32 pin_beid_t |
typedef int64 pin_db_no_t |
typedef int32 pin_err_class_t |
typedef int32 pin_err_facility_t |
typedef int32 pin_err_line_no_t |
typedef int32 pin_err_location_t |
typedef int32 pin_err_msg_id_t |
typedef int32 pin_err_reserved_t |
typedef int32 pin_err_time_sec_t |
typedef int32 pin_err_time_usec_t |
typedef int32 pin_fld_num_t |
typedef short pin_fld_type_t |
typedef int32 pin_opcode_t |
typedef int32 pin_opcode_flags_t |
typedef int64 pin_poid_id_t |
typedef int32 pin_poid_rev_t |
typedef char* pin_poid_type_t |
typedef const char* pin_const_poid_type_t |
typedef int32 pin_rec_id_t |
typedef struct pin_flist pin_flist_t |
typedef void pin_poid_idx_t |
typedef struct pin_errbuf pin_errbuf_t |
typedef void pin_decimal_t |
typedef void pin_time_t |
typedef int pin_fd_t |
typedef signed int ssize_t |
void * pin_malloc | ( | size_t | ) |
void pin_free | ( | void * | ) |
void * pin_realloc | ( | void * | , | |
size_t | ||||
) |
char * pin_strdup | ( | const char * | ) |
char * pin_malloc | ( | ) |
int pin_free | ( | ) |
char * pin_realloc | ( | ) |
char * pin_strdup | ( | ) |
IMPORT void * heap_alloc | ( | size_t | size | ) |
IMPORT void heap_free | ( | void * | p | ) |
IMPORT void * heap_realloc | ( | void * | p, | |
size_t | size | |||
) |
IMPORT void * heap_calloc | ( | size_t | nitems, | |
size_t | size | |||
) |
IMPORT char * heap_strdup | ( | const char * | p | ) |