Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.c1919 int iterated_cache_get(IteratedCache *cache, const void ***res_keys, const void ***res_values, unsi… in iterated_cache_get() argument
1938 if (res_values) { in iterated_cache_get()
1976 if (res_values) in iterated_cache_get()
1977 *res_values = cache->values.ptr; in iterated_cache_get()
Dhashmap.h130 int iterated_cache_get(IteratedCache *cache, const void ***res_keys, const void ***res_values, unsi…