Previous: 3rd Plain AVL Sequence, Up: BST Based Variable Size Data Sequences [Index]
General library:
See Variable Size Data Sequence Library.
See Variable Size Data Sequence Search Library.
call data structure size retriever:
int x1f4_call_nvlist(unsigned *);
clip data deletion routine:
int x1f4_clip_nvlist
(void *, unsigned, void *, int (*)(void *, void *));
deck data rotation routine:
int x1f4_deck_nvlist(void *, int);
ever record retriever:
int x1f4_ever_nvlist(void *, void **);
fast sequence constructor routine:
int x1f4_fast_nvlist(void *, unsigned, struct x1f4_nvlist_type *);
fgxp first greater search routine:
int x1f4_fgxp_nvlist
(void *, void *, unsigned, int (*)(void *, void *), unsigned *);
fini sequence regular destructor routine:
int x1f4_fini_nvlist(void **);
flat sequence destructor routine:
int x1f4_flat_nvlist(void *);
flip order reversal routine:
int x1f4_flip_nvlist(void *);
flow data structure integrity check routine:
int x1f4_flow_nvlist(void *);
fmxp first matching search routine:
int x1f4_fmxp_nvlist
(void *, void *, unsigned, int (*)(void *, void *), unsigned *);
fxxp first greater or matching search routine:
int x1f4_fxxp_nvlist
(void *, void *, unsigned, int (*)(void *, void *), unsigned *);
head plain data insertion routine:
int x1f4_head_nvlist(void *, unsigned, void **);
high data purge routine:
int x1f4_high_nvlist(void *);
init sequence regular constructor routine:
int x1f4_init_nvlist(void **, unsigned, struct x1f4_nvlist_type *);
land sort insertion routine:
int x1f4_land_nvlist
(void *, void *, int (*)(void *, void *), unsigned, unsigned, void **);
last record retriever / iterator routine:
int x1f4_last_nvlist(void **, void *);
lead record retriever:
int x1f4_lead_nvlist(void *, void **);
lime data traversal routine:
int x1f4_lime_nvlist(void *, void *, int (*)(void *, void *));
llxp last less search routine:
int x1f4_llxp_nvlist
(void *, void *, unsigned, int (*)(void *, void *), unsigned *);
lmxp last matching search routine:
int x1f4_lmxp_nvlist
(void *, void *, unsigned, int (*)(void *, void *), unsigned *);
lxxp last less or matching search routine:
int x1f4_lxxp_nvlist
(void *, void *, unsigned, int (*)(void *, void *), unsigned *);
mind data deletion routine:
int x1f4_mind_nvlist(void *);
miss plain data deletion routine:
int x1f4_miss_nvlist(void *, unsigned);
mode data replacement routine:
int x1f4_mode_nvlist(void *, unsigned, unsigned, void **);
move data move routine:
int x1f4_move_nvlist(void *, unsigned, unsigned);
next record retriever / iterator routine:
int x1f4_next_nvlist(void **, void *);
peek plain data retrieval routine:
int x1f4_peek_nvlist(void *, unsigned, void **);
push plain data insertion routine:
int x1f4_push_nvlist(void *, unsigned, unsigned, void **);
rand data shuffling routine:
int x1f4_rand_nvlist(void *);
rank data search routine:
int x1f4_rank_nvlist
(void *, void *, unsigned, int (*)(void *, void *), unsigned *);
size size retriever:
int x1f4_size_nvlist(void *, unsigned *);
skew memory allocator replacer routine:
int x1f4_skew_nvlist(void *, void *);
slip data deletion routine:
int x1f4_slip_nvlist(void *);
sort data sort routine:
int x1f4_sort_nvlist
(void *, void *, unsigned, int (*)(void *, void *, void *));
tail plain data insertion routine:
int x1f4_tail_nvlist(void *, unsigned, void **);
turn memory allocator replacer routine:
int x1f4_turn_nvlist(void *);
wind data move routine:
int x1f4_wind_nvlist(void *, unsigned, void *, unsigned);
Previous: 3rd Plain AVL Sequence, Up: BST Based Variable Size Data Sequences [Index]