• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/

Lines Matching defs:sqlite3MPrintf

10396 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...);
18705 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){
18715 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
18719 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
56129 zMaster = sqlite3MPrintf(db, "%s-mj%08X", zMainFile, iRandom&0x7fffffff);
64144 u.bu.zSql = sqlite3MPrintf(db,
65593 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn);
65633 zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault);
65698 zErr = sqlite3MPrintf(db, sqlite3_errmsg(db));
65713 zErr = sqlite3MPrintf(db, "cannot open value of type %s",
65737 zErr = sqlite3MPrintf(db, "no such rowid: %lld", iRow);
71563 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql,
71615 char *zOut = sqlite3MPrintf(db, "%s%.*s\"%w\"",
71626 zResult = sqlite3MPrintf(db, "%s%s", (zOutput?zOutput:""), zInput),
71702 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql,
71750 zNew = sqlite3MPrintf(db, "name=%Q", zConstant);
71752 zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant);
71837 zWhere = sqlite3MPrintf(pParse->db, "tbl_name=%Q", zName);
72260 pNew->zName = sqlite3MPrintf(db, "sqlite_altertab_%s", pTab->zName);
72847 zSql = sqlite3MPrintf(db,
72865 zSql = sqlite3MPrintf(db,
73028 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d",
73034 zErrDyn = sqlite3MPrintf(db, "cannot ATTACH database within transaction");
73041 zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName);
73071 zErrDyn = sqlite3MPrintf(db, "database is already attached");
73078 zErrDyn = sqlite3MPrintf(db,
73147 zErrDyn = sqlite3MPrintf(db, "out of memory");
73149 zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile);
75275 zStmt = sqlite3MPrintf(db,
75316 sqlite3MPrintf(db, "tbl_name='%q'",p->zName), P4_DYNAMIC);
76217 zName = sqlite3MPrintf(db, "sqlite_autoindex_%s_%d", pTab->zName, n);
76474 zStmt = sqlite3MPrintf(db, "CREATE%s INDEX %.*s",
76480 /* zStmt = sqlite3MPrintf(""); */
76503 sqlite3MPrintf(db, "name='%q'", pIndex->zName), P4_DYNAMIC);
82491 zMsg = sqlite3MPrintf(pParse->db, "%s.%s may not be NULL",
84599 zRight = sqlite3MPrintf(db, "-%T", pValue);
85408 sqlite3MPrintf(db, "*** in database %s ***\n", db->aDb[i].zName),
86098 zSql = sqlite3MPrintf(db,
87756 zName = sqlite3MPrintf(db, "%s.%s", pTab->zName, zCol);
87834 zName = sqlite3MPrintf(db, "%s",
87838 zName = sqlite3MPrintf(db, "%s", pColExpr->u.zToken);
87841 zName = sqlite3MPrintf(db, "%s", pEList->a[i].zSpan);
87857 zNewName = sqlite3MPrintf(db, "%s:%d", zName, ++cnt);
89742 pTab->zName = sqlite3MPrintf(db, "sqlite_subquery_%p_", (void*)pTab);
89882 zColname = sqlite3MPrintf(db, "%s.%s", zTabName, zName);
91451 sqlite3VdbeAddOp4(v, OP_ParseSchema, iDb, 0, 0, sqlite3MPrintf(
91996 sqlite3MPrintf(db, "-- TRIGGER %s", pTrigger->zName), P4_DYNAMIC
93603 zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken);
93629 zWhere = sqlite3MPrintf(db, "name='%q'", pTab->zName);
93697 char *zModuleName = sqlite3MPrintf(db, "%s", pTab->zName);
93721 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName);
93723 *pzErr = sqlite3MPrintf(db, "%s", zErr);
93734 *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName);
93872 *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod);
98459 zMsg = sqlite3MPrintf(db, "TABLE %s", pItem->zName);
102880 *pzErrMsg = sqlite3MPrintf(db, "unrecognized token: \"%T\"",
105566 zErrMsg = sqlite3MPrintf(db, "no such table column: %s.%s", zTableName,