#include <stdlib.h>
#include <string.h>
#include <memory.h>
#include <stdio.h>
#include <ctype.h>
#include <time.h>
Go to the source code of this file.
|
| int | HTTPWrapperIsAscii (int c) |
| |
| int | HTTPWrapperToUpper (int c) |
| |
| int | HTTPWrapperToLower (int c) |
| |
| int | HTTPWrapperIsAlpha (int c) |
| |
| int | HTTPWrapperIsAlNum (int c) |
| |
| char * | HTTPWrapperItoa (char *buff, int i) |
| |
| void | HTTPWrapperInitRandomeNumber () |
| |
| long | HTTPWrapperGetUpTime () |
| |
| int | HTTPWrapperGetRandomeNumber () |
| |
| int | HTTPWrapperGetSocketError (int s) |
| |
| unsigned long | HTTPWrapperGetHostByName (char *name, unsigned long *address) |
| |
| int | HTTPWrapperShutDown (int s, int in) |
| |
| int | HTTPWrapperSSLConnect (int s, const struct sockaddr *name, int namelen, char *hostname) |
| |
| int | HTTPWrapperSSLNegotiate (int s, const struct sockaddr *name, int namelen, char *hostname) |
| |
| int | HTTPWrapperSSLSend (int s, char *buf, int len, int flags) |
| |
| int | HTTPWrapperSSLRecv (int s, char *buf, int len, int flags) |
| |
| int | HTTPWrapperSSLClose (int s) |
| |
| int | HTTPWrapperSSLRecvPending (int s) |
| |
◆ _HTTP_BUILD_WIN32
| #define _HTTP_BUILD_WIN32 |
◆ FALSE
◆ GetRandomeNumber
◆ GetUpTime
◆ HostByName
◆ HTTP_ECONNRESET
| #define HTTP_ECONNRESET (WSAECONNRESET) |
◆ HTTP_EINPROGRESS
| #define HTTP_EINPROGRESS (WSAEINPROGRESS) |
◆ HTTP_EWOULDBLOCK
| #define HTTP_EWOULDBLOCK (WSAEWOULDBLOCK) |
◆ HTTP_INVALID_SOCKET
| #define HTTP_INVALID_SOCKET (-1) |
◆ InitRandomeNumber
◆ IToA
◆ NULL
◆ SocketGetErr
◆ TRUE
◆ VOID
◆ BOOL
◆ CHAR
◆ HTTP_HOSTNET
◆ HTTP_INADDR
◆ HTTP_SOCKADDR
◆ HTTP_SOCKADDR_IN
◆ HTTP_TIMEVAL
◆ INT32
◆ UINT16
◆ UINT32
◆ ULONG
| typedef unsigned long ULONG |
◆ HTTPWrapperGetHostByName()
| unsigned long HTTPWrapperGetHostByName |
( |
char * | name, |
|
|
unsigned long * | address ) |
◆ HTTPWrapperGetRandomeNumber()
| int HTTPWrapperGetRandomeNumber |
( |
| ) |
|
◆ HTTPWrapperGetSocketError()
| int HTTPWrapperGetSocketError |
( |
int | s | ) |
|
◆ HTTPWrapperGetUpTime()
| long HTTPWrapperGetUpTime |
( |
| ) |
|
◆ HTTPWrapperInitRandomeNumber()
| void HTTPWrapperInitRandomeNumber |
( |
| ) |
|
◆ HTTPWrapperIsAlNum()
| int HTTPWrapperIsAlNum |
( |
int | c | ) |
|
◆ HTTPWrapperIsAlpha()
| int HTTPWrapperIsAlpha |
( |
int | c | ) |
|
◆ HTTPWrapperIsAscii()
| int HTTPWrapperIsAscii |
( |
int | c | ) |
|
◆ HTTPWrapperItoa()
| char * HTTPWrapperItoa |
( |
char * | buff, |
|
|
int | i ) |
◆ HTTPWrapperShutDown()
| int HTTPWrapperShutDown |
( |
int | s, |
|
|
int | in ) |
◆ HTTPWrapperSSLClose()
| int HTTPWrapperSSLClose |
( |
int | s | ) |
|
◆ HTTPWrapperSSLConnect()
| int HTTPWrapperSSLConnect |
( |
int | s, |
|
|
const struct sockaddr * | name, |
|
|
int | namelen, |
|
|
char * | hostname ) |
◆ HTTPWrapperSSLNegotiate()
| int HTTPWrapperSSLNegotiate |
( |
int | s, |
|
|
const struct sockaddr * | name, |
|
|
int | namelen, |
|
|
char * | hostname ) |
◆ HTTPWrapperSSLRecv()
| int HTTPWrapperSSLRecv |
( |
int | s, |
|
|
char * | buf, |
|
|
int | len, |
|
|
int | flags ) |
◆ HTTPWrapperSSLRecvPending()
| int HTTPWrapperSSLRecvPending |
( |
int | s | ) |
|
◆ HTTPWrapperSSLSend()
| int HTTPWrapperSSLSend |
( |
int | s, |
|
|
char * | buf, |
|
|
int | len, |
|
|
int | flags ) |
◆ HTTPWrapperToLower()
| int HTTPWrapperToLower |
( |
int | c | ) |
|
◆ HTTPWrapperToUpper()
| int HTTPWrapperToUpper |
( |
int | c | ) |
|