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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c407 char *zDestTable; /* Name of destination table when MODE_Insert */ member in struct:callback_data
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 );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c407 char *zDestTable; /* Name of destination table when MODE_Insert */ member in struct:callback_data
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 );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c407 char *zDestTable; /* Name of destination table when MODE_Insert */ member in struct:callback_data
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 );

Completed in 167 milliseconds