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

Function Documentation

◆ decodeurl()

void decodeurl ( char *  pEncoded)

◆ fixslashes()

void fixslashes ( char *  pOriginal)

◆ hex2int()

int hex2int ( char *  pChars)

◆ nullhttpd_strcasestr()

char* nullhttpd_strcasestr ( const char *  src,
const char *  query 
)

◆ printhex()

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

◆ printht()

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

◆ strcatf()

char* strcatf ( char *  dest,
const char *  format,
  ... 
)

◆ striprn()

void striprn ( char *  string)

◆ swapchar()

void swapchar ( char *  string,
char  oldchar,
char  newchar 
)