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

/haiku/headers/private/shared/
H A DArgumentVector.h18 NO_ERROR, enumerator in enum:BPrivate::ArgumentVector::ParseError
/haiku/src/kits/shared/
H A DArgumentVector.cpp95 return NO_ERROR;
173 if (error == NO_ERROR) {
199 if (error != NO_ERROR && _errorLocation != NULL)
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp276 case ArgumentVector::NO_ERROR:
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c379 SetLastError(NO_ERROR);
381 GetLastError() != NO_ERROR) {
599 SetLastError(NO_ERROR);
603 && (GetLastError() != NO_ERROR)) {
2001 SetLastError(NO_ERROR);
2008 && (GetLastError() == NO_ERROR)
2012 if (GetLastError() != NO_ERROR)

Completed in 50 milliseconds