Searched refs:findstr (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.5.0/tinydtls-0.8.2/ |
D | uthash.h | 229 #define HASH_FIND_STR(head,findstr,out) \ argument 230 HASH_FIND(hh,head,findstr,strlen(findstr),out)
|
/net-tools-3.5.0/libcoap/include/coap/ |
D | uthash.h | 261 #define HASH_FIND_STR(head,findstr,out) \ argument 262 HASH_FIND(hh,head,findstr,(unsigned)strlen(findstr),out)
|