Searched refs:in_tail (Results 1 – 1 of 1) sorted by relevance
226 const char *in_tail; in read_base64() local254 in_tail = buf; in read_base64()257 out_tail = decode_base32(buf, &in_tail); in read_base64()260 out_tail = decode_base64(buf, &in_tail); in read_base64()266 if (*in_tail == '\0') in read_base64()273 in_count = strlen(in_tail); in read_base64()274 memmove(buf, in_tail, in_count); in read_base64()