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

/bind-9.11.3/lib/isccc/
H A Dbase64.c43 isc_buffer_t tb; local
48 isc_buffer_init(&tb, target->rstart,
51 result = isc_base64_totext(&sr, wordlength, wordbreak, &tb);
55 target->rstart = isc_buffer_used(&tb);

Completed in 10 milliseconds