Searched refs:ICONV_INBUF_TYPE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/apr-util/xlate/
H A Dxlate.c47 #define ICONV_INBUF_TYPE const char ** macro
49 #define ICONV_INBUF_TYPE char ** macro
120 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr,
160 rv = apr_iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr,
343 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr,

Completed in 45 milliseconds