Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c292 FILE *sqlite3_popen(const char *zCommand, const char *type);
436 FILE *sqlite3_popen(const char *zCommand, const char *zMode){ in sqlite3_popen() argument
441 sz1 = (int)strlen(zCommand); in sqlite3_popen()
446 sz1 = MultiByteToWideChar(CP_UTF8, 0, zCommand, sz1, b1, sz1); in sqlite3_popen()