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

/freebsd-11-stable/contrib/apr-util/xlate/
H A Dxlate.c109 char *inbufptr = inbuf; local
120 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr,
148 char *inbufptr = inbuf; local
160 rv = apr_iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr,
293 const char *inbufptr = inbuf; local
296 status = apr_iconv(convset->ich, &inbufptr, inbytes_left,
340 const char *inbufptr = inbuf;
343 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr,

Completed in 47 milliseconds