Searched refs:zCmd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 12421 char *zCmd = 0; in editFunc() local 12479 if( zCmd==0 ){ in editFunc() 16516 char *zCmd; in output_reset() local 19197 && (strcmp(zCmd,"--schema")==0 || strcmp(zCmd,"-schema")==0) in do_meta_command() 19207 if( zCmd[0]=='-' && zCmd[1] ){ in do_meta_command() 19208 zCmd++; in do_meta_command() 19209 if( zCmd[0]=='-' && zCmd[1] ) zCmd++; in do_meta_command() 21063 char *zCmd; in do_meta_command() local 21306 if( zCmd[0]=='-' && zCmd[1] ){ in do_meta_command() 21307 zCmd++; in do_meta_command() [all …]
|
| H A D | sqlite3.c | 218566 int nCmd = (int)strlen(zCmd); 218567 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){ 218620 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){ 218664 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){ 218689 if( sqlite3_strnicmp("columnsize", zCmd, nCmd)==0 ){ 218699 if( sqlite3_strnicmp("detail", zCmd, nCmd)==0 ){ 231266 if( 0==sqlite3_stricmp("delete-all", zCmd) ){ 231276 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){ 231285 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){ 231287 }else if( 0==sqlite3_stricmp("merge", zCmd) ){ [all …]
|