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

/bind-9.11.3/lib/isc/
H A Dbase32.c148 } base32_decode_ctx_t; typedef in typeref:struct:__anon215
151 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[],
164 base32_decode_char(base32_decode_ctx_t *ctx, int c) {
259 base32_decode_finish(base32_decode_ctx_t *ctx) {
281 base32_decode_ctx_t ctx;
328 base32_decode_ctx_t ctx;
362 base32_decode_ctx_t ctx;

Completed in 11 milliseconds