base32_decode_ctx 575 maint/gnulib/lib/base32.c if (!base32_decode_ctx (ctx, in, inlen, *out, &needlen)) base32_decode_ctx 46 maint/gnulib/lib/base32.h extern bool base32_decode_ctx (struct base32_decode_context *ctx, base32_decode_ctx 55 maint/gnulib/lib/base32.h base32_decode_ctx (NULL, in, inlen, out, outlen) base32_decode_ctx 163 maint/gnulib/tests/test-base32.c ok = base32_decode_ctx (&ctx, b32in, strlen (b32in), out, &len);