Searched refs:BASE_LENGTH (Results 1 – 1 of 1) sorted by relevance
205 # define BASE_LENGTH BASE32_LENGTH macro221 # define BASE_LENGTH BASE64_LENGTH macro239 # define BASE_LENGTH base_length macro1094 outbuf = xmalloc (BASE_LENGTH (ENC_BLOCKSIZE)); in do_encode()1112 base_encode (inbuf, sum, outbuf, BASE_LENGTH (sum)); in do_encode()1114 wrap_write (outbuf, BASE_LENGTH (sum), wrap_column, in do_encode()1138 inbuf = xmalloc (BASE_LENGTH (DEC_BLOCKSIZE)); in do_decode()1154 1, BASE_LENGTH (DEC_BLOCKSIZE) - sum, in); in do_decode()1172 while (sum < BASE_LENGTH (DEC_BLOCKSIZE) && !feof (in)); in do_decode()