Searched refs:RAW_ASCII_CHAR (Results 1 – 2 of 2) sorted by relevance
69 #define RAW_ASCII_CHAR(ch) convert_e2a[(unsigned char)ch] macro71 #define RAW_ASCII_CHAR(ch) (ch) macro759 *d = RAW_ASCII_CHAR(val); in apr_unescape_entity()780 *d = RAW_ASCII_CHAR(((const unsigned char *) ents)[j]); in apr_unescape_entity()