Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c251 extern char *sqlite3_win32_unicode_to_utf8(LPCWSTR);
33309 char *z = sqlite3_win32_unicode_to_utf8(wargv[i]);
H A Dsqlite3.c49082 SQLITE_API char *sqlite3_win32_unicode_to_utf8(LPCWSTR zWideText){ in sqlite3_win32_unicode_to_utf8() function
49216 zUtf8 = sqlite3_win32_unicode_to_utf8(zValue); in sqlite3_win32_set_directory16()