Home
last modified time | relevance | path

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

/trueos/contrib/apr/encoding/
HDapr_escape.c69 #define RAW_ASCII_CHAR(ch) convert_e2a[(unsigned char)ch] macro
71 #define RAW_ASCII_CHAR(ch) (ch) macro