#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <w3client.h>#include <w3types.h>#include <w3uri.h>#include <w3error.h>#include <w3string.h>#include <w3comm.h>#include <w3thread.h>#include <w3clientconfig.h>#include <sys/types.h>#include <netinet/in.h>#include <netdb.h>#include <sys/stat.h>#include <fcntl.h>Data Structures | |
| struct | MTDocStruct |
Functions | |
| void | yy_scan_buffer (const char *buffer, int len) |
| void | w3ClientInit () |
| boolean | w3ClientConnect (w3ClientConnection *con) |
| boolean | w3ClientDisconnect (w3ClientConnection *con) |
| boolean | w3ClientGetImagePath (char *uriString, boolean withoutHostname) |
| boolean | w3ClientGetAllImages (w3Document *doc) |
| boolean | w3ClientGetDocument (w3Document *doc) |
| boolean | w3ClientDocToFile (const char *uriString, const char *filename, int port) |
| void * | MTGetDoc (void *arg) |
| boolean | w3ClientDocToFileMT (const char *uriString, const char *filename, int port) |
| boolean | w3ClientJoinAllThreads () |
| boolean | w3ClientDestroyAllThreads () |
Variables | |
| char * | W3_CLIENT_CACHE_DIR = W3_CLIENT_CACHE_DIR_DEF |
| char * | W3_CLIENT_INDEX_HTML = W3_CLIENT_INDEX_HTML_DEF |
| FILE * | yyout |
| clientGlobalStruct | clientGlobal |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6