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.c285 extern char *sqlite3_win32_unicode_to_utf8(LPCWSTR);
9792 extern char *sqlite3_win32_unicode_to_utf8(LPCWSTR);
10789 zOut = sqlite3_win32_unicode_to_utf8(z); in portable_realpath()
H A Dsqlite3.c50565 SQLITE_API char *sqlite3_win32_unicode_to_utf8(LPCWSTR zWideText){ in sqlite3_win32_unicode_to_utf8() function
50699 zUtf8 = sqlite3_win32_unicode_to_utf8(zValue); in sqlite3_win32_set_directory16()