Searched refs:sqlite3_popen (Results 1 – 1 of 1) sorted by relevance
327 FILE *sqlite3_popen(const char *zCommand, const char *type);339 #define sqlite3_popen popen macro473 FILE *sqlite3_popen(const char *zCommand, const char *zMode){ in sqlite3_popen() function31083 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()