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

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dbase64.c108 } base64_decode_ctx_t; typedef in typeref:struct:__anon226
111 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target)
120 base64_decode_char(base64_decode_ctx_t *ctx, int c) {
171 base64_decode_finish(base64_decode_ctx_t *ctx) {
181 base64_decode_ctx_t ctx;
211 base64_decode_ctx_t ctx;
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dbase64.c108 } base64_decode_ctx_t; typedef in typeref:struct:__anon62
111 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target)
120 base64_decode_char(base64_decode_ctx_t *ctx, int c) {
171 base64_decode_finish(base64_decode_ctx_t *ctx) {
181 base64_decode_ctx_t ctx;
211 base64_decode_ctx_t ctx;

Completed in 65 milliseconds