Searched refs:zCmd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 9954 char *zCmd = 0; in editFunc() local 10012 if( zCmd==0 ){ in editFunc() 13650 char *zCmd; in output_reset() local 16170 && (strcmp(zCmd,"--schema")==0 || strcmp(zCmd,"-schema")==0) in do_meta_command() 16180 if( zCmd[0]=='-' && zCmd[1] ){ in do_meta_command() 16181 zCmd++; in do_meta_command() 16182 if( zCmd[0]=='-' && zCmd[1] ) zCmd++; in do_meta_command() 17951 char *zCmd; in do_meta_command() local 18174 if( zCmd[0]=='-' && zCmd[1] ){ in do_meta_command() 18175 zCmd++; in do_meta_command() [all …]
|
| H A D | sqlite3.c | 211278 int nCmd = (int)strlen(zCmd); 211279 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){ 211332 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){ 211376 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){ 211401 if( sqlite3_strnicmp("columnsize", zCmd, nCmd)==0 ){ 211411 if( sqlite3_strnicmp("detail", zCmd, nCmd)==0 ){ 223568 if( 0==sqlite3_stricmp("delete-all", zCmd) ){ 223578 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){ 223587 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){ 223589 }else if( 0==sqlite3_stricmp("merge", zCmd) ){ [all …]
|