Searched refs:initial_world (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | queue.c | 321 pkgconf_pkg_t initial_world = { in pkgconf_queue_verify() local 327 if (!pkgconf_queue_compile(client, &initial_world, list)) in pkgconf_queue_verify() 329 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() 334 result = pkgconf_pkg_traverse(client, &initial_world, NULL, NULL, maxdepth, 0); in pkgconf_queue_verify() 337 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() 342 result = pkgconf_queue_collect_dependencies(client, &initial_world, world, maxdepth); in pkgconf_queue_verify() 345 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() 352 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() 361 …result = pkgconf_pkg_traverse(client, &initial_world, pkgconf_queue_mark_public, &world->required,… in pkgconf_queue_verify() 365 pkgconf_solution_free(client, &initial_world); in pkgconf_queue_verify() [all …]
|