areaDetector  3-5-0
EPICS areaDetector framework
Functions
nullhttpd_server.c File Reference
#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)
 

Function Documentation

◆ accept_loop()

void accept_loop ( void *  x)

◆ closeconnect()

int closeconnect ( int  sid,
int  exitflag 
)

◆ daemon()

int daemon ( int  nochdir,
int  noclose 
)

◆ flushbuffer()

void flushbuffer ( int  sid)

◆ flushheader()

void flushheader ( int  sid)

◆ htloop()

unsigned htloop ( void *  x)

◆ init()

void init ( void  )

◆ logaccess()

void logaccess ( int  loglevel,
const char *  format,
  ... 
)

◆ logerror()

void logerror ( const char *  format,
  ... 
)

◆ nullhttpd_getsid()

int nullhttpd_getsid ( void  )

◆ prints()

int prints ( const char *  format,
  ... 
)

◆ server_shutdown()

void server_shutdown ( )

◆ setsigs()

void setsigs ( )

◆ sgets()

int sgets ( char *  buffer,
int  max,
int  fd 
)

◆ sockinit()

int sockinit ( void  )