Home
last modified time | relevance | path

Searched refs:strfield (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/libucl/uthash/
Duthash.h255 #define HASH_ADD_STR(head,strfield,add) \ argument
256 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
257 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument
258 HASH_REPLACE(hh,head,strfield,strlen(add->strfield),add,replaced)