Home
last modified time | relevance | path

Searched refs:RAW_ASCII_CHAR (Results 1 – 2 of 2) sorted by relevance

/external/cronet/stable/third_party/apache-portable-runtime/src/encoding/
Dapr_escape.c69 #define RAW_ASCII_CHAR(ch) convert_e2a[(unsigned char)ch] macro
71 #define RAW_ASCII_CHAR(ch) (ch) macro
759 *d = RAW_ASCII_CHAR(val); in apr_unescape_entity()
780 *d = RAW_ASCII_CHAR(((const unsigned char *) ents)[j]); in apr_unescape_entity()
/external/cronet/tot/third_party/apache-portable-runtime/src/encoding/
Dapr_escape.c69 #define RAW_ASCII_CHAR(ch) convert_e2a[(unsigned char)ch] macro
71 #define RAW_ASCII_CHAR(ch) (ch) macro
759 *d = RAW_ASCII_CHAR(val); in apr_unescape_entity()
780 *d = RAW_ASCII_CHAR(((const unsigned char *) ents)[j]); in apr_unescape_entity()