Home
last modified time | relevance | path

Searched refs:zCmd (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c8733 char *zCmd = 0; in editFunc() local
8791 if( zCmd==0 ){ in editFunc()
8795 rc = system(zCmd); in editFunc()
8796 sqlite3_free(zCmd); in editFunc()
11970 char *zCmd; in output_reset() local
15029 char *zCmd; in do_meta_command() local
15041 x = system(zCmd); in do_meta_command()
15042 sqlite3_free(zCmd); in do_meta_command()
15252 if( zCmd[0]=='-' && zCmd[1] ){ in do_meta_command()
15253 zCmd++; in do_meta_command()
[all …]
H A Dsqlite3.c202582 int nCmd = (int)strlen(zCmd);
202583 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){
202636 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){
202680 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){
202705 if( sqlite3_strnicmp("columnsize", zCmd, nCmd)==0 ){
202715 if( sqlite3_strnicmp("detail", zCmd, nCmd)==0 ){
214595 if( 0==sqlite3_stricmp("delete-all", zCmd) ){
214605 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){
214614 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){
214616 }else if( 0==sqlite3_stricmp("merge", zCmd) ){
[all …]