Lines Matching defs:data
2127 * Returns the maximum length of next data read. If the
2172 /* Request body data */
2184 /* Response body data */
2355 next_readmax, frame, &item->aux_data.data,
2869 aux_data = &item->aux_data.data;
3149 aux_data = &item->aux_data.data;
3151 /* On EOF, we have already detached data. Please note that
3154 which attach data to stream. We don't want to detach it. */
3167 further data. */
3195 length = frame->hd.length - frame->data.padlen;
3196 aux_data = &item->aux_data.data;
3387 if (item->aux_data.data.no_copy) {
3544 const uint8_t *data = NULL;
3552 datalen = nghttp2_session_mem_send_internal(session, &data, 0);
3556 sentlen = session->callbacks.send_callback(session, data, (size_t)datalen,
3685 const uint8_t *data, size_t len) {
3692 session, &frame->hd, data, len, session->user_data);
5487 /* We don't have to send WINDOW_UPDATE if the data received is the
5790 * This function returns the effective payload length in the data of
5793 * strictly before this data chunk, this function returns -1.
5886 "Remote peer returned unexpected data while we expected "
7023 iframe->frame.data.padlen = (size_t)padlen;
7097 /* Consume all data for connection immediately here */
7363 /* If these flag is set, we don't want to write any data. The
7754 frame->data.padlen = 0;
7765 frame->data.padlen = (size_t)(padded_payloadlen - payloadlen);
7769 nghttp2_frame_add_pad(bufs, &frame->hd, frame->data.padlen,