Home
last modified time | relevance | path

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

/net-tools-3.5.0/libcoap/include/coap/
Duthash.h78 #ifndef uthash_fatal
79 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ macro
123 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
154 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \
162 if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \
688 if (!_he_new_buckets) { uthash_fatal( "out of memory"); } \
/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h67 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ macro
102 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
132 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \
140 if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \
713 if (!_he_new_buckets) { uthash_fatal( "out of memory"); } \