Searched refs:inbuflen (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdata.c | 186 btoa_totext(unsigned char *inbuf, int inbuflen, isc_buffer_t *target); 1715 * Read the ASCII-encoded data from inbuf, of length inbuflen, and convert 1854 * Encode the binary data from inbuf, of length inbuflen, into a 1858 btoa_totext(unsigned char *inbuf, int inbuflen, isc_buffer_t *target) { argument 1864 for (inc = 0; inc < inbuflen; inbuf++, inc++) 1874 snprintf(buf, sizeof(buf), "x %d %x %x %x", inbuflen, Ceor, Csum, Crot);
|
Completed in 613 milliseconds