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