Searched refs:matchingPackages (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp854 SolvQueue matchingPackages; local
859 /*int matchFlags =*/ selection_make(fPool, &matchingPackages,
861 if (matchingPackages.count == 0) {
881 selection_filter(fPool, &matchingPackages, &repoFilter);
883 if (matchingPackages.count == 0)
888 for (int j = 0; j < matchingPackages.count; j++)
889 queue_push(fJobs, matchingPackages.elements[j]);

Completed in 88 milliseconds