Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sqlite/
H A Dshell.c186 char *zDestTable; /* Name of destination table when MODE_Insert */ member
398 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable); in callback()
427 if( p->zDestTable ){ in set_table_name()
428 free(p->zDestTable); in set_table_name()
429 p->zDestTable = 0; in set_table_name()
440 z = p->zDestTable = malloc( n+1 ); in set_table_name()
469 d2.zDestTable = 0; in dump_callback()