Home
last modified time | relevance | path

Searched refs:recoverMPrintf (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c15781 static char *recoverMPrintf(sqlite3_recover *p, const char *zFmt, ...){ in recoverMPrintf() function
16132 char *z2 = recoverMPrintf(p, "PRAGMA %s = %Q", zPrag, zArg); in recoverTransferSettings()
16222 char *zSql = recoverMPrintf(p, "ATTACH %Q AS recovery;", p->zStateDb); in recoverOpenRecovery()
16390 zSql = (const char*)(zFree = recoverMPrintf(p, in recoverWriteSchema1()
16511 zSql = recoverMPrintf(p, "INSERT OR IGNORE INTO %Q(", pTab->zTab); in recoverInsertStmt()
16515 zSql = recoverMPrintf(p, "%z_rowid_", zSql); in recoverInsertStmt()
16517 zBind = recoverMPrintf(p, "%zquote(?%d)", zBind, pTab->iRowidBind); in recoverInsertStmt()
16519 zBind = recoverMPrintf(p, "%z?%d", zBind, pTab->iRowidBind); in recoverInsertStmt()
16531 zSql = recoverMPrintf(p, "%z%s%Q", zSql, zSep, pTab->aCol[ii].zCol); in recoverInsertStmt()
16534 zBind = recoverMPrintf(p, in recoverInsertStmt()
[all …]