Searched refs:eError (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp32 return eError;
323 return GetResponseType () == eError &&
332 if (GetResponseType() == eError)
H A DStringExtractorGDBRemote.h153 eError, enumerator in enum:StringExtractorGDBRemote::ResponseType
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c24796 static void setStrAccumError(StrAccum *p, u8 eError){ argument
24797 assert( eError==STRACCUM_NOMEM || eError==STRACCUM_TOOBIG );
24798 p->accError = eError;
[all...]

Completed in 339 milliseconds