Home
last modified time | relevance | path

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

/third_party/glib/gio/win32/
Dgwinhttpfile.c551 wchar_t *gint64_format_w = g_utf8_to_utf16 (gint64_format, -1, NULL, NULL, NULL); in g_winhttp_file_query_info() local
553 if (swscanf (content_length, gint64_format_w, &cl, &n) == 1 && in g_winhttp_file_query_info()
558 g_free (gint64_format_w); in g_winhttp_file_query_info()