Lines Matching refs:output
38 multiple of 3 then the output data will be padded at the end using the "="
50 is output plus an additional newline character (i.e. 65 bytes in total). The
51 final block (which may be less than 48 bytes) will output 4 bytes for every 3
53 still output for the final 1 or 2 bytes of input. Similarly a newline character
54 will also be output.
59 B<in>. The output is stored in the buffer B<out> and the number of bytes output
61 buffer at B<out> is sufficiently large to accommodate the output data. Only full
62 blocks of data (48 bytes) will be immediately processed and output by this
65 required size of the output buffer add together the value of B<inl> with the
68 Ensure the output buffer contains 65 bytes of storage for each block, plus an
75 process any partial block of data remaining in the B<ctx> object. The output
78 sufficiently large to accommodate the output data which will never be more than
89 output data will be produced. If B<n> is not divisible by 3 then the block is
90 encoded as a final block of data and the output is padded such that it is always
100 The output is stored in the buffer B<out> and the number of bytes output is
103 sufficiently large to accommodate the output data.
132 and line feeds), 3 bytes of binary output data will be produced (except at the
149 For every 4 input bytes exactly 3 output bytes will be produced.
152 bytes at the tail of the returned output.