#include <stdio.h>#include <expat.h>#include "httpRequest.h"Go to the source code of this file.
Data Structures | |
| struct | tClient |
Defines | |
| #define | READBUFSIZE 2048 |
| #define | CLIENTMULTMAX 512U |
| #define | READ_ERR_LONGLINE -2 |
| #define | READ_ERR_MEMORY -3 |
Functions | |
| void | clientClose (tClient *client) |
| int | clientRead (tClient *client) |
| int | clientWrite (tClient *client) |
| char * | clientGetLine (tClient *, const char *, unsigned int *) |
| char * | clientRemoveLine (tClient *, const char *, unsigned int *) |
Variables | |
| int | verbose |
| void clientClose | ( | tClient * | client | ) |
Definition at line 12 of file clientClose.c.
| char* clientGetLine | ( | tClient * | , | |
| const char * | , | |||
| unsigned int * | ||||
| ) |
Definition at line 151 of file clientRead.c.
| int clientRead | ( | tClient * | client | ) |
Definition at line 53 of file clientRead.c.
| char* clientRemoveLine | ( | tClient * | , | |
| const char * | , | |||
| unsigned int * | ||||
| ) |
Definition at line 164 of file clientRead.c.
| int clientWrite | ( | tClient * | client | ) |
| int verbose |
1.5.8