Previous: B-tree Associative Array, Up: Bitmapped B-tree Fixed Size Data Arrays [Index]
General library:
See Fixed Size Data Array Library.
call
data structure size retriever:
extern int x1f4_call_bpfset(unsigned *);
fast
associative array constructor routine:
extern int x1f4_fast_bpfset(void *, unsigned, struct x1f4_bpfset_type *);
fini
associative array regular destructor routine:
extern int x1f4_fini_bpfset(void **);
flat
associative array destructor routine:
extern int x1f4_flat_bpfset(void *);
high
data purge routine:
extern int x1f4_high_bpfset(void *);
init
associative array regular constructor routine:
extern int x1f4_init_bpfset(void **, unsigned, struct x1f4_bpfset_type *);
lime
data traversal routine:
extern int x1f4_lime_bpfset(void *, void *, int (*) (void *, void *));
Pointer set library:
See Fixed Size Data Array Pointer Set Library.
cast
plain data deletion routine:
extern int x1f4_cast_bppset(void *, void *);
find
plain search routine:
extern int x1f4_find_bppset(void *, void *);
flow
data structure consistency check routine:
extern int x1f4_flow_bppset(void *);
post
plain data insertion routine:
extern int x1f4_post_bppset(void *, void *);