Home
last modified time | relevance | path

Searched refs:zDestTable (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c7940 char *zDestTable; /* Name of destination table when MODE_Insert */ member
8825 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 …]
/external/sqlite/dist/
Dshell.c7946 char *zDestTable; /* Name of destination table when MODE_Insert */ member
8831 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 …]