Lines Matching refs:output
37 multiple of 3 then the output data will be padded at the end using the "="
48 is output plus an additional newline character (i.e. 65 bytes in total). The
49 final block (which may be less than 48 bytes) will output 4 bytes for every 3
51 still output for the final 1 or 2 bytes of input. Similarly a newline character
52 will also be output.
57 B<in>. The output is stored in the buffer B<out> and the number of bytes output
59 buffer at B<out> is sufficiently large to accommodate the output data. Only full
60 blocks of data (48 bytes) will be immediately processed and output by this
63 required size of the output buffer add together the value of B<inl> with the
66 Ensure the output buffer contains 65 bytes of storage for each block, plus an
73 process any partial block of data remaining in the B<ctx> object. The output
76 sufficiently large to accommodate the output data which will never be more than
87 output data will be produced. If B<n> is not divisible by 3 then the block is
88 encoded as a final block of data and the output is padded such that it is always
97 to by B<in>. The output is stored in the buffer B<out> and the number of bytes
98 output is stored in B<*outl>. It is the caller's responsibility to ensure that
99 the buffer at B<out> is sufficiently large to accommodate the output data. This
111 line feeds), 3 bytes of binary output data will be produced (or less at the end
123 by 4. For every 4 input bytes exactly 3 output bytes will be produced. The
124 output will be padded with 0 bits if necessary to ensure that the output is