areaDetector
3-5-0
EPICS areaDetector framework
|
#include "nullhttpd.h"
Functions | |
void | logaccess (int loglevel, const char *format,...) |
void | logerror (const char *format,...) |
int | nullhttpd_getsid () |
void | flushheader (int sid) |
void | flushbuffer (int sid) |
int | prints (const char *format,...) |
int | sgets (char *buffer, int max, int fd) |
int | closeconnect (int sid, int exitflag) |
int | daemon (int nochdir, int noclose) |
void | server_shutdown () |
void | setsigs () |
int | sockinit () |
void | init () |
unsigned | htloop (void *x) |
void | accept_loop (void *x) |
void accept_loop | ( | void * | x | ) |
int closeconnect | ( | int | sid, |
int | exitflag | ||
) |
int daemon | ( | int | nochdir, |
int | noclose | ||
) |
void flushbuffer | ( | int | sid | ) |
void flushheader | ( | int | sid | ) |
unsigned htloop | ( | void * | x | ) |
void init | ( | void | ) |
void logaccess | ( | int | loglevel, |
const char * | format, | ||
... | |||
) |
void logerror | ( | const char * | format, |
... | |||
) |
int nullhttpd_getsid | ( | void | ) |
int prints | ( | const char * | format, |
... | |||
) |
void server_shutdown | ( | ) |
void setsigs | ( | ) |
int sgets | ( | char * | buffer, |
int | max, | ||
int | fd | ||
) |
int sockinit | ( | void | ) |