OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pWinHttpConnect
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/win32/
gwinhttpvfs.h
62
HINTERNET (WINAPI *
pWinHttpConnect
) (HINTERNET,LPCWSTR,INTERNET_PORT,DWORD);
gwinhttpfile.c
483
connection = G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->
pWinHttpConnect
623
connection = G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->
pWinHttpConnect
664
connection = G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->
pWinHttpConnect
gwinhttpvfs.c
55
funcs.
pWinHttpConnect
= (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,INTERNET_PORT,DWORD)) GetProcAddress (winhttp, "WinHttpConnect");
68
funcs.
pWinHttpConnect
&&
Completed in 399 milliseconds