Home | History | Annotate | Download | only in dist

Lines Matching refs:zDestTable

407   char *zDestTable;      /* Name of destination table when MODE_Insert */
798 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
846 if( p->zDestTable ){
847 free(p->zDestTable);
848 p->zDestTable = 0;
859 z = p->zDestTable = malloc( n+1 );