#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "windef.h"
#include "winbase.h"
#include "wininet.h"
#include "winnls.h"
#include "wine/debug.h"
#include "internet.h"
Go to the source code of this file.
Defines |
| #define | TIME_STRING_LEN 30 |
| #define | FE(x) { x, #x } |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (wininet) |
| time_t | ConvertTimeString (LPCWSTR asctime) |
| BOOL | GetAddress (LPCWSTR lpszServerName, INTERNET_PORT nServerPort, struct sockaddr *psa, socklen_t *sa_len) |
| static const char * | get_callback_name (DWORD dwInternetStatus) |
| VOID | INTERNET_SendCallback (object_header_t *hdr, DWORD_PTR dwContext, DWORD dwInternetStatus, LPVOID lpvStatusInfo, DWORD dwStatusInfoLength) |
| static void | SendAsyncCallbackProc (WORKREQUEST *workRequest) |
| void | SendAsyncCallback (object_header_t *hdr, DWORD_PTR dwContext, DWORD dwInternetStatus, LPVOID lpvStatusInfo, DWORD dwStatusInfoLength) |
Variables |
| static CRITICAL_SECTION | cs_gethostbyname = { &critsect_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | critsect_debug |