Searched refs:b64 (Results 1 – 2 of 2) sorted by relevance
346 size_t read_next_b64_code(uint8_t **b64, size_t *max_len) in read_next_b64_code() argument384 (*b64)[len++] = c; in read_next_b64_code()391 ptr = realloc(*b64, new_size); in read_next_b64_code()396 *b64 = ptr; in read_next_b64_code()398 (*b64)[len++] = c; in read_next_b64_code()
1 // Ensure that the b64 parser continues after encountering a 0xFF