Searched refs:HTML_UNSAFE (Results 1 – 1 of 1) sorted by relevance
130 const unsigned char HTML_UNSAFE = 0x2; // "&'<> variable269 if (ASCII_CLASS[ch] & HTML_UNSAFE) { in html_encode()