Searched defs:has_indirect (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c220 struct indirect_storage indirect; /* if has_indirect */
221 struct direct_storage direct; /* if !has_indirect */
225 bool has_indirect:1; /* whether indirect storage is used */ member in struct:HashmapBase
227 * Only valid if !has_indirect. */
282 return h->has_indirect ? h->indirect.n_buckets
287 return h->has_indirect ? h->indirect.n_entries
292 if (h->has_indirect)
299 if (h->has_indirect)
306 return h->has_indirect ? h->indirect.storage
311 return h->has_indirect
[all...]

Completed in 29 milliseconds