• Home
  • Raw
  • Download

Lines Matching defs:hh

119 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out)                 \  argument
131 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
172 #define HASH_MAKE_TABLE(hh,head) \ argument
191 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument
201 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument
211 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
218 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument
225 #define HASH_APPEND_LIST(hh, head, add) \ argument
233 #define HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh,head,keyptr,keylen_in,hashval,add,cmpfcn) \ argument
271 #define HASH_ADD_KEYPTR_INORDER(hh,head,keyptr,keylen_in,add,cmpfcn) \ argument
278 #define HASH_ADD_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,cmpfcn) \ argument
281 #define HASH_ADD_INORDER(hh,head,fieldname,keylen_in,add,cmpfcn) \ argument
284 #define HASH_ADD_KEYPTR_BYHASHVALUE(hh,head,keyptr,keylen_in,hashval,add) \ argument
307 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
314 #define HASH_ADD_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add) \ argument
317 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
337 #define HASH_DELETE(hh,head,delptr) \ argument
400 #define HASH_FSCK(hh,head) \ argument
452 #define HASH_FSCK(hh,head) argument
459 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) \ argument
466 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) argument
714 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,hashval,out) \ argument
750 #define HASH_DEL_IN_BKT(hh,head,hh_del) \ argument
844 #define HASH_SRT(hh,head,cmpfcn) \ argument
974 #define HASH_CLEAR(hh,head) \ argument
985 #define HASH_OVERHEAD(hh,head) \ argument
993 #define HASH_ITER(hh,head,el,tmp) \ argument
997 #define HASH_ITER(hh,head,el,tmp) \ argument
1004 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U) argument