Searched refs:eError (Results 1 – 1 of 1) sorted by relevance
148 void sqlite3StrAccumSetError(StrAccum *p, u8 eError){ in sqlite3StrAccumSetError() argument149 assert( eError==SQLITE_NOMEM || eError==SQLITE_TOOBIG ); in sqlite3StrAccumSetError()150 p->accError = eError; in sqlite3StrAccumSetError()152 if( eError==SQLITE_TOOBIG ) sqlite3ErrorToParser(p->db, eError); in sqlite3StrAccumSetError()