Apache HTTPD
Functions
xmlmime.c File Reference
#include <string.h>
#include "xmlmime.h"

Go to the source code of this file.

Functions

static const char * getTok (const char **pp)
 
static int matchkey (const char *start, const char *end, const char *key)
 
void getXMLCharset (const char *buf, char *charset)
 

Function Documentation

◆ getTok()

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

Definition at line 39 of file xmlmime.c.

◆ getXMLCharset()

void getXMLCharset ( const char *  buf,
char *  charset 
)

Definition at line 120 of file xmlmime.c.

◆ matchkey()

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

Definition at line 110 of file xmlmime.c.