Lines Matching defs:next_out
1268 BrotliDecoderState* s, size_t* available_out, uint8_t** next_out,
1280 if (next_out && !*next_out) {
1281 *next_out = start;
1283 if (next_out) {
1284 memcpy(*next_out, start, num_written);
1285 *next_out += num_written;
1356 size_t* available_out, uint8_t** next_out, size_t* total_out,
1391 s, available_out, next_out, total_out, BROTLI_FALSE);
2044 uint8_t* next_out = decoded_buffer;
2049 &s, &available_in, &next_in, &available_out, &next_out, &total_out);
2071 size_t* available_out, uint8_t** next_out, size_t* total_out) {
2082 if (*available_out && (!next_out || !*next_out)) {
2086 if (!*available_out) next_out = 0;
2104 available_out, next_out, total_out, BROTLI_TRUE);
2324 available_out, next_out, total_out, s);
2475 s, available_out, next_out, total_out, BROTLI_FALSE);
2531 s, available_out, next_out, total_out, BROTLI_TRUE);