HomeSort by relevance Sort by last modified time
    Searched refs:zDestTable (Results 1 - 2 of 2) sorted by null

  /external/sqlite/dist/
shell.c.orig 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 );
    [all...]
shell.c 412 char *zDestTable; /* Name of destination table when MODE_Insert */
803 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
851 if( p->zDestTable ){
852 free(p->zDestTable);
853 p->zDestTable = 0;
864 z = p->zDestTable = malloc( n+1 );
    [all...]

Completed in 19 milliseconds