|
void | spr_cwr_count_tree_mem_print (SprStream *fd, const SprCwrCountTree *count_tree) |
|
SprCwrCountTree * | spr_cwr_count_tree_mem_limit (SprCwrCountTree *count_tree, int memory_limit) |
|
int | spr_cwr_count_file_assign (SprCwrCountFile *count_file, const char *fname, unsigned int mode) |
|
SprCwrCountTree * | spr_cwr_count_tree_free (SprCwrCountTree *count_tree, int content_only, SprMsgId *routine) |
|
SprCwrCountTree * | spr_cwr_count_tree_alloc (SprCwrCountTree *count_tree, int depth, const SprDT *type) |
|
SprCwrCount * | spr_cwr_count_read (SprCwrCountFile *count_file) |
|
int | spr_cwr_count_write (SprCwrCountFile *count_file, const SprCwrCount *count) |
|
SprCwrCount * | spr_cwr_count_tree_step (SprCwrCountTree *count_tree) |
|
SprCwrChildInfo * | spr_cwr_count_tree_select (SprCwrCountTree *count_tree, int *class_seq, int match_depth, int create_missing) |
| Find a sub tree in the count tree. More...
|
|
int | spr_cwr_count_tree_mem_merge (SprCwrCountTree *count_tree) |
|
SprCwrChildInfo * | spr_cwr_count_tree_next (SprCwrCountNode *count_node, int class_id) |
|
SprCwrChildInfo * | spr_cwr_count_tree_Next (SprCwrCountNodePtr *count_node_ptr, int class_id, int final_node, SprCwrCountTree *count_tree) |
|
SprCwrChildInfo * | spr_cwr_count_tree_Next_ (SprCwrChildInfo *child, int class_id, int final_node, SprCwrCountTree *count_tree) |
|
int | spr_cwr_count_inc (SprCwrCountTree *count_tree) |
|
int | spr_cwr_count_tree_print (SprStream *dest, SprCwrCountTree *count_tree) |
| Print the content of the count tree. More...
|
|