Lines Matching refs:sqlite3_mprintf
272 char *zLayer1 = sqlite3_mprintf("%s/00", zPath); in pathType()
363 zSql = sqlite3_mprintf( in initMain()
414 zSql = sqlite3_mprintf( in statMain()
430 zSql = sqlite3_mprintf("PRAGMA page_size"); in statMain()
438 zSql = sqlite3_mprintf("PRAGMA page_count"); in statMain()
446 zSql = sqlite3_mprintf("PRAGMA freelist_count"); in statMain()
521 zFN = sqlite3_mprintf("%s/00", zDir); in exportMain()
541 zFN = sqlite3_mprintf("%s/00/00/00.extra---------------------", zDir); in exportMain()
921 zSql = sqlite3_mprintf("PRAGMA mmap_size=%d", mmapSize); in runMain()
924 zSql = sqlite3_mprintf("PRAGMA cache_size=%d", iCache); in runMain()
945 zSql = sqlite3_mprintf("PRAGMA journal_mode=%Q", zJMode); in runMain()
954 zJMode = sqlite3_mprintf("%s", sqlite3_column_text(pStmt, 0)); in runMain()
975 zKey = sqlite3_mprintf("%s/%06d", zDb, iKey); in runMain()
977 zKey = sqlite3_mprintf("%s/%02d/%02d/%02d", zDb, iKey/10000, in runMain()