For internal use only.
This file contains the implementation of the st_flush() function, used to release all entries in a sparse matrix table.
Definition in file st_flush.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for st_flush.c:

Go to the source code of this file.
Data Structures | |
| struct | _st_flush_s |
| Sparse matrix flush function shim structure. More... | |
Functions | |
| static unsigned long | _st_flush_iter (hash_table_t *table, hash_entry_t *ent, void *extra) |
| Sparse matrix hash flush callback. | |
| unsigned long | st_flush (smat_table_t *table, smat_iter_t flush_func, void *extra) |
| Flush a sparse matrix. | |
1.4.4