Apache HTTPD
Macros | Functions
filemap.h File Reference
#include <limits.h>
#include <stddef.h>

Go to the source code of this file.

Macros

#define XML_MAX_CHUNK_LEN   (INT_MAX / 2 + 1)
 

Functions

int filemap (const char *name, void(*processor)(const void *, size_t, const char *, void *arg), void *arg)
 

Macro Definition Documentation

◆ XML_MAX_CHUNK_LEN

#define XML_MAX_CHUNK_LEN   (INT_MAX / 2 + 1)

Definition at line 45 of file filemap.h.

Function Documentation

◆ filemap()

int filemap ( const char name,
void(*)(const void *, size_t, const char *, void *arg processor,
void *  arg 
)

Definition at line 86 of file readfilemap.c.