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

/bind-9.6-ESV-R11/lib/isccc/
H A Dbase64.c52 isc_buffer_t tb; local
57 isc_buffer_init(&tb, target->rstart, target->rend - target->rstart);
59 result = isc_base64_totext(&sr, wordlength, wordbreak, &tb);
63 target->rstart = isc_buffer_used(&tb);

Completed in 8 milliseconds