Lines Matching refs:rv

229   int rv;
233 rv = nghttp3_ringbuf_reserve(frq, nlen);
234 if (rv != 0) {
235 return rv;
249 int rv;
257 rv = nghttp3_stream_write_settings(stream, frent);
258 if (rv != 0) {
259 return rv;
263 rv = nghttp3_stream_write_headers(stream, frent);
264 if (rv != 0) {
265 return rv;
270 rv = nghttp3_stream_write_data(stream, &data_eof, frent);
271 if (rv != 0) {
272 return rv;
282 rv = nghttp3_stream_write_goaway(stream, frent);
283 if (rv != 0) {
284 return rv;
288 rv = nghttp3_stream_write_priority_update(stream, frent);
289 if (rv != 0) {
290 return rv;
314 int rv;
316 rv = nghttp3_stream_ensure_chunk(stream, len);
317 if (rv != 0) {
318 return rv;
333 int rv;
362 rv = nghttp3_stream_ensure_chunk(stream, len);
363 if (rv != 0) {
364 return rv;
381 int rv;
387 rv = nghttp3_stream_ensure_chunk(stream, len);
388 if (rv != 0) {
389 return rv;
406 int rv;
412 rv = nghttp3_stream_ensure_chunk(stream, len);
413 if (rv != 0) {
414 return rv;
446 int rv;
456 rv = nghttp3_qpack_encoder_encode(qenc, &pbuf, rbuf, ebuf,
458 if (rv != 0) {
475 rv = nghttp3_stream_ensure_chunk(stream, len);
476 if (rv != 0) {
491 rv = nghttp3_stream_outq_add(stream, &tbuf);
492 if (rv != 0) {
497 rv = nghttp3_stream_outq_add(stream, &tbuf);
498 if (rv != 0) {
506 rv = nghttp3_stream_outq_add(stream, &tbuf);
507 if (rv != 0) {
517 rv = nghttp3_stream_outq_add(qenc_stream, &tbuf);
518 if (rv != 0) {
519 return rv;
525 rv = nghttp3_stream_ensure_chunk(qenc_stream, ebuflen);
526 if (rv != 0) {
536 rv = nghttp3_stream_outq_add(qenc_stream, &tbuf);
537 if (rv != 0) {
551 return rv;
556 int rv;
624 rv = nghttp3_stream_ensure_chunk(stream, len);
625 if (rv != 0) {
626 return rv;
636 rv = nghttp3_stream_outq_add(stream, &tbuf);
637 if (rv != 0) {
638 return rv;
650 rv = nghttp3_stream_outq_add(stream, &tbuf);
651 if (rv != 0) {
652 return rv;
663 int rv;
679 rv = nghttp3_stream_ensure_chunk(stream, len);
680 if (rv != 0) {
681 return rv;
702 int rv;
735 rv = nghttp3_ringbuf_reserve(outq, nlen);
736 if (rv != 0) {
737 return rv;
752 int rv;
777 rv = nghttp3_ringbuf_reserve(chunks, nlen);
778 if (rv != 0) {
779 return rv;
934 int rv;
943 rv = stream->callbacks.acked_data(stream, stream->node.nid.id, nack,
945 if (rv != 0) {
953 rv = stream_pop_outq_entry(stream, tbuf);
954 if (rv != 0) {
955 return rv;
993 int rv;
1008 rv = nghttp3_ringbuf_reserve(inq, nlen);
1009 if (rv != 0) {
1010 return rv;
1047 int rv;
1079 rv = nghttp3_http_on_remote_end_stream(stream);
1080 if (rv != 0) {
1081 return rv;
1107 rv = nghttp3_http_on_remote_end_stream(stream);
1108 if (rv != 0) {
1109 return rv;
1128 rv = nghttp3_http_on_remote_end_stream(stream);
1129 if (rv != 0) {
1130 return rv;
1168 rv = nghttp3_http_on_remote_end_stream(stream);
1169 if (rv != 0) {
1170 return rv;
1196 rv = nghttp3_http_on_remote_end_stream(stream);
1197 if (rv != 0) {
1198 return rv;
1215 rv = nghttp3_http_on_remote_end_stream(stream);
1216 if (rv != 0) {
1217 return rv;