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

  /external/sqlite/dist/orig/
shell.c 460 char *zDestTable; /* Name of destination table when MODE_Insert */
886 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
935 if( p->zDestTable ){
936 free(p->zDestTable);
937 p->zDestTable = 0;
948 z = p->zDestTable = malloc( n+1 );
    [all...]
  /external/sqlite/dist/
shell.c 465 char *zDestTable; /* Name of destination table when MODE_Insert */
891 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
940 if( p->zDestTable ){
941 free(p->zDestTable);
942 p->zDestTable = 0;
953 z = p->zDestTable = malloc( n+1 );
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 408 char *zDestTable; /* Name of destination table when MODE_Insert */
800 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
848 if( p->zDestTable ){
849 free(p->zDestTable);
850 p->zDestTable = 0;
861 z = p->zDestTable = malloc( n+1 );
    [all...]

Completed in 57 milliseconds