Searched refs:global_tuple (Results 1 – 1 of 1) sorted by relevance
277 pkgconf_tuple_t *global_tuple; in pkgconf_tuple_find() local279 global_tuple = lookup_global_tuple(client, key); in pkgconf_tuple_find()280 if (global_tuple != NULL && global_tuple->flags & PKGCONF_PKG_TUPLEF_OVERRIDE) in pkgconf_tuple_find()281 return global_tuple->value; in pkgconf_tuple_find()291 if (global_tuple != NULL) in pkgconf_tuple_find()292 return global_tuple->value; in pkgconf_tuple_find()