
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()
| char * html_quote | ( | const char * | string | ) |
Definition at line 49 of file Quoting.cc.
References code, htmlstandardentities, NULL, xcalloc(), and xfree.
Referenced by ErrorState::compileLegacyCode(), error_html(), Ftp::Gateway::htmlifyListEntry(), munge_other_line(), Security::ErrorDetail::printCaName(), CommonNamesPrinter::printName(), and Security::ErrorDetail::printSubject().
Variable Documentation
◆ code
| unsigned char code |
Definition at line 16 of file Quoting.cc.
Referenced by html_quote().
◆
| struct { ... } htmlstandardentities[] |
Referenced by html_quote().
◆ quote
| const char* quote |
Definition at line 17 of file Quoting.cc.
Referenced by Format::Format::assemble(), Format::AssembleOne(), Format::Format::parse(), Format::Token::parse(), and parse_externalAclHelper().
