Home
last modified time | relevance | path

Searched refs:SEARCH_STRINGMASK (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/libsolv/solv/
H A Ddataiterator.h40 #define SEARCH_STRINGMASK 15 macro
H A Drepodata.c1057 if ((flags & SEARCH_STRINGMASK) == SEARCH_REGEX) in datamatcher_init()
1064 ma->flags = (flags & ~SEARCH_STRINGMASK) | SEARCH_ERROR; in datamatcher_init()
1070 …if ((flags & SEARCH_STRINGMASK) == SEARCH_STRING || (flags & SEARCH_STRINGMASK) == SEARCH_STRINGEN… in datamatcher_init()
1075 else if ((flags & SEARCH_STRINGMASK) == SEARCH_GLOB) in datamatcher_init()
1090 if ((ma->flags & SEARCH_STRINGMASK) == SEARCH_REGEX && ma->matchdata) in datamatcher_free()
1102 switch ((ma->flags & SEARCH_STRINGMASK)) in datamatcher_match()
1145 switch (ma->flags & SEARCH_STRINGMASK) in datamatcher_checkbasename()
1370 || ((di->matcher.flags & (SEARCH_STRINGMASK|SEARCH_NOCASE)) != SEARCH_STRING in dataiterator_filelistcheck()
1371 && (di->matcher.flags & (SEARCH_STRINGMASK|SEARCH_NOCASE)) != SEARCH_GLOB) in dataiterator_filelistcheck()