Searched refs:eError (Results 1 – 4 of 4) sorted by relevance
32 return eError; in GetResponseType()167 return GetResponseType () == eError && in IsErrorResponse()176 if (GetResponseType() == eError) in GetError()
77 eError, enumerator
21482 static void setStrAccumError(StrAccum *p, u8 eError){21483 assert( eError==STRACCUM_NOMEM || eError==STRACCUM_TOOBIG );21484 p->accError = eError;