Home
last modified time | relevance | path

Searched refs:sqlite3MPrintf (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dattach.c90 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d", in attachFunc()
96 zErrDyn = sqlite3MPrintf(db, "cannot ATTACH database within transaction"); in attachFunc()
103 zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName); in attachFunc()
132 zErrDyn = sqlite3MPrintf(db, "database is already attached"); in attachFunc()
139 zErrDyn = sqlite3MPrintf(db, in attachFunc()
210 zErrDyn = sqlite3MPrintf(db, "out of memory"); in attachFunc()
212 zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile); in attachFunc()
H A Dalter.c80 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql, in renameTableFunc()
132 char *zOut = sqlite3MPrintf(db, "%s%.*s\"%w\"", in renameParentFunc()
143 zResult = sqlite3MPrintf(db, "%s%s", (zOutput?zOutput:""), zInput), in renameParentFunc()
219 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql, in renameTriggerFunc()
267 zNew = sqlite3MPrintf(db, "name=%Q", zConstant); in whereOrName()
269 zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant); in whereOrName()
317 char *zNew = sqlite3MPrintf(pParse->db, "type='trigger' AND (%s)", zWhere); in whereTempTriggers()
359 zWhere = sqlite3MPrintf(pParse->db, "tbl_name=%Q", zName); in reloadTableSchema()
798 pNew->zName = sqlite3MPrintf(db, "sqlite_altertab_%s", pTab->zName); in sqlite3AlterBeginAddColumn()
H A Dvdbeblob.c69 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", in blobSeekToRow()
91 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); in blobSeekToRow()
94 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); in blobSeekToRow()
207 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn); in sqlite3_blob_open()
247 zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault); in sqlite3_blob_open()
H A Dvtab.c347 zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken); in sqlite3VtabFinishParse()
373 zWhere = sqlite3MPrintf(db, "name='%q' AND type='table'", pTab->zName); in sqlite3VtabFinishParse()
442 char *zModuleName = sqlite3MPrintf(db, "%s", pTab->zName); in vtabCallConstructor()
466 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName); in vtabCallConstructor()
468 *pzErr = sqlite3MPrintf(db, "%s", zErr); in vtabCallConstructor()
479 *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName); in vtabCallConstructor()
617 *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod); in sqlite3VtabCallCreate()
H A Dselect.c804 char *zMsg = sqlite3MPrintf(pParse->db, "USE TEMP B-TREE FOR %s", zUsage); in explainTempTable()
849 char *zMsg = sqlite3MPrintf( in explainComposite()
1194 zName = sqlite3MPrintf(db, "%s.%s", pTab->zName, zCol); in generateColumnNames()
1256 zName = sqlite3MPrintf(db, "%s", in selectColumnsFromExprList()
1260 zName = sqlite3MPrintf(db, "%s", pColExpr->u.zToken); in selectColumnsFromExprList()
1263 zName = sqlite3MPrintf(db, "%s", pEList->a[i].zSpan); in selectColumnsFromExprList()
1279 zNewName = sqlite3MPrintf(db, "%s:%d", zName, ++cnt); in selectColumnsFromExprList()
3204 pTab->zName = sqlite3MPrintf(db, "sqlite_subquery_%p_", (void*)pTab); in selectExpander()
3345 zColname = sqlite3MPrintf(db, "%s.%s", zTabName, zName); in selectExpander()
3636 char *zEqp = sqlite3MPrintf(pParse->db, "SCAN TABLE %s %s%s(~%d rows)", in explainSimpleCount()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dalter.c80 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", (int)(((u8*)tname.z) - zSql), in renameTableFunc()
134 char *zOut = sqlite3MPrintf(db, "%s%.*s\"%w\"", in renameParentFunc()
145 zResult = sqlite3MPrintf(db, "%s%s", (zOutput?zOutput:""), zInput), in renameParentFunc()
221 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", (int)(((u8*)tname.z) - zSql), in renameTriggerFunc()
263 zNew = sqlite3MPrintf(db, "name=%Q", zConstant); in whereOrName()
265 zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant); in whereOrName()
313 char *zNew = sqlite3MPrintf(pParse->db, "type='trigger' AND (%s)", zWhere); in whereTempTriggers()
355 zWhere = sqlite3MPrintf(pParse->db, "tbl_name=%Q", zName); in reloadTableSchema()
782 pNew->zName = sqlite3MPrintf(db, "sqlite_altertab_%s", pTab->zName); in sqlite3AlterBeginAddColumn()
H A Dattach.c91 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d", in attachFunc()
97 zErrDyn = sqlite3MPrintf(db, "cannot ATTACH database within transaction"); in attachFunc()
104 zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName); in attachFunc()
144 zErrDyn = sqlite3MPrintf(db, "database is already attached"); in attachFunc()
151 zErrDyn = sqlite3MPrintf(db, in attachFunc()
237 zErrDyn = sqlite3MPrintf(db, "out of memory"); in attachFunc()
239 zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile); in attachFunc()
H A Dvdbeblob.c81 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", in blobSeekToRow()
101 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); in blobSeekToRow()
104 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); in blobSeekToRow()
198 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn); in sqlite3_blob_open()
238 zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault); in sqlite3_blob_open()
H A Dvtab.c410 zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken); in sqlite3VtabFinishParse()
436 zWhere = sqlite3MPrintf(db, "name='%q' AND type='table'", pTab->zName); in sqlite3VtabFinishParse()
514 *pzErr = sqlite3MPrintf(db, in vtabCallConstructor()
521 zModuleName = sqlite3MPrintf(db, "%s", pTab->zName); in vtabCallConstructor()
552 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName); in vtabCallConstructor()
554 *pzErr = sqlite3MPrintf(db, "%s", zErr); in vtabCallConstructor()
566 *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName); in vtabCallConstructor()
711 *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod); in sqlite3VtabCallCreate()
H A Dprepare.c31 z = sqlite3MPrintf(db, "malformed database schema (%s)", zObj); in corruptSchema()
32 if( zExtra ) z = sqlite3MPrintf(db, "%z - %s", z, zExtra); in corruptSchema()
289 zSql = sqlite3MPrintf(db, in sqlite3InitOne()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dattach.c125 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d", in attachFunc()
133 zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName); in attachFunc()
174 zErrDyn = sqlite3MPrintf(db, "database is already attached"); in attachFunc()
181 zErrDyn = sqlite3MPrintf(db, in attachFunc()
240 zErrDyn = sqlite3MPrintf(db, "out of memory"); in attachFunc()
242 zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile); in attachFunc()
H A Dvdbeblob.c82 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", in blobSeekToRow()
102 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); in blobSeekToRow()
105 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); in blobSeekToRow()
196 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn); in sqlite3_blob_open()
236 zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault); in sqlite3_blob_open()
H A Dvtab.c466 zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken); in sqlite3VtabFinishParse()
491 zWhere = sqlite3MPrintf(db, "name=%Q AND sql=%Q", pTab->zName, zStmt); in sqlite3VtabFinishParse()
570 *pzErr = sqlite3MPrintf(db, in vtabCallConstructor()
610 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName); in vtabCallConstructor()
612 *pzErr = sqlite3MPrintf(db, "%s", zErr); in vtabCallConstructor()
625 *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName); in vtabCallConstructor()
773 *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod); in sqlite3VtabCallCreate()
H A Dprepare.c33 *pData->pzErrMsg = sqlite3MPrintf(db, in corruptSchema()
44 z = sqlite3MPrintf(db, "malformed database schema (%s)", zObj); in corruptSchema()
45 if( zExtra && zExtra[0] ) z = sqlite3MPrintf(db, "%z - %s", z, zExtra); in corruptSchema()
358 zSql = sqlite3MPrintf(db, in sqlite3InitOne()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dattach.c114 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d", in attachFunc()
123 zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName); in attachFunc()
164 zErrDyn = sqlite3MPrintf(db, "database is already attached"); in attachFunc()
171 zErrDyn = sqlite3MPrintf(db, in attachFunc()
266 zErrDyn = sqlite3MPrintf(db, "out of memory"); in attachFunc()
268 zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile); in attachFunc()
H A Dvdbeblob.c82 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", in blobSeekToRow()
102 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); in blobSeekToRow()
105 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); in blobSeekToRow()
196 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn); in sqlite3_blob_open()
236 zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault); in sqlite3_blob_open()
H A Dvtab.c466 zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken); in sqlite3VtabFinishParse()
491 zWhere = sqlite3MPrintf(db, "name=%Q AND sql=%Q", pTab->zName, zStmt); in sqlite3VtabFinishParse()
570 *pzErr = sqlite3MPrintf(db, in vtabCallConstructor()
610 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName); in vtabCallConstructor()
612 *pzErr = sqlite3MPrintf(db, "%s", zErr); in vtabCallConstructor()
625 *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName); in vtabCallConstructor()
772 *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod); in sqlite3VtabCallCreate()
H A Dprepare.c40 z = sqlite3MPrintf(db, "malformed database schema (%s)", zObj); in corruptSchema()
41 if( zExtra && zExtra[0] ) z = sqlite3MPrintf(db, "%z - %s", z, zExtra); in corruptSchema()
334 zSql = sqlite3MPrintf(db, in sqlite3InitOne()
H A Dtrigger.c340 sqlite3MPrintf(db, "type='trigger' AND name='%q'", zName)); in sqlite3FinishTrigger()
797 sqlite3MPrintf(db, "-- %s", pStep->zSpan), in codeTriggerProgram()
946 sqlite3MPrintf(db, "-- TRIGGER %s", pTrigger->zName), P4_DYNAMIC in codeRowTrigger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dattach.c125 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d", in attachFunc()
133 zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName); in attachFunc()
174 zErrDyn = sqlite3MPrintf(db, "database is already attached"); in attachFunc()
181 zErrDyn = sqlite3MPrintf(db, in attachFunc()
240 zErrDyn = sqlite3MPrintf(db, "out of memory"); in attachFunc()
242 zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile); in attachFunc()
H A Dvdbeblob.c82 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", in blobSeekToRow()
102 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); in blobSeekToRow()
105 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); in blobSeekToRow()
196 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn); in sqlite3_blob_open()
236 zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault); in sqlite3_blob_open()
H A Dvtab.c466 zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken); in sqlite3VtabFinishParse()
491 zWhere = sqlite3MPrintf(db, "name=%Q AND sql=%Q", pTab->zName, zStmt); in sqlite3VtabFinishParse()
570 *pzErr = sqlite3MPrintf(db, in vtabCallConstructor()
610 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName); in vtabCallConstructor()
612 *pzErr = sqlite3MPrintf(db, "%s", zErr); in vtabCallConstructor()
625 *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName); in vtabCallConstructor()
772 *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod); in sqlite3VtabCallCreate()
H A Dprepare.c40 z = sqlite3MPrintf(db, "malformed database schema (%s)", zObj); in corruptSchema()
41 if( zExtra && zExtra[0] ) z = sqlite3MPrintf(db, "%z - %s", z, zExtra); in corruptSchema()
347 zSql = sqlite3MPrintf(db, in sqlite3InitOne()
H A Dtrigger.c348 sqlite3MPrintf(db, "type='trigger' AND name='%q'", zName)); in sqlite3FinishTrigger()
813 sqlite3MPrintf(db, "-- %s", pStep->zSpan), in codeTriggerProgram()
962 sqlite3MPrintf(db, "-- TRIGGER %s", pTrigger->zName), P4_DYNAMIC in codeRowTrigger()
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/
H A Dtokenize.c399 *pzErrMsg = sqlite3MPrintf(0, "unrecognized token: \"%T\"", in bdb_run_parser()

12345678910