Home
last modified time | relevance | path

Searched refs:SELECTION_NAME (Results 1 – 4 of 4) sorted by relevance

/haiku/src/libs/libsolv/solv/
H A Dselection.c291 if (!(flags & (SELECTION_NAME|SELECTION_PROVIDES))) in selection_depglob()
302 …if ((flags & (SELECTION_SOURCE_ONLY | SELECTION_WITH_SOURCE)) != 0 && (flags & SELECTION_NAME) != … in selection_depglob()
317 return SELECTION_NAME; in selection_depglob()
334 return SELECTION_NAME; in selection_depglob()
344 if (s->name == id && (flags & SELECTION_NAME) != 0) in selection_depglob()
351 return SELECTION_NAME; in selection_depglob()
375 if ((flags & SELECTION_NAME) != 0) in selection_depglob()
378 return SELECTION_NAME; in selection_depglob()
383 if ((flags & SELECTION_NAME) != 0) in selection_depglob()
416 return SELECTION_NAME; in selection_depglob()
[all …]
H A Dselection.h22 #define SELECTION_NAME (1 << 0) macro
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp856 int flags = SELECTION_NAME | SELECTION_PROVIDES | SELECTION_GLOB in _AddSpecifiedPackages()
/haiku/src/libs/libsolv/ext/
H A Dtestcase.c132 { SELECTION_NAME, "name" },