HomeSort by relevance Sort by last modified time
    Searched refs:pWinHttpCreateUrl (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.h 63 BOOL (WINAPI *pWinHttpCreateUrl) (LPURL_COMPONENTS,DWORD,LPWSTR,LPDWORD);
gwinhttpvfs.c 56 funcs.pWinHttpCreateUrl = (BOOL (WINAPI *) (LPURL_COMPONENTS,DWORD,LPWSTR,LPDWORD)) GetProcAddress (winhttp, "WinHttpCreateUrl");
69 funcs.pWinHttpCreateUrl &&
gwinhttpfile.c 199 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpCreateUrl (&winhttp_file->url, ICU_ESCAPE, NULL, &len) &&
205 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpCreateUrl (&winhttp_file->url, ICU_ESCAPE, wuri, &len))

Completed in 19 milliseconds