Quoting.cc File Reference
#include "squid.h"
#include "html/Quoting.h"
Include dependency graph for Quoting.cc:

Go to the source code of this file.

Functions

char * html_quote (const char *string)
 

Variables

struct {
   unsigned char   code
 
   const char *   quote
 
htmlstandardentities []
 

Function Documentation

◆ html_quote()

Variable Documentation

◆ code

unsigned char code

Definition at line 16 of file Quoting.cc.

Referenced by html_quote().

◆ 

struct { ... } htmlstandardentities[]
Initial value:
=
{
{
'<', "&lt;"
},
{
'>', "&gt;"
},
{
'"', "&quot;"
},
{
'&', "&amp;"
},
{
'\'', "&#39;"
},
{
0, NULL
}
}
#define NULL
Definition: types.h:145

Referenced by html_quote().

◆ quote

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors