Apache HTTPD
Macros | Functions | Variables
internal.h File Reference
#include <limits.h>
#include "expat.h"

Go to the source code of this file.

Macros

#define FASTCALL
 
#define PTRCALL
 
#define PTRFASTCALL
 
#define inline
 
#define EXPAT_FMT_ULL(midpart)   "%" midpart "llu"
 
#define UNUSED_P(p)   (void)p
 
#define EXPAT_BILLION_LAUGHS_ATTACK_PROTECTION_MAXIMUM_AMPLIFICATION_DEFAULT    100.0f
 
#define EXPAT_BILLION_LAUGHS_ATTACK_PROTECTION_ACTIVATION_THRESHOLD_DEFAULT    8388608
 

Functions

void _INTERNAL_trim_to_complete_utf8_characters (const char *from, const char **fromLimRef)
 

Variables

const XML_Bool g_reparseDeferralEnabledDefault
 

Macro Definition Documentation

◆ EXPAT_BILLION_LAUGHS_ATTACK_PROTECTION_ACTIVATION_THRESHOLD_DEFAULT

#define EXPAT_BILLION_LAUGHS_ATTACK_PROTECTION_ACTIVATION_THRESHOLD_DEFAULT    8388608

Definition at line 146 of file internal.h.

◆ EXPAT_BILLION_LAUGHS_ATTACK_PROTECTION_MAXIMUM_AMPLIFICATION_DEFAULT

#define EXPAT_BILLION_LAUGHS_ATTACK_PROTECTION_MAXIMUM_AMPLIFICATION_DEFAULT    100.0f

Definition at line 144 of file internal.h.

◆ EXPAT_FMT_ULL

#define EXPAT_FMT_ULL (   midpart)    "%" midpart "llu"

Definition at line 124 of file internal.h.

◆ FASTCALL

#define FASTCALL

Definition at line 83 of file internal.h.

◆ inline

#define inline

Definition at line 106 of file internal.h.

◆ PTRCALL

#define PTRCALL

Definition at line 87 of file internal.h.

◆ PTRFASTCALL

#define PTRFASTCALL

Definition at line 91 of file internal.h.

◆ UNUSED_P

#define UNUSED_P (   p)    (void)p

Definition at line 137 of file internal.h.

Function Documentation

◆ _INTERNAL_trim_to_complete_utf8_characters()

void _INTERNAL_trim_to_complete_utf8_characters ( const char from,
const char **  fromLimRef 
)

Definition at line 328 of file xmltok.c.

Variable Documentation

◆ g_reparseDeferralEnabledDefault

const XML_Bool g_reparseDeferralEnabledDefault
extern

Definition at line 637 of file xmlparse.c.