Apache HTTPD
Macros | Functions
ct.c File Reference

Go to the source code of this file.

Macros

#define CHARSET_MAX   41
 

Functions

static const chargetTok (const char **pp)
 
static int matchkey (const char *start, const char *end, const char *key)
 
void getXMLCharset (const char *buf, char *charset)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ CHARSET_MAX

#define CHARSET_MAX   41

Definition at line 34 of file ct.c.

Function Documentation

◆ getTok()

static const char * getTok ( const char **  pp)
static

Definition at line 37 of file ct.c.

◆ getXMLCharset()

void getXMLCharset ( const char buf,
char charset 
)

Definition at line 115 of file ct.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 169 of file ct.c.

◆ matchkey()

static int matchkey ( const char start,
const char end,
const char key 
)
static

Definition at line 105 of file ct.c.