base64_decode_alloc_ctx   54 maint/gnulib/lib/base64.h extern bool base64_decode_alloc_ctx (struct base64_decode_context *ctx,
base64_decode_alloc_ctx   62 maint/gnulib/lib/base64.h         base64_decode_alloc_ctx (NULL, in, inlen, out, outlen)
base64_decode_alloc_ctx  148 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, b64in, strlen (b64in), &p, &len);
base64_decode_alloc_ctx  160 maint/gnulib/tests/test-base64.c     ok = base64_decode_alloc_ctx (&ctx, newlineb64, strlen (newlineb64), &p, &len);
base64_decode_alloc_ctx  171 maint/gnulib/tests/test-base64.c     ok = base64_decode_alloc_ctx (&ctx, "YW\nJjZGVmZ2hp", 13, &p, &len);
base64_decode_alloc_ctx  179 maint/gnulib/tests/test-base64.c     ok = base64_decode_alloc_ctx (&ctx, "YW\n", 3, &p, &len);
base64_decode_alloc_ctx  184 maint/gnulib/tests/test-base64.c     ok = base64_decode_alloc_ctx (&ctx, "JjZGVmZ2", 8, &p, &len);
base64_decode_alloc_ctx  190 maint/gnulib/tests/test-base64.c     ok = base64_decode_alloc_ctx (&ctx, "hp", 2, &p, &len);
base64_decode_alloc_ctx  196 maint/gnulib/tests/test-base64.c     ok = base64_decode_alloc_ctx (&ctx, "", 0, &p, &len);
base64_decode_alloc_ctx  207 maint/gnulib/tests/test-base64.c     ok = base64_decode_alloc_ctx (&ctx, newlineb64, strlen (newlineb64), &p, &len);
base64_decode_alloc_ctx  213 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, " ! ", 3, &p, &len);
base64_decode_alloc_ctx  216 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "abc\ndef", 7, &p, &len);
base64_decode_alloc_ctx  219 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aa", 2, &p, &len);
base64_decode_alloc_ctx  222 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aa=", 3, &p, &len);
base64_decode_alloc_ctx  225 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aax", 3, &p, &len);
base64_decode_alloc_ctx  228 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aa=X", 4, &p, &len);
base64_decode_alloc_ctx  231 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aa=X", 4, &p, &len);
base64_decode_alloc_ctx  234 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aax=X", 5, &p, &len);