Searched refs:pWinHttpSendRequest (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/gio/win32/
H A Dgwinhttpfileinputstream.c136 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpSendRequest
H A Dgwinhttpvfs.h70 BOOL (WINAPI *pWinHttpSendRequest) (HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR); member in struct:_GWinHttpDllFuncs
H A Dgwinhttpfileoutputstream.c145 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpSendRequest
H A Dgwinhttpvfs.c63 funcs.pWinHttpSendRequest = (BOOL (WINAPI *) (HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR)) GetProcAddress (winhttp, "WinHttpSendRequest");
76 funcs.pWinHttpSendRequest &&
H A Dgwinhttpfile.c512 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpSendRequest

Completed in 51 milliseconds