Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c327 FILE *sqlite3_popen(const char *zCommand, const char *type);
473 FILE *sqlite3_popen(const char *zCommand, const char *zMode){ in sqlite3_popen() argument
478 sz1 = (int)strlen(zCommand); in sqlite3_popen()
483 sz1 = MultiByteToWideChar(CP_UTF8, 0, zCommand, sz1, b1, sz1); in sqlite3_popen()