Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15799 char *zCmd = 0; in editFunc() local
15856 zCmd = sqlite3_mprintf("%s \"%s\"", zEditor, zTempFile); in editFunc()
15857 if( zCmd==0 ){ in editFunc()
15861 rc = system(zCmd); in editFunc()
15862 sqlite3_free(zCmd); in editFunc()
20279 char *zCmd; in output_reset() local
20280 zCmd = sqlite3_mprintf("%s %s", zXdgOpenCmd, p->zTempFile); in output_reset()
20281 if( system(zCmd) ){ in output_reset()
20282 utf8_printf(stderr, "Failed: [%s]\n", zCmd); in output_reset()
20289 sqlite3_free(zCmd); in output_reset()
22591 const char *zCmd = 0; do_meta_command() local
24560 char *zCmd; do_meta_command() local
24809 const char *zCmd = 0; do_meta_command() local
[all...]
H A Dsqlite3.c225640 fts5ConfigParseSpecial( Fts5Global *pGlobal, Fts5Config *pConfig, const char *zCmd, const char *zArg, char **pzErr ) global() argument
238345 fts5SpecialInsert( Fts5FullTable *pTab, const char *zCmd, sqlite3_value *pVal ) global() argument
[all...]

Completed in 154 milliseconds