Apache2
|
#include "abts.h"
Go to the source code of this file.
Macros | |
#define | IDX_apr_dev_t 0 |
#define | IDX_apr_ino_t 1 |
#define | IDX_apr_off_t 2 |
#define | IDX_apr_socklen_t 3 |
#define | IDX_apr_size_t 4 |
#define | IDX_MAX 5 |
#define | GETSIZE(res, type) res[(IDX_##type)] = sizeof(type) |
#define | CHECKSIZE(tc, res1, res2, type) ABTS_INT_EQUAL(tc, res1[(IDX_##type)], res2[(IDX_##type)]); |
Functions | |
void | get_type_sizes32 (int *res) |
void | get_type_sizes64 (int *res) |
#define CHECKSIZE | ( | tc, | |
res1, | |||
res2, | |||
type | |||
) | ABTS_INT_EQUAL(tc, res1[(IDX_##type)], res2[(IDX_##type)]); |
#define GETSIZE | ( | res, | |
type | |||
) | res[(IDX_##type)] = sizeof(type) |
#define IDX_apr_dev_t 0 |
#define IDX_apr_ino_t 1 |
#define IDX_apr_off_t 2 |
#define IDX_apr_size_t 4 |
#define IDX_apr_socklen_t 3 |
#define IDX_MAX 5 |
void get_type_sizes32 | ( | int * | res | ) |
void get_type_sizes64 | ( | int * | res | ) |