Searched refs:sqlite3SetString (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 20795 SQLITE_PRIVATE void sqlite3SetString(char **, sqlite3*, const char*); 31045 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zNew){ in sqlite3SetString() function 142066 sqlite3SetString(pzErrMsg, db, sqlite3ErrStr(rc)); 142123 sqlite3SetString(pzErrMsg, db, "attached databases must use the same" 142154 sqlite3SetString(pzErrMsg, db, "unsupported file format"); 155033 sqlite3SetString(pzErrMsg, db, sqlite3_errmsg(db)); 155143 sqlite3SetString(pzErrMsg, db, "cannot VACUUM from within a transaction"); 155147 sqlite3SetString(pzErrMsg, db,"cannot VACUUM - SQL statements in progress"); 155153 sqlite3SetString(pzErrMsg, db, "non-text filename"); 155208 sqlite3SetString(pzErrMsg, db, "output file already exists");
|