Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c152 if( eError==SQLITE_TOOBIG ) sqlite3ErrorToParser(p->db, eError); in sqlite3StrAccumSetError()
H A Dutil.c219 int sqlite3ErrorToParser(sqlite3 *db, int errCode){ in sqlite3ErrorToParser() function
H A Dvdbemem.c1187 return sqlite3ErrorToParser(pMem->db, SQLITE_TOOBIG); in sqlite3VdbeMemSetStr()
H A Dwindow.c983 return sqlite3ErrorToParser(db, SQLITE_NOMEM); in sqlite3WindowRewrite()
H A DsqliteInt.h4563 int sqlite3ErrorToParser(sqlite3*,int);