Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c292 FILE *sqlite3_popen(const char *zCommand, const char *type);
303 #define sqlite3_popen popen macro
436 FILE *sqlite3_popen(const char *zCommand, const char *zMode){ in sqlite3_popen() function
29725 sCtx.in = sqlite3_popen(sCtx.zFile+1, "r"); in do_meta_command()
30588 FILE *pfPipe = sqlite3_popen(zFile + 1, "w"); in do_meta_command()
30814 p->in = sqlite3_popen(azArg[1]+1, "r"); in do_meta_command()