Searched refs:hash_t (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h26 extern hash_t *hash_create(hashcount_t, hash_comp_t, hash_fun_t);
27 extern void hash_set_allocator(hash_t *, hnode_alloc_t, hnode_free_t, void *);
28 extern void hash_destroy(hash_t *);
29 extern void hash_free_nodes(hash_t *);
30 extern void hash_free(hash_t *);
31 extern hash_t *hash_init(hash_t *, hashcount_t, hash_comp_t,
33 extern void hash_insert(hash_t *, hnode_t *, const void *);
34 extern hnode_t *hash_lookup(hash_t *, const void *);
35 extern hnode_t *hash_delete(hash_t *, hnode_
[all...]
H A Dhash.c118 static void clear_table(hash_t *hash)
154 static void grow_table(hash_t *hash)
228 static void shrink_table(hash_t *hash)
289 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun,
292 hash_t *hash;
328 void hash_set_allocator(hash_t *hash, hnode_alloc_t al,
344 void hash_free_nodes(hash_t *hash)
362 void hash_free(hash_t *hash)
375 void hash_destroy(hash_t *hash)
396 hash_t *hash_ini
[all...]
H A Ddircache.c114 static hash_t *dircache; /* The actual cache */
161 static hash_t *index_didname;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h26 extern hash_t *hash_create(hashcount_t, hash_comp_t, hash_fun_t);
27 extern void hash_set_allocator(hash_t *, hnode_alloc_t, hnode_free_t, void *);
28 extern void hash_destroy(hash_t *);
29 extern void hash_free_nodes(hash_t *);
30 extern void hash_free(hash_t *);
31 extern hash_t *hash_init(hash_t *, hashcount_t, hash_comp_t,
33 extern void hash_insert(hash_t *, hnode_t *, const void *);
34 extern hnode_t *hash_lookup(hash_t *, const void *);
35 extern hnode_t *hash_delete(hash_t *, hnode_
[all...]
H A Dhash.c118 static void clear_table(hash_t *hash)
154 static void grow_table(hash_t *hash)
228 static void shrink_table(hash_t *hash)
289 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun,
292 hash_t *hash;
328 void hash_set_allocator(hash_t *hash, hnode_alloc_t al,
344 void hash_free_nodes(hash_t *hash)
362 void hash_free(hash_t *hash)
375 void hash_destroy(hash_t *hash)
396 hash_t *hash_ini
[all...]
H A Ddircache.c114 static hash_t *dircache; /* The actual cache */
161 static hash_t *index_didname;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h26 extern hash_t *hash_create(hashcount_t, hash_comp_t, hash_fun_t);
27 extern void hash_set_allocator(hash_t *, hnode_alloc_t, hnode_free_t, void *);
28 extern void hash_destroy(hash_t *);
29 extern void hash_free_nodes(hash_t *);
30 extern void hash_free(hash_t *);
31 extern hash_t *hash_init(hash_t *, hashcount_t, hash_comp_t,
33 extern void hash_insert(hash_t *, hnode_t *, const void *);
34 extern hnode_t *hash_lookup(hash_t *, const void *);
35 extern hnode_t *hash_delete(hash_t *, hnode_
[all...]
H A Dhash.c118 static void clear_table(hash_t *hash)
154 static void grow_table(hash_t *hash)
228 static void shrink_table(hash_t *hash)
289 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun,
292 hash_t *hash;
328 void hash_set_allocator(hash_t *hash, hnode_alloc_t al,
344 void hash_free_nodes(hash_t *hash)
362 void hash_free(hash_t *hash)
375 void hash_destroy(hash_t *hash)
396 hash_t *hash_ini
[all...]
H A Ddircache.c114 static hash_t *dircache; /* The actual cache */
161 static hash_t *index_didname;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/include/atalk/
H A Dhash.h138 typedef struct hash_t { struct
156 } hash_t; typedef in typeref:struct:hash_t
170 hash_t *hash_table; /* 1 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/include/atalk/
H A Dhash.h138 typedef struct hash_t { struct
156 } hash_t; typedef in typeref:struct:hash_t
170 hash_t *hash_table; /* 1 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/include/atalk/
H A Dhash.h138 typedef struct hash_t { struct
156 } hash_t; typedef in typeref:struct:hash_t
170 hash_t *hash_table; /* 1 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Dhash.h52 typedef struct hash_t { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Dhash.h52 typedef struct hash_t { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Dhash.h52 typedef struct hash_t { struct

Completed in 172 milliseconds