Searched refs:FreeFunc (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mod_db4/
H A Dskiplist.h30 typedef void (*FreeFunc)(void *); typedef
76 FreeFunc myfree, SkiplistComparator comp);
77 int skiplist_remove(Skiplist *sl, void *data, FreeFunc myfree);
78 int skiplisti_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree);
79 void skiplist_remove_all(Skiplist *sl, FreeFunc myfree);
86 void *skiplist_pop(Skiplist * a, FreeFunc myfree);
H A Dskiplist.c434 void *data, FreeFunc myfree) {
453 int skiplisti_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree) {
488 FreeFunc myfree, SkiplistComparator comp) {
503 void skiplist_remove_all(Skiplist *sl, FreeFunc myfree) {
524 void *skiplist_pop(Skiplist * a, FreeFunc myfree)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mod_db4/
H A Dskiplist.h30 typedef void (*FreeFunc)(void *); typedef
76 FreeFunc myfree, SkiplistComparator comp);
77 int skiplist_remove(Skiplist *sl, void *data, FreeFunc myfree);
78 int skiplisti_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree);
79 void skiplist_remove_all(Skiplist *sl, FreeFunc myfree);
86 void *skiplist_pop(Skiplist * a, FreeFunc myfree);
H A Dskiplist.c434 void *data, FreeFunc myfree) {
453 int skiplisti_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree) {
488 FreeFunc myfree, SkiplistComparator comp) {
503 void skiplist_remove_all(Skiplist *sl, FreeFunc myfree) {
524 void *skiplist_pop(Skiplist * a, FreeFunc myfree)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mod_db4/
H A Dskiplist.h30 typedef void (*FreeFunc)(void *); typedef
76 FreeFunc myfree, SkiplistComparator comp);
77 int skiplist_remove(Skiplist *sl, void *data, FreeFunc myfree);
78 int skiplisti_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree);
79 void skiplist_remove_all(Skiplist *sl, FreeFunc myfree);
86 void *skiplist_pop(Skiplist * a, FreeFunc myfree);
H A Dskiplist.c434 void *data, FreeFunc myfree) {
453 int skiplisti_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree) {
488 FreeFunc myfree, SkiplistComparator comp) {
503 void skiplist_remove_all(Skiplist *sl, FreeFunc myfree) {
524 void *skiplist_pop(Skiplist * a, FreeFunc myfree)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/ubiqx/
H A Dubi_Cache.h185 ubi_trKillNodeRtn FreeFunc,
196 * FreeFunc - A pointer to a function that will be called
H A Dubi_Cache.c175 ubi_trKillNodeRtn FreeFunc,
186 * FreeFunc - A pointer to a function that will be called
227 CachePtr->free_func = FreeFunc;
173 ubi_cacheInit( ubi_cacheRootPtr CachePtr, ubi_trCompFunc CompFunc, ubi_trKillNodeRtn FreeFunc, unsigned long MaxEntries, unsigned long MaxMemory ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/ubiqx/
H A Dubi_Cache.h185 ubi_trKillNodeRtn FreeFunc,
196 * FreeFunc - A pointer to a function that will be called
H A Dubi_Cache.c175 ubi_trKillNodeRtn FreeFunc,
186 * FreeFunc - A pointer to a function that will be called
227 CachePtr->free_func = FreeFunc;
173 ubi_cacheInit( ubi_cacheRootPtr CachePtr, ubi_trCompFunc CompFunc, ubi_trKillNodeRtn FreeFunc, unsigned long MaxEntries, unsigned long MaxMemory ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/ubiqx/
H A Dubi_Cache.h185 ubi_trKillNodeRtn FreeFunc,
196 * FreeFunc - A pointer to a function that will be called
H A Dubi_Cache.c175 ubi_trKillNodeRtn FreeFunc,
186 * FreeFunc - A pointer to a function that will be called
227 CachePtr->free_func = FreeFunc;
173 ubi_cacheInit( ubi_cacheRootPtr CachePtr, ubi_trCompFunc CompFunc, ubi_trKillNodeRtn FreeFunc, unsigned long MaxEntries, unsigned long MaxMemory ) argument

Completed in 87 milliseconds