Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c17044 static char *recoverMPrintf(sqlite3_recover *p, const char *zFmt, ...){ in recoverMPrintf() function
17395 char *z2 = recoverMPrintf(p, "PRAGMA %s = %Q", zPrag, zArg); in recoverTransferSettings()
17485 char *zSql = recoverMPrintf(p, "ATTACH %Q AS recovery;", p->zStateDb); in recoverOpenRecovery()
17653 zSql = (const char*)(zFree = recoverMPrintf(p, in recoverWriteSchema1()
17774 zSql = recoverMPrintf(p, "INSERT OR IGNORE INTO %Q(", pTab->zTab); in recoverInsertStmt()
17778 zSql = recoverMPrintf(p, "%z_rowid_", zSql); in recoverInsertStmt()
17780 zBind = recoverMPrintf(p, "%zquote(?%d)", zBind, pTab->iRowidBind); in recoverInsertStmt()
17782 zBind = recoverMPrintf(p, "%z?%d", zBind, pTab->iRowidBind); in recoverInsertStmt()
17794 zSql = recoverMPrintf(p, "%z%s%Q", zSql, zSep, pTab->aCol[ii].zCol); in recoverInsertStmt()
17797 zBind = recoverMPrintf(p, in recoverInsertStmt()
[all …]