Searched refs:zFirstCmd (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.c2524 char *zFirstCmd = 0; local
2575 zFirstCmd = argv[i++];
2674 if( zFirstCmd ){
2677 if( zFirstCmd[0]=='.' ){
2678 rc = do_meta_command(zFirstCmd, &data);
2681 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg);
2686 fprintf(stderr,"Error: unable to process SQL \"%s\"\n", zFirstCmd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c2524 char *zFirstCmd = 0; local
2575 zFirstCmd = argv[i++];
2674 if( zFirstCmd ){
2677 if( zFirstCmd[0]=='.' ){
2678 rc = do_meta_command(zFirstCmd, &data);
2681 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg);
2686 fprintf(stderr,"Error: unable to process SQL \"%s\"\n", zFirstCmd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c2524 char *zFirstCmd = 0; local
2575 zFirstCmd = argv[i++];
2674 if( zFirstCmd ){
2677 if( zFirstCmd[0]=='.' ){
2678 rc = do_meta_command(zFirstCmd, &data);
2681 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg);
2686 fprintf(stderr,"Error: unable to process SQL \"%s\"\n", zFirstCmd);

Completed in 125 milliseconds