Quoting.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * html_quote (const char *)
 

Function Documentation

◆ html_quote()

char* html_quote ( const char *  )

Obtain a static buffer containing an HTML-encoded version of the given c-string.

HTML reserved characters are replaced with character references per https://html.spec.whatwg.org/#character-references

Definition at line 42 of file Quoting.cc.

References EscapeSequences(), xcalloc(), and xfree.

Referenced by ErrorState::compileLegacyCode(), Ftp::Gateway::htmlifyListEntry(), CommonNamesPrinter::matchDomainName(), Security::ErrorDetail::printCaName(), Security::ErrorDetail::printSubject(), and TestHtmlQuote::test_html_quote_cstr().

 

Introduction

Documentation

Support

Miscellaneous