Lines Matching refs:pkgconf_variable_t
29 pkgconf_variable_t *v = pkgconf_variable_get_or_create(vars, key); in seed_variable()
40 pkgconf_variable_t *v = pkgconf_variable_new("prefix"); in test_variable_new_and_free()
53 pkgconf_variable_t *v = pkgconf_variable_get_or_create(&vars, "prefix"); in test_variable_get_or_create_creates()
65 pkgconf_variable_t *first = pkgconf_variable_get_or_create(&vars, "libdir"); in test_variable_get_or_create_returns_existing()
69 pkgconf_variable_t *second = pkgconf_variable_get_or_create(&vars, "libdir"); in test_variable_get_or_create_returns_existing()
81 pkgconf_variable_t *created = pkgconf_variable_get_or_create(&vars, "prefix"); in test_variable_find_present()
84 pkgconf_variable_t *found = pkgconf_variable_find(&vars, "prefix"); in test_variable_find_present()
96 pkgconf_variable_t *found = pkgconf_variable_find(&vars, "nonexistent"); in test_variable_find_absent()
126 pkgconf_variable_t *v = pkgconf_variable_get_or_create(&vars, "prefix"); in test_variable_delete()
145 pkgconf_variable_t *v = pkgconf_variable_find(&vars, "version"); in test_variable_eval_str_plain()
168 pkgconf_variable_t *libdir = pkgconf_variable_find(&vars, "libdir"); in test_variable_eval_str_with_reference()
191 pkgconf_variable_t *includedir = pkgconf_variable_find(&vars, "includedir"); in test_variable_eval_str_chained()