Searched refs:zCommand (Results 1 – 1 of 1) sorted by relevance
327 FILE *sqlite3_popen(const char *zCommand, const char *type);473 FILE *sqlite3_popen(const char *zCommand, const char *zMode){ in sqlite3_popen() argument478 sz1 = (int)strlen(zCommand); in sqlite3_popen()483 sz1 = MultiByteToWideChar(CP_UTF8, 0, zCommand, sz1, b1, sz1); in sqlite3_popen()