Searched refs:sqlite3SetString (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21261 SQLITE_PRIVATE void sqlite3SetString(char **, sqlite3*, const char*); 31559 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zNew){ in sqlite3SetString() function 144009 sqlite3SetString(pzErrMsg, db, sqlite3ErrStr(rc)); 144059 sqlite3SetString(pzErrMsg, db, "attached databases must use the same" 144090 sqlite3SetString(pzErrMsg, db, "unsupported file format"); 157189 sqlite3SetString(pzErrMsg, db, sqlite3_errmsg(db)); 157302 sqlite3SetString(pzErrMsg, db, "cannot VACUUM from within a transaction"); 157306 sqlite3SetString(pzErrMsg, db,"cannot VACUUM - SQL statements in progress"); 157312 sqlite3SetString(pzErrMsg, db, "non-text filename"); 157369 sqlite3SetString(pzErrMsg, db, "output file already exists");
|