Lines Matching refs:fz
51 base64encode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn)
65 if (fz >= 3)
67 n = fz % 3;
68 fe += fz - n;
69 fz = n;
120 if (fz)
133 if (fz == 2)
137 *tp++ = (fz == 2) ? m[(b >> 6) & 077] : PAD;
162 base64decode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn)
185 fe = fp + fz;