Searched refs:zCmd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 19674 char *zCmd = 0; in editFunc() local 19732 if( zCmd==0 ){ in editFunc() 24281 char *zCmd; in output_reset() local 26716 if( zCmd[0]=='-' && zCmd[1] ){ in do_meta_command() 26717 zCmd++; in do_meta_command() 26718 if( zCmd[0]=='-' && zCmd[1] ) zCmd++; in do_meta_command() 28773 char *zCmd; in do_meta_command() local 28787 x = zCmd!=0 ? system(zCmd) : 1; in do_meta_command() 29031 if( zCmd[0]=='-' && zCmd[1] ){ in do_meta_command() 29032 zCmd++; in do_meta_command() [all …]
|
| H A D | sqlite3.c | 235873 int nCmd = (int)strlen(zCmd); 235874 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){ 235927 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){ 235971 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){ 236016 if( sqlite3_strnicmp("detail", zCmd, nCmd)==0 ){ 236030 if( sqlite3_strnicmp("tokendata", zCmd, nCmd)==0 ){ 251147 if( 0==sqlite3_stricmp("delete-all", zCmd) ){ 251158 }else if( 0==sqlite3_stricmp("rebuild", zCmd) ){ 251168 }else if( 0==sqlite3_stricmp("optimize", zCmd) ){ 251170 }else if( 0==sqlite3_stricmp("merge", zCmd) ){ [all …]
|