Searched refs:ASCII_CLASS (Results 1 – 1 of 1) sorted by relevance
136 const unsigned char ASCII_CLASS[128] = { variable153 if ((ch < 128) && (ASCII_CLASS[ch] & URL_UNSAFE)) { in url_encode()269 if (ASCII_CLASS[ch] & HTML_UNSAFE) { in html_encode()326 if ((ch < 128) && (ASCII_CLASS[ch] & XML_UNSAFE)) { in xml_encode()