Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c82179 sqlite3ErrorWithMsg(
102627 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : (char*)0), zErr);
138051 sqlite3ErrorWithMsg(db, rc,
142620 sqlite3ErrorWithMsg(db, rc, "%s", sParse.zErrMsg);
156227 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "syntax error");
156287 sqlite3ErrorWithMsg(db, SQLITE_ERROR,
181741 sqlite3ErrorWithMsg(db, SQLITE_BUSY,
182575 sqlite3ErrorWithMsg(db, SQLITE_BUSY,
183243 sqlite3ErrorWithMsg(db, rc, zErrMsg ? "%s" : 0, zErrMsg);
183790 sqlite3ErrorWithMsg(db, rc, (zErrMsg?"%s":0), zErrMsg);
[all …]