Lines Matching defs:head

103 #define HASH_FIND(hh,head,keyptr,keylen,out)                                     \  argument
150 #define HASH_MAKE_TABLE(hh,head) \ argument
169 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
172 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
182 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
224 #define HASH_DELETE(hh,head,delptr) \ argument
261 #define HASH_FIND_STR(head,findstr,out) \ argument
263 #define HASH_ADD_STR(head,strfield,add) \ argument
265 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument
267 #define HASH_FIND_INT(head,findint,out) \ argument
269 #define HASH_ADD_INT(head,intfield,add) \ argument
271 #define HASH_REPLACE_INT(head,intfield,add,replaced) \ argument
273 #define HASH_FIND_PTR(head,findptr,out) \ argument
275 #define HASH_ADD_PTR(head,ptrfield,add) \ argument
277 #define HASH_REPLACE_PTR(head,ptrfield,add,replaced) \ argument
279 #define HASH_DEL(head,delptr) \ argument
287 #define HASH_FSCK(hh,head) \ argument
339 #define HASH_FSCK(hh,head) argument
346 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) \ argument
353 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) argument
608 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,out) \ argument
622 #define HASH_ADD_TO_BKT(head,addhh) \ argument
636 #define HASH_DEL_IN_BKT(hh,head,hh_del) \ argument
729 #define HASH_SORT(head,cmpfcn) HASH_SRT(hh,head,cmpfcn) argument
730 #define HASH_SRT(hh,head,cmpfcn) \ argument
860 #define HASH_CLEAR(hh,head) \ argument
871 #define HASH_OVERHEAD(hh,head) \ argument
879 #define HASH_ITER(hh,head,el,tmp) \ argument
883 #define HASH_ITER(hh,head,el,tmp) \ argument
889 #define HASH_COUNT(head) HASH_CNT(hh,head) argument
890 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0) argument