Searched refs:MATCH_OK (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/file_systems/
H A DQueryParserUtils.h28 MATCH_OK = 1, enumerator in enum:QueryParser::match
H A DQueryParser.h646 compare = matchString(fValue.String, (char*)value) == MATCH_OK ? 0 : 1;
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
757 status = CompareTo(buffer, size) ? MATCH_OK : NO_MATCH;
927 status = MATCH_OK;
932 while (term != NULL && status == MATCH_OK) {
958 if (status == MATCH_OK) {
972 if (status == MATCH_OK)
1021 if (status != MATCH_OK)
1480 if (oldStatus != MATCH_OK) {
[all...]
/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;
220 return MATCH_OK;
228 if (status < B_OK || status == MATCH_OK)
317 return MATCH_OK;
/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
459 status = _CompareTo(buffer, size) ? MATCH_OK : NO_MATCH;
635 status = MATCH_OK;
640 while (term != NULL && status == MATCH_OK) {
665 if (status == MATCH_OK) {
680 if (status == MATCH_OK)
862 compare = matchString(fValue.String, (char*)value) == MATCH_OK ? 0 : 1;
920 if (status != MATCH_OK)
1377 if (oldStatus != MATCH_OK) {
1378 if (newStatus != MATCH_OK) {
[all...]

Completed in 96 milliseconds