Lines Matching defs:nread
534 // Reset nread for the next chunk and also reset the extensions counter
542 // Reset nread for the next chunk
772 void OnStreamRead(ssize_t nread, const uv_buf_t& buf) override {
784 if (nread < 0) {
785 PassReadErrorToPreviousListener(nread);
790 if (nread == 0)
793 Local<Value> ret = Execute(buf.base, nread);
806 current_buffer_len_ = nread;
833 size_t nread = len;
835 nread = llhttp_get_error_pos(&parser_) - data;
857 Local<Integer> nread_obj = Integer::New(env()->isolate(), nread);