Searched defs:inbuf (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dconverter.c907 char *inbuf, *outbuf; local
960 inbuf = utf8;
962 sz = iconv(ictx, (const char **)&inbuf, &inleft, &to, &outleft);
/bind-9.11.3/lib/dns/
H A Drdata.c190 btoa_totext(unsigned char *inbuf, int inbuflen, isc_buffer_t *target);
1985 * Read the ASCII-encoded data from inbuf, of length inbuflen, and convert
2128 * Encode the binary data from inbuf, of length inbuflen, into a
2132 btoa_totext(unsigned char *inbuf, int inbuflen, isc_buffer_t *target) { argument
2138 for (inc = 0; inc < inbuflen; inbuf++, inc++)
2139 RETERR(byte_btoa(*inbuf, target, state));

Completed in 14 milliseconds