Lines Matching refs:sqlite3_mprintf
1434 zIns = sqlite3_mprintf( in dump_callback()
2171 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable); in do_meta_command()
2180 char *zCreate = sqlite3_mprintf("CREATE TABLE %s", zTable); in do_meta_command()
2183 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z); in do_meta_command()
2194 zCreate = sqlite3_mprintf("%z\n)", zCreate); in do_meta_command()
2421 p->zDbFilename = zNewFilename = sqlite3_mprintf("%s", azArg[1]); in do_meta_command()
2682 zSql = sqlite3_mprintf( in do_meta_command()
2691 zSql = sqlite3_mprintf( in do_meta_command()
2698 zSql = sqlite3_mprintf( in do_meta_command()
2707 zSql = sqlite3_mprintf("%z ORDER BY 1", zSql); in do_meta_command()
2730 azResult[nRow] = sqlite3_mprintf("%s", sqlite3_column_text(pStmt, 0)); in do_meta_command()
3209 zBuf = sqlite3_mprintf("%s/.sqliterc",home_dir); in process_sqliterc()