Searched refs:zDestTable (Results 1 – 2 of 2) sorted by relevance
7940 char *zDestTable; /* Name of destination table when MODE_Insert */ member8825 utf8_printf(p->out,"INSERT INTO %s",p->zDestTable); in shell_callback()9014 if( p->zDestTable ){ in set_table_name()9015 free(p->zDestTable); in set_table_name()9016 p->zDestTable = 0; in set_table_name()9022 z = p->zDestTable = malloc( n+1 ); in set_table_name()10042 savedDestTable = p->zDestTable; in dump_callback()10044 p->zDestTable = sTable.z; in dump_callback()10053 p->zDestTable = savedDestTable; in dump_callback()12713 data.zDestTable = "sqlite_stat1"; in do_meta_command()[all …]
7946 char *zDestTable; /* Name of destination table when MODE_Insert */ member8831 utf8_printf(p->out,"INSERT INTO %s",p->zDestTable); in shell_callback()9020 if( p->zDestTable ){ in set_table_name()9021 free(p->zDestTable); in set_table_name()9022 p->zDestTable = 0; in set_table_name()9028 z = p->zDestTable = malloc( n+1 ); in set_table_name()10048 savedDestTable = p->zDestTable; in dump_callback()10050 p->zDestTable = sTable.z; in dump_callback()10059 p->zDestTable = savedDestTable; in dump_callback()12736 data.zDestTable = "sqlite_stat1"; in do_meta_command()[all …]