base32_decode_alloc_ctx 50 maint/gnulib/lib/base32.h extern bool base32_decode_alloc_ctx (struct base32_decode_context *ctx, base32_decode_alloc_ctx 58 maint/gnulib/lib/base32.h base32_decode_alloc_ctx (NULL, in, inlen, out, outlen) base32_decode_alloc_ctx 171 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, b32in, strlen (b32in), &p, &len); base32_decode_alloc_ctx 183 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, newlineb32, strlen (newlineb32), &p, &len); base32_decode_alloc_ctx 194 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "MFRGGZDFM\nZTWQ2LK", 17, &p, &len); base32_decode_alloc_ctx 202 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "MF\n", 3, &p, &len); base32_decode_alloc_ctx 207 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "RGGZDFMZ", 8, &p, &len); base32_decode_alloc_ctx 213 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "TWQ2LK", 6, &p, &len); base32_decode_alloc_ctx 219 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, "", 0, &p, &len); base32_decode_alloc_ctx 230 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (&ctx, newlineb32, strlen (newlineb32), &p, &len); base32_decode_alloc_ctx 236 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, " ! ", 3, &p, &len); base32_decode_alloc_ctx 239 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "ABC\nDEF", 7, &p, &len); base32_decode_alloc_ctx 242 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AA", 2, &p, &len); base32_decode_alloc_ctx 245 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AA=", 3, &p, &len); base32_decode_alloc_ctx 248 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AABBAAxx", 8, &p, &len); base32_decode_alloc_ctx 251 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AABBAA=X", 8, &p, &len); base32_decode_alloc_ctx 254 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AABBAA=X", 8, &p, &len); base32_decode_alloc_ctx 257 maint/gnulib/tests/test-base32.c ok = base32_decode_alloc_ctx (NULL, "AABBAA=A", 8, &p, &len);