Searched refs:sqlite3SetString (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21904 SQLITE_PRIVATE void sqlite3SetString(char **, sqlite3*, const char*); 32255 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zNew){ in sqlite3SetString() function 147940 sqlite3SetString(pzErrMsg, db, sqlite3ErrStr(rc)); 147990 sqlite3SetString(pzErrMsg, db, "attached databases must use the same" 148021 sqlite3SetString(pzErrMsg, db, "unsupported file format"); 161258 sqlite3SetString(pzErrMsg, db, sqlite3_errmsg(db)); 161371 sqlite3SetString(pzErrMsg, db, "cannot VACUUM from within a transaction"); 161375 sqlite3SetString(pzErrMsg, db,"cannot VACUUM - SQL statements in progress"); 161381 sqlite3SetString(pzErrMsg, db, "non-text filename"); 161441 sqlite3SetString(pzErrMsg, db, "output file already exists");
|