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

/bind-9.6-ESV-R11/lib/dns/
H A Drdata.c1648 static isc_result_t byte_btoa(int c, isc_buffer_t *, struct state *state);
1792 byte_btoa(int c, isc_buffer_t *target, struct state *state) { function
1865 RETERR(byte_btoa(*inbuf, target, state));
1868 RETERR(byte_btoa(0, target, state));

Completed in 38 milliseconds