Home
last modified time | relevance | path

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

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