Searched refs:zCmd (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 25173 char *zCmd = 0; in editFunc() local 25230 zCmd = sqlite3_mprintf("%s \"%s\"", zEditor, zTempFile); in editFunc() 25231 if( zCmd==0 ){ in editFunc() 25235 rc = system(zCmd); in editFunc() 25236 sqlite3_free(zCmd); in editFunc() 27271 const char *zCmd; /* Name of the dot-command */ member 27458 static const char *findUsage(const char *zCmd){ in findUsage() argument 27461 if( sqlite3_strglob(zCmd, aUsage[i].zCmd)==0 ) return aUsage[i].zUsage; in findUsage() 28903 char *zCmd; in output_reset() local 28904 zCmd = sqlite3_mprintf("%s %s", zXdgOpenCmd, p->zTempFile); in output_reset() [all …]
|
| H A D | sqlite3.c | 245320 const char *zCmd, /* Special command to parse */ argument 245325 int nCmd = (int)strlen(zCmd); 245327 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){ 245380 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){ 245421 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){ 245436 if( sqlite3_strnicmp("contentless_delete", zCmd, nCmd)==0 ){ 245446 if( sqlite3_strnicmp("contentless_unindexed", zCmd, nCmd)==0 ){ 245456 if( sqlite3_strnicmp("content_rowid", zCmd, nCmd)==0 ){ 245466 if( sqlite3_strnicmp("columnsize", zCmd, nCmd)==0 ){ 245476 if( sqlite3_strnicmp("locale", zCmd, nCmd)==0 ){ [all …]
|