Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Go to the source code of this file.
Data Structures | |
struct | SPLIT_RETURN |
Macros | |
#define | BIGOVERHEAD (4*sizeof(u_int16_t)) |
#define | FREESPACE(P) ((P)[(P)[0]+1]) |
#define | KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); |
#define | OFFSET(P) ((P)[(P)[0]+2]) |
#define | OVFLSIZE (2*sizeof(u_int16_t)) |
#define | PAGE_META(N) (((N)+3) * sizeof(u_int16_t)) |
#define | PAIRFITS(P, K, D) |
#define | PAIRSIZE(K, D) (2*sizeof(u_int16_t) + (K)->size + (D)->size) |
#define PAIRFITS | ( | P, | |
K, | |||
D | |||
) |