html_quote.c File Reference
#include "squid.h"
#include "html_quote.h"
Include dependency graph for html_quote.c:

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

◆ 

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

Referenced by html_quote().

◆ quote

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors