Searched refs:sqlite3SetString (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21926 SQLITE_PRIVATE void sqlite3SetString(char **, sqlite3*, const char*); 32285 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zNew){ in sqlite3SetString() function 148161 sqlite3SetString(pzErrMsg, db, sqlite3ErrStr(rc)); 148211 sqlite3SetString(pzErrMsg, db, "attached databases must use the same" 148242 sqlite3SetString(pzErrMsg, db, "unsupported file format"); 161506 sqlite3SetString(pzErrMsg, db, sqlite3_errmsg(db)); 161619 sqlite3SetString(pzErrMsg, db, "cannot VACUUM from within a transaction"); 161623 sqlite3SetString(pzErrMsg, db,"cannot VACUUM - SQL statements in progress"); 161629 sqlite3SetString(pzErrMsg, db, "non-text filename"); 161689 sqlite3SetString(pzErrMsg, db, "output file already exists");
|