Lines Matching defs:head
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
252 #define HASH_FIND_STR(head,findstr,out) \ argument
254 #define HASH_ADD_STR(head,strfield,add) \ argument
256 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument
258 #define HASH_FIND_INT(head,findint,out) \ argument
260 #define HASH_ADD_INT(head,intfield,add) \ argument
262 #define HASH_REPLACE_INT(head,intfield,add,replaced) \ argument
264 #define HASH_FIND_PTR(head,findptr,out) \ argument
266 #define HASH_ADD_PTR(head,ptrfield,add) \ argument
268 #define HASH_REPLACE_PTR(head,ptrfield,add) \ argument
270 #define HASH_DEL(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
611 #define HASH_ADD_TO_BKT(head,addhh) \ argument
625 #define HASH_DEL_IN_BKT(hh,head,hh_del) \ argument
718 #define HASH_SORT(head,cmpfcn) HASH_SRT(hh,head,cmpfcn) 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
869 #define HASH_COUNT(head) HASH_CNT(hh,head) argument
870 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0) argument