sqlite3SetString 10988 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SetString(char **, sqlite3*, const char*, ...);
sqlite3SetString 58313 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3ErrStr(p->rc));
sqlite3SetString 59167 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "foreign key constraint failed");
sqlite3SetString 63168 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "%s", pOp->p4.z);
sqlite3SetString 63744 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3_value_text(&u.ag.ctx.s));
sqlite3SetString 64923 third_party/sqlite/amalgamation/sqlite3.c       sqlite3SetString(&p->zErrMsg, db, "cannot open savepoint - "
sqlite3SetString 64963 third_party/sqlite/amalgamation/sqlite3.c       sqlite3SetString(&p->zErrMsg, db, "no such savepoint: %s", u.aq.zName);
sqlite3SetString 64972 third_party/sqlite/amalgamation/sqlite3.c       sqlite3SetString(&p->zErrMsg, db,
sqlite3SetString 65069 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "cannot rollback transaction - "
sqlite3SetString 65076 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "cannot commit transaction - "
sqlite3SetString 65104 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db,
sqlite3SetString 67355 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "too many levels of trigger recursion");
sqlite3SetString 67618 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3_value_text(&u.cb.ctx.s));
sqlite3SetString 67648 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3_value_text(u.cc.pMem));
sqlite3SetString 67751 third_party/sqlite/amalgamation/sqlite3.c       sqlite3SetString(&p->zErrMsg, db,
sqlite3SetString 67880 third_party/sqlite/amalgamation/sqlite3.c       sqlite3SetString(&p->zErrMsg, db, "database table is locked: %s", z);
sqlite3SetString 68395 third_party/sqlite/amalgamation/sqlite3.c   sqlite3SetString(&p->zErrMsg, db, "string or blob too big");
sqlite3SetString 68403 third_party/sqlite/amalgamation/sqlite3.c   sqlite3SetString(&p->zErrMsg, db, "out of memory");
sqlite3SetString 68414 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3ErrStr(rc));
sqlite3SetString 68425 third_party/sqlite/amalgamation/sqlite3.c   sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3ErrStr(rc));
sqlite3SetString 89092 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(pData->pzErrMsg, db,
sqlite3SetString 89287 third_party/sqlite/amalgamation/sqlite3.c       sqlite3SetString(pzErrMsg, db, "%s", sqlite3ErrStr(rc));
sqlite3SetString 89331 third_party/sqlite/amalgamation/sqlite3.c         sqlite3SetString(pzErrMsg, db, "attached databases must use the same"
sqlite3SetString 89360 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(pzErrMsg, db, "unsupported file format");
sqlite3SetString 96394 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(pzErrMsg, db, sqlite3_errmsg(db));
sqlite3SetString 96409 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(pzErrMsg, db, sqlite3_errmsg(db));
sqlite3SetString 96475 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(pzErrMsg, db, "cannot VACUUM from within a transaction");
sqlite3SetString 96479 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(pzErrMsg, db,"cannot VACUUM - SQL statements in progress");
sqlite3SetString 106821 third_party/sqlite/amalgamation/sqlite3.c     sqlite3SetString(&pParse->zErrMsg, db, "%s", sqlite3ErrStr(pParse->rc));
sqlite3SetString   30 third_party/sqlite/src/src/prepare.c     sqlite3SetString(pData->pzErrMsg, db,
sqlite3SetString  225 third_party/sqlite/src/src/prepare.c       sqlite3SetString(pzErrMsg, db, "%s", sqlite3ErrStr(rc));
sqlite3SetString  269 third_party/sqlite/src/src/prepare.c         sqlite3SetString(pzErrMsg, db, "attached databases must use the same"
sqlite3SetString  298 third_party/sqlite/src/src/prepare.c     sqlite3SetString(pzErrMsg, db, "unsupported file format");
sqlite3SetString 2643 third_party/sqlite/src/src/sqliteInt.h void sqlite3SetString(char **, sqlite3*, const char*, ...);
sqlite3SetString  478 third_party/sqlite/src/src/tokenize.c     sqlite3SetString(&pParse->zErrMsg, db, "%s", sqlite3ErrStr(pParse->rc));
sqlite3SetString   29 third_party/sqlite/src/src/vacuum.c     sqlite3SetString(pzErrMsg, db, sqlite3_errmsg(db));
sqlite3SetString   44 third_party/sqlite/src/src/vacuum.c     sqlite3SetString(pzErrMsg, db, sqlite3_errmsg(db));
sqlite3SetString  110 third_party/sqlite/src/src/vacuum.c     sqlite3SetString(pzErrMsg, db, "cannot VACUUM from within a transaction");
sqlite3SetString  114 third_party/sqlite/src/src/vacuum.c     sqlite3SetString(pzErrMsg, db,"cannot VACUUM - SQL statements in progress");
sqlite3SetString  854 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db, "%s", pOp->p4.z);
sqlite3SetString 1418 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3_value_text(&ctx.s));
sqlite3SetString 2577 third_party/sqlite/src/src/vdbe.c       sqlite3SetString(&p->zErrMsg, db, "cannot open savepoint - "
sqlite3SetString 2617 third_party/sqlite/src/src/vdbe.c       sqlite3SetString(&p->zErrMsg, db, "no such savepoint: %s", zName);
sqlite3SetString 2626 third_party/sqlite/src/src/vdbe.c       sqlite3SetString(&p->zErrMsg, db, 
sqlite3SetString 2721 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db, "cannot rollback transaction - "
sqlite3SetString 2728 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db, "cannot commit transaction - "
sqlite3SetString 2756 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db,
sqlite3SetString 4941 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db, "too many levels of trigger recursion");
sqlite3SetString 5198 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3_value_text(&ctx.s));
sqlite3SetString 5226 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3_value_text(pMem));
sqlite3SetString 5325 third_party/sqlite/src/src/vdbe.c       sqlite3SetString(&p->zErrMsg, db, 
sqlite3SetString 5452 third_party/sqlite/src/src/vdbe.c       sqlite3SetString(&p->zErrMsg, db, "database table is locked: %s", z);
sqlite3SetString 5951 third_party/sqlite/src/src/vdbe.c   sqlite3SetString(&p->zErrMsg, db, "string or blob too big");
sqlite3SetString 5959 third_party/sqlite/src/src/vdbe.c   sqlite3SetString(&p->zErrMsg, db, "out of memory");
sqlite3SetString 5970 third_party/sqlite/src/src/vdbe.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3ErrStr(rc));
sqlite3SetString 5981 third_party/sqlite/src/src/vdbe.c   sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3ErrStr(rc));
sqlite3SetString 1188 third_party/sqlite/src/src/vdbeaux.c     sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3ErrStr(p->rc));
sqlite3SetString 2042 third_party/sqlite/src/src/vdbeaux.c     sqlite3SetString(&p->zErrMsg, db, "foreign key constraint failed");