replaced 193 src/dps8/uthash.h # define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ replaced 195 src/dps8/uthash.h replaced=NULL; \ replaced 196 src/dps8/uthash.h HASH_FIND(hh,head,&((add)->fieldname),keylen_in,replaced); \ replaced 197 src/dps8/uthash.h if (replaced!=NULL) { \ replaced 198 src/dps8/uthash.h HASH_DELETE(hh,head,replaced); \ replaced 291 src/dps8/uthash.h # define HASH_REPLACE_STR(head,strfield,add,replaced) \ replaced 292 src/dps8/uthash.h HASH_REPLACE(hh,head,strfield,strlen(add->strfield),add,replaced) replaced 297 src/dps8/uthash.h # define HASH_REPLACE_INT(head,intfield,add,replaced) \ replaced 298 src/dps8/uthash.h HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced) replaced 304 src/dps8/uthash.h HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)