|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
Go to the source code of this file.
Functions | |
| void | xt_idxstripes_initialize (void) |
| void | xt_idxstripes_finalize (void) |
| Xt_idxlist | xt_idxstripes_get_intersection (Xt_idxlist idxlist_src, Xt_idxlist idxlist_dst) |
| Xt_idxlist | xt_idxstripes_prealloc_new (struct Xt_stripe const *stripes, int num_stripes) |
| static int | xt_pos_ext_is_appendable (struct Xt_pos_ext db_last, struct Xt_pos_ext to_append) |
Definition in file xt_idxstripes_internal.h.
| void xt_idxstripes_finalize | ( | void | ) |
| Xt_idxlist xt_idxstripes_get_intersection | ( | Xt_idxlist | idxlist_src, |
| Xt_idxlist | idxlist_dst | ||
| ) |
Definition at line 708 of file xt_idxstripes.c.
| void xt_idxstripes_initialize | ( | void | ) |
| Xt_idxlist xt_idxstripes_prealloc_new | ( | struct Xt_stripe const * | stripes, |
| int | num_stripes | ||
| ) |
Generates an index list that is built up of stripes of indices. Does not copy the stripes.
| [in] | stripes | array defining the stripes |
| [in] | num_stripes | number of stripes |
Definition at line 351 of file xt_idxstripes.c.
|
inlinestatic |
Definition at line 77 of file xt_idxstripes_internal.h.
1.8.13