base64_decode_ctx  587 maint/gnulib/lib/base64.c   if (!base64_decode_ctx (ctx, in, inlen, *out, &needlen))
base64_decode_ctx   50 maint/gnulib/lib/base64.h extern bool base64_decode_ctx (struct base64_decode_context *ctx,
base64_decode_ctx   59 maint/gnulib/lib/base64.h         base64_decode_ctx (NULL, in, inlen, out, outlen)
base64_decode_ctx  140 maint/gnulib/tests/test-base64.c     ok = base64_decode_ctx (&ctx, b64in, strlen (b64in), out, &len);