#include <sys/select.h>#include <string.h>#include <stdlib.h>#include <errno.h>#include <unistd.h>#include <expat.h>#include "../include/appConfig.h"#include "../include/server.h"#include "../include/client.h"#include "../include/socket.h"#include "../include/monitor.h"#include "../include/logRotate.h"#include "../include/signalHandling.h"#include "../include/httpRequest.h"Go to the source code of this file.
Defines | |
| #define | RESPONSE " 200 OK\r\nServer: xmlrpc\r\nStatus: 200\r\nContent-Length: 10\r\nContent-Type: text/plain\r\n\r\n0123456789" |
Functions | |
| void XMLCALL | start (void *data, const char *el, const char **attr) |
| void XMLCALL | end (void *data, const char *el) |
| void | serverRun (tServer *server) |
Variables | |
| int | Depth |
| #define RESPONSE " 200 OK\r\nServer: xmlrpc\r\nStatus: 200\r\nContent-Length: 10\r\nContent-Type: text/plain\r\n\r\n0123456789" |
Definition at line 18 of file serverRun.c.
| void XMLCALL end | ( | void * | data, | |
| const char * | el | |||
| ) |
Definition at line 40 of file serverRun.c.
| void serverRun | ( | tServer * | server | ) |
Definition at line 50 of file serverRun.c.
| void XMLCALL start | ( | void * | data, | |
| const char * | el, | |||
| const char ** | attr | |||
| ) |
Definition at line 23 of file serverRun.c.
| int Depth |
Definition at line 20 of file serverRun.c.
1.5.8