Lines Matching defs:head

95 #define HASH_FIND(hh,head,keyptr,keylen,out)                                     \  argument
142 #define HASH_MAKE_TABLE(hh,head) \ argument
161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
164 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
174 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
216 #define HASH_DELETE(hh,head,delptr) \ argument
253 #define HASH_FIND_STR(head,findstr,out) \ argument
255 #define HASH_ADD_STR(head,strfield,add) \ argument
257 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument
259 #define HASH_FIND_INT(head,findint,out) \ argument
261 #define HASH_ADD_INT(head,intfield,add) \ argument
263 #define HASH_REPLACE_INT(head,intfield,add,replaced) \ argument
265 #define HASH_FIND_PTR(head,findptr,out) \ argument
267 #define HASH_ADD_PTR(head,ptrfield,add) \ argument
269 #define HASH_REPLACE_PTR(head,ptrfield,add) \ argument
271 #define HASH_DEL(head,delptr) \ argument
279 #define HASH_FSCK(hh,head) \ argument
331 #define HASH_FSCK(hh,head) argument
338 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) \ argument
345 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) argument
369 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,out) \ argument
383 #define HASH_ADD_TO_BKT(head,addhh) \ argument
397 #define HASH_DEL_IN_BKT(hh,head,hh_del) \ argument
490 #define HASH_SORT(head,cmpfcn) HASH_SRT(hh,head,cmpfcn) argument
491 #define HASH_SRT(hh,head,cmpfcn) \ argument
621 #define HASH_CLEAR(hh,head) \ argument
632 #define HASH_OVERHEAD(hh,head) \ argument
639 #define HASH_ITER(hh,head,el,tmp) \ argument
643 #define HASH_ITER(hh,head,el,tmp) \ argument
649 #define HASH_COUNT(head) HASH_CNT(hh,head) argument
650 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0) argument