ReactOS 0.4.16-dev-257-g6aa11ac
|
#include "config.h"
#include "ws2tcpip.h"
#include <stdarg.h>
#include <stdio.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winhttp.h"
#include "schannel.h"
#include "wine/debug.h"
#include "wine/library.h"
#include "winhttp_private.h"
Go to the source code of this file.
Classes | |
struct | async_resolve |
Macros | |
#define | NONAMELESSUNION |
Variables | |
static BOOL | winsock_loaded |
Definition at line 250 of file net.c.
Referenced by close_connection(), connection_collector(), handle_redirect(), and open_connection().
struct netconn * netconn_create | ( | struct hostdata * | host, |
const struct sockaddr_storage * | sockaddr, | ||
int | timeout | ||
) |
Definition at line 186 of file net.c.
Referenced by open_connection().
Definition at line 758 of file net.c.
Referenced by open_connection().
Definition at line 768 of file net.c.
Referenced by request_query_option().
Definition at line 539 of file net.c.
Referenced by read_more_data().
BOOL netconn_resolve | ( | WCHAR * | hostname, |
INTERNET_PORT | port, | ||
struct sockaddr_storage * | addr, | ||
int | timeout | ||
) |
Definition at line 725 of file net.c.
Referenced by open_connection().
BOOL netconn_secure_connect | ( | struct netconn * | conn, |
WCHAR * | hostname, | ||
DWORD | security_flags, | ||
CredHandle * | cred_handle, | ||
BOOL | check_revocation | ||
) |
Definition at line 264 of file net.c.
Referenced by open_connection().
Definition at line 424 of file net.c.
Referenced by secure_proxy_connect(), send_request(), and write_data().
Definition at line 596 of file net.c.
Referenced by open_connection(), receive_response(), and WinHttpSetTimeouts().
|
static |
Definition at line 60 of file net.c.
Referenced by netconn_secure_connect().
|
static |
Definition at line 448 of file net.c.
Referenced by netconn_recv(), and tcp_recv().
|
static |
Definition at line 622 of file net.c.
Referenced by netconn_resolve(), and resolve_proc().
|
static |
Definition at line 398 of file net.c.
Referenced by netconn_send(), and tcp_send().
Definition at line 180 of file net.c.
Referenced by netconn_create(), and netconn_is_alive().
Definition at line 49 of file net.c.
Referenced by FTP_GetNextLine(), FTP_ReceiveRequestData(), FTP_RetrieveFileData(), FTPFILE_QueryDataAvailable(), FTPFILE_ReadFile(), netconn_is_alive(), netconn_recv(), netconn_secure_connect(), and read_ssl_chunk().
Definition at line 38 of file net.c.
Referenced by FTP_SendCommandA(), FTP_SendData(), FtpCommandW(), FTPFILE_WriteFile(), netconn_secure_connect(), netconn_send(), and send_ssl_chunk().
WINE_DEFAULT_DEBUG_CHANNEL | ( | winhttp | ) |
Definition at line 173 of file net.c.
Referenced by netconn_create().
Definition at line 161 of file net.c.
Referenced by winsock_init().
|
static |
Definition at line 154 of file net.c.
Referenced by netconn_unload(), and winsock_startup().