Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Duthash.h94 #ifndef uthash_memcmp
95 #define uthash_memcmp(a,b,n) memcmp(a,b,n) macro
750 if (uthash_memcmp((out)->hh.key, keyptr, keylen_in) == 0) { \