Lines Matching refs:nbytes
298 const char *buf, size_t nbytes)
304 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);
308 z->avail_in = (uInt) nbytes;
455 const char *buf, size_t nbytes)
461 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);
466 z->avail_in = (uInt) nbytes;
494 switch(check_gzip_header((unsigned char *) buf, nbytes, &hlen)) {
497 z->avail_in = (uInt) (nbytes - hlen);
509 z->avail_in = (uInt) nbytes;
531 z->avail_in += (uInt) nbytes;
537 memcpy(z->next_in + z->avail_in - nbytes, buf, nbytes);
544 z->next_in = (Bytef *) buf + hlen + nbytes - z->avail_in;
563 z->avail_in = (uInt) nbytes;
570 z->avail_in = (uInt) nbytes;
662 const char *buf, size_t nbytes)
673 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);
682 while((nbytes || r == BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT) &&
687 &nbytes, &src, &dstleft, &dst, NULL);
699 if(nbytes)
757 const char *buf, size_t nbytes)
766 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);
775 in.size = nbytes;
792 if((in.pos == nbytes) && (out.pos < out.size))
910 const char *buf, size_t nbytes)
917 (void) nbytes;
920 return Curl_cwriter_write(data, writer->next, type, buf, nbytes);