Searched refs:REPO_LOCALPOOL (Results 1 – 3 of 3) sorted by relevance
533 if (numrel && (flags & REPO_LOCALPOOL) != 0) in repo_add_solv()559 if (!(flags & REPO_LOCALPOOL)) in repo_add_solv()645 if ((flags & REPO_LOCALPOOL) != 0) in repo_add_solv()839 if (!(flags & REPO_LOCALPOOL)) in repo_add_solv()883 else if ((flags & REPO_LOCALPOOL) != 0) in repo_add_solv()888 else if ((flags & REPO_LOCALPOOL) != 0) in repo_add_solv()914 …if (!(flags & REPO_LOCALPOOL) && keys[i].storage == KEY_STORAGE_VERTICAL_OFFSET && (type == REPOKE… in repo_add_solv()
128 #define REPO_LOCALPOOL (1 << 2) macro
1355 repodata_empty(data, (flags & REPO_LOCALPOOL) ? 1 : 0); in repo_add_repodata()1377 repodata_initdata(data, repo, (flags & REPO_LOCALPOOL) ? 1 : 0); in repo_add_repodata()