Home
last modified time | relevance | path

Searched refs:IsoHTable (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dutil_htable.c70 int iso_htable_add(IsoHTable *table, void *key, void *data) in iso_htable_add()
100 int iso_htable_put(IsoHTable *table, void *key, void *data) in iso_htable_put()
144 int iso_htable_get(IsoHTable *table, void *key, void **data) in iso_htable_get()
182 int iso_htable_remove(IsoHTable *table, void *key, hfree_data_t free_data) in iso_htable_remove()
236 int iso_htable_remove_ptr(IsoHTable *table, void *key, hfree_data_t free_data) in iso_htable_remove_ptr()
290 void iso_htable_destroy(IsoHTable *table, hfree_data_t free_data) in iso_htable_destroy()
322 compare_function_t compare, IsoHTable **table) in iso_htable_create()
324 IsoHTable *t; in iso_htable_create()
331 t = malloc(sizeof(IsoHTable)); in iso_htable_create()
H A Dutil.h340 typedef struct iso_htable IsoHTable; typedef
426 compare_function_t compare, IsoHTable **table);
440 int iso_htable_add(IsoHTable *table, void *key, void *data);
448 int iso_htable_put(IsoHTable *table, void *key, void *data);
463 int iso_htable_get(IsoHTable *table, void *key, void **data);
480 int iso_htable_remove(IsoHTable *table, void *key, hfree_data_t free_data);
505 int iso_htable_remove_ptr(IsoHTable *table, void *key, hfree_data_t free_data);
514 void iso_htable_destroy(IsoHTable *table, hfree_data_t free_data);
H A Diso1999.c317 IsoHTable *table = NULL; in mangle_single_dir()
H A Decma119_tree.c631 IsoHTable *table; in mangle_single_dir()
H A Djoliet.c424 IsoHTable *table = NULL; in mangle_single_dir()