Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dutil.c109 sqlite3SystemError(db, err_code); in sqlite3ErrorFinish()
142 void sqlite3SystemError(sqlite3 *db, int rc){ in sqlite3SystemError() function
165 sqlite3SystemError(db, err_code); in sqlite3ErrorWithMsg()
H A DsqliteInt.h4995 void sqlite3SystemError(sqlite3*,int);
H A Dvdbe.c8802 sqlite3SystemError(db, rc); in sqlite3VdbeExec()