Lines Matching full:will
129 data will be produced, plus some occasional newlines.
131 will be padded at the end using the "=" character.
145 The final block, which may be less than 48 bytes, will output 4 bytes
149 Similarly a newline character will also be output.
168 Only full blocks of data (48 bytes) will be immediately processed and
172 object and will be processed by a subsequent call to
182 This gives the number of blocks of data that will be processed.
189 will set
192 On success 1 will be returned.
196 It will process any partial block of data remaining in the
199 The output data will be stored in
201 and the length of the data written will be stored in
205 is sufficiently large to accommodate the output data, which will
216 For every 3 bytes of input provided, 4 bytes of output data will be
223 Additionally a NUL terminator character will be added.
248 This function will attempt to decode as much data as possible in 4-byte
252 the end will be held in the
266 will be produced, or less at the end of the data where the padding
275 The function will return -1 in this case.
279 will decode the block of
285 Any leading whitespace will be trimmed as will any trailing whitespace,
290 For every 4 input bytes, exactly 3 output bytes will be produced.
291 The output will be padded with 0 bits if necessary to ensure that the
293 This function will return the length of the data decoded or -1 on error.