Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/private/
H A Dapr_encode_private.h37 static int convert_a2e[256] = { variable
73 #define decode ENCODE_TO_NATIVE(ch) convert_a2e[(unsigned char)ch]