Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c184 char *zDestTable; /* Name of destination table when MODE_Insert */ member
396 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable); in callback()
425 if( p->zDestTable ){ in set_table_name()
426 free(p->zDestTable); in set_table_name()
427 p->zDestTable = 0; in set_table_name()
438 z = p->zDestTable = malloc( n+1 ); in set_table_name()
467 d2.zDestTable = 0; in dump_callback()