Home
last modified time | relevance | path

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

/dports/sysutils/p5-BackupPC-XS/BackupPC-XS-0.62/
H A Dbackuppc.h69 } bpc_hashtable; typedef
72 void bpc_hashtable_destroy(bpc_hashtable *tbl);
73 void bpc_hashtable_erase(bpc_hashtable *tbl);
77 void bpc_hashtable_nodeDelete(bpc_hashtable *tbl, void *node);
79 void *bpc_hashtable_nextEntry(bpc_hashtable *tbl, uint *idx);
80 int bpc_hashtable_entryCount(bpc_hashtable *tbl);
86 bpc_hashtable ht;
303 bpc_hashtable xattrHT;
316 bpc_hashtable filesHT;
392 bpc_hashtable attrHT;
[all …]
H A Dbpc_hashtable.c121 void bpc_hashtable_create(bpc_hashtable *tbl, uint32 size, uint32 nodeSize) in bpc_hashtable_create()
143 void bpc_hashtable_destroy(bpc_hashtable *tbl) in bpc_hashtable_destroy()
154 void bpc_hashtable_erase(bpc_hashtable *tbl) in bpc_hashtable_erase()
191 static void bpc_hashttable_check(bpc_hashtable *tbl, char *str)
223 void bpc_hashtable_growSize(bpc_hashtable *tbl, uint32 newSize) in bpc_hashtable_growSize()
278 void *bpc_hashtable_find(bpc_hashtable *tbl, unsigned char *key, unsigned int keyLen, int allocate_… in bpc_hashtable_find()
347 void bpc_hashtable_nodeDelete(bpc_hashtable *tbl, void *node) in bpc_hashtable_nodeDelete()
372 void bpc_hashtable_iterate(bpc_hashtable *tbl, void (*callback)(void*, void*), void *arg1) in bpc_hashtable_iterate()
416 void *bpc_hashtable_nextEntry(bpc_hashtable *tbl, uint *idx) in bpc_hashtable_nextEntry()
435 int bpc_hashtable_entryCount(bpc_hashtable *tbl) in bpc_hashtable_entryCount()
H A DMakefile.PL12 bpc_hashtable$(OBJ_EXT)
H A DMANIFEST14 bpc_hashtable.c
H A Dbpc_attribCache.c674 bpc_hashtable *ht;