Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c148 void sqlite3StrAccumSetError(StrAccum *p, u8 eError){ in sqlite3StrAccumSetError() argument
149 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()