Searched refs:repo_search (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/libsolv/solv/ |
H A D | repo.h | 138 void repo_search(Repo *repo, Id p, Id key, const char *match, int flags, int (*callback)(void *cbda…
|
H A D | pool.c | 1364 repo_search(pool->solvables[p].repo, p, key, match, flags, callback, cbdata); in pool_search() 1370 repo_search(pool->solvables[p].repo, p, key, match, flags, callback, cbdata); in pool_search() 1761 repo_search(s->repo, sp, SOLVABLE_DISKUSAGE, 0, 0, solver_fill_DU_cb, &cbd); in pool_calc_duchanges() 1792 repo_search(oldinstalled, sp, SOLVABLE_DISKUSAGE, 0, 0, solver_fill_DU_cb, &cbd); in pool_calc_duchanges()
|
H A D | repo.c | 1055 repo_search(Repo *repo, Id p, Id keyname, const char *match, int flags, int (*callback)(void *cbdat… in repo_search() function
|