Searched refs:eError (Results 1 – 3 of 3) sorted by relevance
32 return eError; in GetResponseType()323 return GetResponseType () == eError && in IsErrorResponse()332 if (GetResponseType() == eError) in GetError()
153 eError, enumerator
24796 static void setStrAccumError(StrAccum *p, u8 eError){24797 assert( eError==STRACCUM_NOMEM || eError==STRACCUM_TOOBIG );24798 p->accError = eError;