Searched refs:initial_world (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | queue.c | 228 pkgconf_pkg_t initial_world = { in pkgconf_queue_verify() local 234 if (!pkgconf_queue_compile(client, &initial_world, list)) in pkgconf_queue_verify() 236 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() 241 result = pkgconf_pkg_traverse(client, &initial_world, NULL, NULL, maxdepth, 0); in pkgconf_queue_verify() 244 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() 249 result = pkgconf_queue_collect_dependencies(client, &initial_world, world, maxdepth); in pkgconf_queue_verify() 252 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() 261 …result = pkgconf_pkg_traverse(client, &initial_world, pkgconf_queue_mark_public, &world->required,… in pkgconf_queue_verify() 265 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() 271 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify()
|