Lines Matching refs:next
223 result = Curl_cwriter_write(data, writer->next, type, decomp,
271 at the next call, assume output has already started. */
304 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);
461 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);
477 /* This next mess is to get around the potential case where there isn't
479 * malloc a block and copy what we have then wait for the next call. If
481 * make the block bigger, copy the next part in and keep waiting.
575 /* We don't have any data to inflate; wait until next time */
673 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);
688 result = Curl_cwriter_write(data, writer->next, type,
766 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);
787 result = Curl_cwriter_write(data, writer->next, type,
920 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);