Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dghash.c776 EVICT_KEYVAL (hash_table, i, NULL, NULL, key, value); \
804 EVICT_KEYVAL (hash_table, hash_val, key, value, key, value); \
814 #define EVICT_KEYVAL(ht, index, key, value, outkey, outvalue) G_STMT_START{ \ macro
822 #undef EVICT_KEYVAL
828 #define EVICT_KEYVAL(ht, index, key, value, outkey, outvalue) G_STMT_START{ \ macro
835 #undef EVICT_KEYVAL in DEFINE_RESIZE_FUNC()