sqlite3MPrintf 10979 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...); sqlite3MPrintf 57027 third_party/sqlite/amalgamation/sqlite3.c zVal = sqlite3MPrintf(db, "%s%s", zNeg, pExpr->u.zToken); sqlite3MPrintf 58923 third_party/sqlite/amalgamation/sqlite3.c zMaster = sqlite3MPrintf(db, "%s-mj%08X", zMainFile, iRandom&0x7fffffff); sqlite3MPrintf 67063 third_party/sqlite/amalgamation/sqlite3.c u.bu.zSql = sqlite3MPrintf(db, sqlite3MPrintf 68497 third_party/sqlite/amalgamation/sqlite3.c zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", sqlite3MPrintf 68519 third_party/sqlite/amalgamation/sqlite3.c zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); sqlite3MPrintf 68522 third_party/sqlite/amalgamation/sqlite3.c zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); sqlite3MPrintf 68634 third_party/sqlite/amalgamation/sqlite3.c zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn); sqlite3MPrintf 68674 third_party/sqlite/amalgamation/sqlite3.c zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault); sqlite3MPrintf 72339 third_party/sqlite/amalgamation/sqlite3.c char *zMsg = sqlite3MPrintf( sqlite3MPrintf 74574 third_party/sqlite/amalgamation/sqlite3.c zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql, sqlite3MPrintf 74626 third_party/sqlite/amalgamation/sqlite3.c char *zOut = sqlite3MPrintf(db, "%s%.*s\"%w\"", sqlite3MPrintf 74637 third_party/sqlite/amalgamation/sqlite3.c zResult = sqlite3MPrintf(db, "%s%s", (zOutput?zOutput:""), zInput), sqlite3MPrintf 74713 third_party/sqlite/amalgamation/sqlite3.c zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql, sqlite3MPrintf 74761 third_party/sqlite/amalgamation/sqlite3.c zNew = sqlite3MPrintf(db, "name=%Q", zConstant); sqlite3MPrintf 74763 third_party/sqlite/amalgamation/sqlite3.c zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant); sqlite3MPrintf 74811 third_party/sqlite/amalgamation/sqlite3.c char *zNew = sqlite3MPrintf(pParse->db, "type='trigger' AND (%s)", zWhere); sqlite3MPrintf 74853 third_party/sqlite/amalgamation/sqlite3.c zWhere = sqlite3MPrintf(pParse->db, "tbl_name=%Q", zName); sqlite3MPrintf 75292 third_party/sqlite/amalgamation/sqlite3.c pNew->zName = sqlite3MPrintf(db, "sqlite_altertab_%s", pTab->zName); sqlite3MPrintf 75949 third_party/sqlite/amalgamation/sqlite3.c zSql = sqlite3MPrintf(db, sqlite3MPrintf 75967 third_party/sqlite/amalgamation/sqlite3.c zSql = sqlite3MPrintf(db, sqlite3MPrintf 76133 third_party/sqlite/amalgamation/sqlite3.c zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d", sqlite3MPrintf 76139 third_party/sqlite/amalgamation/sqlite3.c zErrDyn = sqlite3MPrintf(db, "cannot ATTACH database within transaction"); sqlite3MPrintf 76146 third_party/sqlite/amalgamation/sqlite3.c zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName); sqlite3MPrintf 76175 third_party/sqlite/amalgamation/sqlite3.c zErrDyn = sqlite3MPrintf(db, "database is already attached"); sqlite3MPrintf 76182 third_party/sqlite/amalgamation/sqlite3.c zErrDyn = sqlite3MPrintf(db, sqlite3MPrintf 76253 third_party/sqlite/amalgamation/sqlite3.c zErrDyn = sqlite3MPrintf(db, "out of memory"); sqlite3MPrintf 76255 third_party/sqlite/amalgamation/sqlite3.c zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile); sqlite3MPrintf 78422 third_party/sqlite/amalgamation/sqlite3.c zStmt = sqlite3MPrintf(db, sqlite3MPrintf 78464 third_party/sqlite/amalgamation/sqlite3.c sqlite3MPrintf(db, "tbl_name='%q'",p->zName), P4_DYNAMIC); sqlite3MPrintf 79374 third_party/sqlite/amalgamation/sqlite3.c zName = sqlite3MPrintf(db, "sqlite_autoindex_%s_%d", pTab->zName, n); sqlite3MPrintf 79633 third_party/sqlite/amalgamation/sqlite3.c zStmt = sqlite3MPrintf(db, "CREATE%s INDEX %.*s", sqlite3MPrintf 79662 third_party/sqlite/amalgamation/sqlite3.c sqlite3MPrintf(db, "name='%q' AND type='index'", pIndex->zName), sqlite3MPrintf 85676 third_party/sqlite/amalgamation/sqlite3.c zMsg = sqlite3MPrintf(pParse->db, "%s.%s may not be NULL", sqlite3MPrintf 87872 third_party/sqlite/amalgamation/sqlite3.c zRight = sqlite3MPrintf(db, "-%T", pValue); sqlite3MPrintf 88674 third_party/sqlite/amalgamation/sqlite3.c sqlite3MPrintf(db, "*** in database %s ***\n", db->aDb[i].zName), sqlite3MPrintf 89379 third_party/sqlite/amalgamation/sqlite3.c zSql = sqlite3MPrintf(db, sqlite3MPrintf 90726 third_party/sqlite/amalgamation/sqlite3.c char *zMsg = sqlite3MPrintf(pParse->db, "USE TEMP B-TREE FOR %s", zUsage); sqlite3MPrintf 90771 third_party/sqlite/amalgamation/sqlite3.c char *zMsg = sqlite3MPrintf( sqlite3MPrintf 91116 third_party/sqlite/amalgamation/sqlite3.c zName = sqlite3MPrintf(db, "%s.%s", pTab->zName, zCol); sqlite3MPrintf 91178 third_party/sqlite/amalgamation/sqlite3.c zName = sqlite3MPrintf(db, "%s", sqlite3MPrintf 91182 third_party/sqlite/amalgamation/sqlite3.c zName = sqlite3MPrintf(db, "%s", pColExpr->u.zToken); sqlite3MPrintf 91185 third_party/sqlite/amalgamation/sqlite3.c zName = sqlite3MPrintf(db, "%s", pEList->a[i].zSpan); sqlite3MPrintf 91201 third_party/sqlite/amalgamation/sqlite3.c zNewName = sqlite3MPrintf(db, "%s:%d", zName, ++cnt); sqlite3MPrintf 93126 third_party/sqlite/amalgamation/sqlite3.c pTab->zName = sqlite3MPrintf(db, "sqlite_subquery_%p_", (void*)pTab); sqlite3MPrintf 93267 third_party/sqlite/amalgamation/sqlite3.c zColname = sqlite3MPrintf(db, "%s.%s", zTabName, zName); sqlite3MPrintf 93558 third_party/sqlite/amalgamation/sqlite3.c char *zEqp = sqlite3MPrintf(pParse->db, "SCAN TABLE %s %s%s(~%d rows)", sqlite3MPrintf 94890 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_ParseSchema, iDb, 0, 0, sqlite3MPrintf( sqlite3MPrintf 95447 third_party/sqlite/amalgamation/sqlite3.c sqlite3MPrintf(db, "-- TRIGGER %s", pTrigger->zName), P4_DYNAMIC sqlite3MPrintf 97059 third_party/sqlite/amalgamation/sqlite3.c zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken); sqlite3MPrintf 97085 third_party/sqlite/amalgamation/sqlite3.c zWhere = sqlite3MPrintf(db, "name='%q' AND type='table'", pTab->zName); sqlite3MPrintf 97154 third_party/sqlite/amalgamation/sqlite3.c char *zModuleName = sqlite3MPrintf(db, "%s", pTab->zName); sqlite3MPrintf 97178 third_party/sqlite/amalgamation/sqlite3.c *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName); sqlite3MPrintf 97180 third_party/sqlite/amalgamation/sqlite3.c *pzErr = sqlite3MPrintf(db, "%s", zErr); sqlite3MPrintf 97191 third_party/sqlite/amalgamation/sqlite3.c *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName); sqlite3MPrintf 97329 third_party/sqlite/amalgamation/sqlite3.c *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod); sqlite3MPrintf 101184 third_party/sqlite/amalgamation/sqlite3.c zMsg = sqlite3MPrintf(db, "%s", isSearch?"SEARCH":"SCAN"); sqlite3MPrintf 106783 third_party/sqlite/amalgamation/sqlite3.c *pzErrMsg = sqlite3MPrintf(db, "unrecognized token: \"%T\"", sqlite3MPrintf 109617 third_party/sqlite/amalgamation/sqlite3.c zErrMsg = sqlite3MPrintf(db, "no such table column: %s.%s", zTableName, sqlite3MPrintf 80 third_party/sqlite/src/src/alter.c zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql, sqlite3MPrintf 132 third_party/sqlite/src/src/alter.c char *zOut = sqlite3MPrintf(db, "%s%.*s\"%w\"", sqlite3MPrintf 143 third_party/sqlite/src/src/alter.c zResult = sqlite3MPrintf(db, "%s%s", (zOutput?zOutput:""), zInput), sqlite3MPrintf 219 third_party/sqlite/src/src/alter.c zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql, sqlite3MPrintf 267 third_party/sqlite/src/src/alter.c zNew = sqlite3MPrintf(db, "name=%Q", zConstant); sqlite3MPrintf 269 third_party/sqlite/src/src/alter.c zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant); sqlite3MPrintf 317 third_party/sqlite/src/src/alter.c char *zNew = sqlite3MPrintf(pParse->db, "type='trigger' AND (%s)", zWhere); sqlite3MPrintf 359 third_party/sqlite/src/src/alter.c zWhere = sqlite3MPrintf(pParse->db, "tbl_name=%Q", zName); sqlite3MPrintf 798 third_party/sqlite/src/src/alter.c pNew->zName = sqlite3MPrintf(db, "sqlite_altertab_%s", pTab->zName); sqlite3MPrintf 627 third_party/sqlite/src/src/analyze.c zSql = sqlite3MPrintf(db, sqlite3MPrintf 645 third_party/sqlite/src/src/analyze.c zSql = sqlite3MPrintf(db, sqlite3MPrintf 90 third_party/sqlite/src/src/attach.c zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d", sqlite3MPrintf 96 third_party/sqlite/src/src/attach.c zErrDyn = sqlite3MPrintf(db, "cannot ATTACH database within transaction"); sqlite3MPrintf 103 third_party/sqlite/src/src/attach.c zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName); sqlite3MPrintf 132 third_party/sqlite/src/src/attach.c zErrDyn = sqlite3MPrintf(db, "database is already attached"); sqlite3MPrintf 139 third_party/sqlite/src/src/attach.c zErrDyn = sqlite3MPrintf(db, sqlite3MPrintf 210 third_party/sqlite/src/src/attach.c zErrDyn = sqlite3MPrintf(db, "out of memory"); sqlite3MPrintf 212 third_party/sqlite/src/src/attach.c zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile); sqlite3MPrintf 1583 third_party/sqlite/src/src/build.c zStmt = sqlite3MPrintf(db, sqlite3MPrintf 1625 third_party/sqlite/src/src/build.c sqlite3MPrintf(db, "tbl_name='%q'",p->zName), P4_DYNAMIC); sqlite3MPrintf 2535 third_party/sqlite/src/src/build.c zName = sqlite3MPrintf(db, "sqlite_autoindex_%s_%d", pTab->zName, n); sqlite3MPrintf 2794 third_party/sqlite/src/src/build.c zStmt = sqlite3MPrintf(db, "CREATE%s INDEX %.*s", sqlite3MPrintf 2823 third_party/sqlite/src/src/build.c sqlite3MPrintf(db, "name='%q' AND type='index'", pIndex->zName), sqlite3MPrintf 1602 third_party/sqlite/src/src/expr.c char *zMsg = sqlite3MPrintf( sqlite3MPrintf 1193 third_party/sqlite/src/src/insert.c zMsg = sqlite3MPrintf(pParse->db, "%s.%s may not be NULL", sqlite3MPrintf 2372 third_party/sqlite/src/src/main.c zErrMsg = sqlite3MPrintf(db, "no such table column: %s.%s", zTableName, sqlite3MPrintf 336 third_party/sqlite/src/src/pragma.c zRight = sqlite3MPrintf(db, "-%T", pValue); sqlite3MPrintf 1138 third_party/sqlite/src/src/pragma.c sqlite3MPrintf(db, "*** in database %s ***\n", db->aDb[i].zName), sqlite3MPrintf 317 third_party/sqlite/src/src/prepare.c zSql = sqlite3MPrintf(db, sqlite3MPrintf 804 third_party/sqlite/src/src/select.c char *zMsg = sqlite3MPrintf(pParse->db, "USE TEMP B-TREE FOR %s", zUsage); sqlite3MPrintf 849 third_party/sqlite/src/src/select.c char *zMsg = sqlite3MPrintf( sqlite3MPrintf 1194 third_party/sqlite/src/src/select.c zName = sqlite3MPrintf(db, "%s.%s", pTab->zName, zCol); sqlite3MPrintf 1256 third_party/sqlite/src/src/select.c zName = sqlite3MPrintf(db, "%s", sqlite3MPrintf 1260 third_party/sqlite/src/src/select.c zName = sqlite3MPrintf(db, "%s", pColExpr->u.zToken); sqlite3MPrintf 1263 third_party/sqlite/src/src/select.c zName = sqlite3MPrintf(db, "%s", pEList->a[i].zSpan); sqlite3MPrintf 1279 third_party/sqlite/src/src/select.c zNewName = sqlite3MPrintf(db, "%s:%d", zName, ++cnt); sqlite3MPrintf 3204 third_party/sqlite/src/src/select.c pTab->zName = sqlite3MPrintf(db, "sqlite_subquery_%p_", (void*)pTab); sqlite3MPrintf 3345 third_party/sqlite/src/src/select.c zColname = sqlite3MPrintf(db, "%s.%s", zTabName, zName); sqlite3MPrintf 3636 third_party/sqlite/src/src/select.c char *zEqp = sqlite3MPrintf(pParse->db, "SCAN TABLE %s %s%s(~%d rows)", sqlite3MPrintf 2634 third_party/sqlite/src/src/sqliteInt.h char *sqlite3MPrintf(sqlite3*,const char*, ...); sqlite3MPrintf 440 third_party/sqlite/src/src/tokenize.c *pzErrMsg = sqlite3MPrintf(db, "unrecognized token: \"%T\"", sqlite3MPrintf 304 third_party/sqlite/src/src/trigger.c sqlite3VdbeAddOp4(v, OP_ParseSchema, iDb, 0, 0, sqlite3MPrintf( sqlite3MPrintf 861 third_party/sqlite/src/src/trigger.c sqlite3MPrintf(db, "-- TRIGGER %s", pTrigger->zName), P4_DYNAMIC sqlite3MPrintf 4657 third_party/sqlite/src/src/vdbe.c zSql = sqlite3MPrintf(db, sqlite3MPrintf 1798 third_party/sqlite/src/src/vdbeaux.c zMaster = sqlite3MPrintf(db, "%s-mj%08X", zMainFile, iRandom&0x7fffffff); sqlite3MPrintf 69 third_party/sqlite/src/src/vdbeblob.c zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", sqlite3MPrintf 91 third_party/sqlite/src/src/vdbeblob.c zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); sqlite3MPrintf 94 third_party/sqlite/src/src/vdbeblob.c zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); sqlite3MPrintf 206 third_party/sqlite/src/src/vdbeblob.c zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn); sqlite3MPrintf 246 third_party/sqlite/src/src/vdbeblob.c zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault); sqlite3MPrintf 1062 third_party/sqlite/src/src/vdbemem.c zVal = sqlite3MPrintf(db, "%s%s", zNeg, pExpr->u.zToken); sqlite3MPrintf 347 third_party/sqlite/src/src/vtab.c zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken); sqlite3MPrintf 373 third_party/sqlite/src/src/vtab.c zWhere = sqlite3MPrintf(db, "name='%q' AND type='table'", pTab->zName); sqlite3MPrintf 442 third_party/sqlite/src/src/vtab.c char *zModuleName = sqlite3MPrintf(db, "%s", pTab->zName); sqlite3MPrintf 466 third_party/sqlite/src/src/vtab.c *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName); sqlite3MPrintf 468 third_party/sqlite/src/src/vtab.c *pzErr = sqlite3MPrintf(db, "%s", zErr); sqlite3MPrintf 479 third_party/sqlite/src/src/vtab.c *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName); sqlite3MPrintf 617 third_party/sqlite/src/src/vtab.c *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod); sqlite3MPrintf 3530 third_party/sqlite/src/src/where.c zMsg = sqlite3MPrintf(db, "%s", isSearch?"SEARCH":"SCAN");