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

/bind-9.11.3/lib/isc/
H A Dbase64.c99 } base64_decode_ctx_t; typedef in typeref:struct:__anon216
102 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target)
111 base64_decode_char(base64_decode_ctx_t *ctx, int c) {
162 base64_decode_finish(base64_decode_ctx_t *ctx) {
172 base64_decode_ctx_t ctx;
202 base64_decode_ctx_t ctx;

Completed in 10 milliseconds