areaDetector
3-13
EPICS areaDetector framework
|
#include "nullhttpd.h"
Functions | |
void | decodeurl (char *pEncoded) |
void | fixslashes (char *pOriginal) |
int | hex2int (char *pChars) |
void | striprn (char *string) |
void | swapchar (char *string, char oldchar, char newchar) |
char * | nullhttpd_strcasestr (const char *src, const char *query) |
char * | strcatf (char *dest, const char *format,...) |
int | printhex (const char *format,...) |
int | printht (const char *format,...) |
void decodeurl | ( | char * | pEncoded | ) |
void fixslashes | ( | char * | pOriginal | ) |
int hex2int | ( | char * | pChars | ) |
char* nullhttpd_strcasestr | ( | const char * | src, |
const char * | query | ||
) |
int printhex | ( | const char * | format, |
... | |||
) |
int printht | ( | const char * | format, |
... | |||
) |
char* strcatf | ( | char * | dest, |
const char * | format, | ||
... | |||
) |
void striprn | ( | char * | string | ) |
void swapchar | ( | char * | string, |
char | oldchar, | ||
char | newchar | ||
) |