Lines Matching refs:shellMPrintf
17999 static char *shellMPrintf(int *pRc, const char *zFmt, ...){ in shellMPrintf() function
18129 pTab->zQuoted = shellMPrintf(&rc, "\"%w\"", zName); in recoverNewTable()
18134 pTab->azlCol[0] = shellMPrintf(&rc, "\"%w\"", zPk); in recoverNewTable()
18136 pTab->azlCol[0] = shellMPrintf(&rc, ""); in recoverNewTable()
18149 pTab->azlCol[i] = shellMPrintf(&rc, "%s%s", pTab->azlCol[0], zText); in recoverNewTable()
18238 char *zTab = shellMPrintf(pRc, "%s", zLostAndFound); in recoverOrphanTable()
18247 zTab = shellMPrintf(pRc, "%s_%d", zLostAndFound, iTab++); in recoverOrphanTable()
18254 pTab->zQuoted = shellMPrintf(pRc, "\"%w\"", zTab); in recoverOrphanTable()
18260 pTab->azlCol[nCol] = shellMPrintf(pRc, ""); in recoverOrphanTable()
18262 pTab->azlCol[i] = shellMPrintf(pRc, "%s, NULL", pTab->azlCol[i+1]); in recoverOrphanTable()
18584 char *zPrint = shellMPrintf(&rc, in recoverDatabaseCmd()