Searched refs:HASH_ITER (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_resource_internal.h | 118 HASH_ITER(hh, (r), tmp, rtmp)
|
D | coap_session_internal.h | 286 HASH_ITER(hh, (e), el, rtmp)
|
D | uthash.h | 1055 #define HASH_ITER(hh,head,el,tmp) \ macro 1059 #define HASH_ITER(hh,head,el,tmp) \ macro
|
/third_party/libcoap/src/ |
D | coap_cache.c | 261 HASH_ITER(hh, ctx->cache, cp, ctmp) { in coap_expire_cache_entries()
|
D | resource.c | 597 HASH_ITER(hh, context->resources, res, rtmp) {
|
D | coap_session.c | 212 HASH_ITER(hh, session->context->cache, cp, ctmp) { in coap_session_mfree()
|
D | net.c | 652 HASH_ITER(hh, context->cache, cp, ctmp) { in coap_free_context()
|
/third_party/libdrm/intel/ |
D | uthash.h | 993 #define HASH_ITER(hh,head,el,tmp) \ macro 997 #define HASH_ITER(hh,head,el,tmp) \ macro
|