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

/haiku/src/add-ons/kernel/file_systems/shared/
H A DQueryParserUtils.cpp182 Returns either MATCH_OK, or NO_MATCH when everything went fine, or
193 return !pattern[0] ? MATCH_OK : NO_MATCH;
211 return NO_MATCH;
237 return NO_MATCH;
299 return NO_MATCH;
308 return NO_MATCH;
315 return NO_MATCH;
/haiku/headers/private/file_systems/
H A DQueryParserUtils.h27 NO_MATCH = 0, enumerator in enum:QueryParser::match
H A DQueryParser.h695 return NO_MATCH;
699 status = CompareTo((const uint8*)"", fSize) ? MATCH_OK : NO_MATCH;
706 Returns MATCH_OK if it matches, NO_MATCH if not, < 0 if something went
725 return NO_MATCH;
757 status = CompareTo(buffer, size) ? MATCH_OK : NO_MATCH;
952 status = NO_MATCH;
1039 if (status != NO_MATCH)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp366 Returns MATCH_OK if it matches, NO_MATCH if not, < 0 if something went
382 return NO_MATCH;
453 return NO_MATCH;
459 status = _CompareTo(buffer, size) ? MATCH_OK : NO_MATCH;
659 status = NO_MATCH;
937 if (status != NO_MATCH)
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp45 NO_MATCH, enumerator in enum:match_type

Completed in 57 milliseconds