Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/private/
H A Dapr_encode_private.h55 static int convert_e2a[256] = { variable
72 #define decode ENCODE_TO_ASCII(ch) convert_e2a[(unsigned char)ch]
/freebsd-13.1/contrib/apr/encoding/
H A Dapr_escape.c293 what = convert_e2a[(unsigned char)what]; in c2x()