Lines Matching defs:hh
94 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
141 #define HASH_MAKE_TABLE(hh,head) \ argument
160 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
163 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
173 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
215 #define HASH_DELETE(hh,head,delptr) \ argument
278 #define HASH_FSCK(hh,head) \ argument
330 #define HASH_FSCK(hh,head) argument
337 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) \ argument
344 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) argument
597 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,out) \ argument
625 #define HASH_DEL_IN_BKT(hh,head,hh_del) \ argument
719 #define HASH_SRT(hh,head,cmpfcn) \ argument
841 #define HASH_CLEAR(hh,head) \ argument
852 #define HASH_OVERHEAD(hh,head) \ argument
859 #define HASH_ITER(hh,head,el,tmp) \ argument
863 #define HASH_ITER(hh,head,el,tmp) \ argument
870 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0) argument