Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c21956 char *zCmd = 0; in editFunc() local
22013 zCmd = sqlite3_mprintf("%s \"%s\"", zEditor, zTempFile); in editFunc()
22014 if( zCmd==0 ){ in editFunc()
22018 rc = system(zCmd); in editFunc()
22019 sqlite3_free(zCmd); in editFunc()
26886 char *zCmd; in output_reset() local
26887 zCmd = sqlite3_mprintf("%s %s", zXdgOpenCmd, p->zTempFile); in output_reset()
26888 if( system(zCmd) ){ in output_reset()
26889 sqlite3_fprintf(stderr,"Failed: [%s]\n", zCmd); in output_reset()
26896 sqlite3_free(zCmd); in output_reset()
[all …]
H A Dsqlite3.c239495 const char *zCmd, /* Special command to parse */
239500 int nCmd = (int)strlen(zCmd);
239502 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){
239555 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){
239596 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){
239611 if( sqlite3_strnicmp("contentless_delete", zCmd, nCmd)==0 ){
239621 if( sqlite3_strnicmp("contentless_unindexed", zCmd, nCmd)==0 ){
239631 if( sqlite3_strnicmp("content_rowid", zCmd, nCmd)==0 ){
239641 if( sqlite3_strnicmp("columnsize", zCmd, nCmd)==0 ){
239651 if( sqlite3_strnicmp("locale", zCmd, nCmd)==0 ){
[all …]