Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c327 FILE *sqlite3_popen(const char *zCommand, const char *type);
339 #define sqlite3_popen popen macro
473 FILE *sqlite3_popen(const char *zCommand, const char *zMode){ in sqlite3_popen() function
31083 sCtx.in = sqlite3_popen(sCtx.zFile+1, "r"); in dotCmdImport()
32163 FILE *pfPipe = sqlite3_popen(zFile + 1, "w"); in dotCmdOutput()
33953 p->in = sqlite3_popen(azArg[1]+1, "r"); in do_meta_command()