Yet Another eXchange Tool
0.9.0
|
Provide non-public declarations common to all index lists. More...
Go to the source code of this file.
Classes | |
struct | xt_idxlist_vtable |
struct | Xt_idxlist_ |
Enumerations | |
enum | { CHEAP_VECTOR_SIZE = 128 } |
Functions | |
void | xt_idxlist_get_index_stripes_keep_buf (Xt_idxlist idxlist, struct Xt_stripe **stripes, int *num_stripes) |
void | xt_idxlist_intersection_init (void) |
Xt_uid | xt_idxlist_new_uid (void) |
static void | Xt_idxlist_init (Xt_idxlist idxlist, const struct xt_idxlist_vtable *vtable, int num_indices) |
Xt_idxlist | xt_default_isect (Xt_idxlist idxlist_src, Xt_idxlist idxlist_dst) |
Provide non-public declarations common to all index lists.
Definition in file xt_idxlist_internal.h.
anonymous enum |
Enumerator | |
---|---|
CHEAP_VECTOR_SIZE |
Definition at line 118 of file xt_idxlist_internal.h.
Xt_idxlist xt_default_isect | ( | Xt_idxlist | idxlist_src, |
Xt_idxlist | idxlist_dst | ||
) |
Definition at line 98 of file xt_idxlist_intersection.c.
void xt_idxlist_get_index_stripes_keep_buf | ( | Xt_idxlist | idxlist, |
struct Xt_stripe ** | stripes, | ||
int * | num_stripes | ||
) |
Definition at line 127 of file xt_idxlist.c.
|
inlinestatic |
Definition at line 102 of file xt_idxlist_internal.h.
void xt_idxlist_intersection_init | ( | void | ) |
Definition at line 85 of file xt_idxlist_intersection.c.
Xt_uid xt_idxlist_new_uid | ( | void | ) |