Lines Matching refs:shellMPrintf
15075 static char *shellMPrintf(int *pRc, const char *zFmt, ...){ in shellMPrintf() function
15205 pTab->zQuoted = shellMPrintf(&rc, "\"%w\"", zName); in recoverNewTable()
15210 pTab->azlCol[0] = shellMPrintf(&rc, "\"%w\"", zPk); in recoverNewTable()
15212 pTab->azlCol[0] = shellMPrintf(&rc, ""); in recoverNewTable()
15225 pTab->azlCol[i] = shellMPrintf(&rc, "%s%s", pTab->azlCol[0], zText); in recoverNewTable()
15314 char *zTab = shellMPrintf(pRc, "%s", zLostAndFound); in recoverOrphanTable()
15323 zTab = shellMPrintf(pRc, "%s_%d", zLostAndFound, iTab++); in recoverOrphanTable()
15330 pTab->zQuoted = shellMPrintf(pRc, "\"%w\"", zTab); in recoverOrphanTable()
15336 pTab->azlCol[nCol] = shellMPrintf(pRc, ""); in recoverOrphanTable()
15338 pTab->azlCol[i] = shellMPrintf(pRc, "%s, NULL", pTab->azlCol[i+1]); in recoverOrphanTable()
15660 char *zPrint = shellMPrintf(&rc, in recoverDatabaseCmd()