Lines Matching refs:rv

73   int rv;
84 rv = NGHTTP2_ERR_NOMEM;
102 rv = NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE;
120 rv = nghttp2_session_add_item(session, item);
122 if (rv != 0) {
139 return rv;
148 int rv;
162 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem);
163 if (rv < 0) {
164 return rv;
187 int rv;
201 rv = detect_self_dependency(session, stream_id, pri_spec);
202 if (rv != 0) {
203 return rv;
224 int rv;
261 rv = nghttp2_session_add_item(session, item);
263 if (rv != 0) {
267 return rv;
324 int rv;
354 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem);
355 if (rv < 0) {
357 return rv;
368 rv = nghttp2_session_add_item(session, item);
370 if (rv != 0) {
374 return rv;
383 int rv;
391 rv = nghttp2_adjust_local_window_size(
394 if (rv != 0) {
395 return rv;
403 rv = nghttp2_adjust_local_window_size(
406 if (rv != 0) {
407 return rv;
431 int rv;
451 rv = nghttp2_increase_local_window_size(
455 if (rv != 0) {
456 return rv;
484 rv = nghttp2_increase_local_window_size(
488 if (rv != 0) {
489 return rv;
513 int rv;
555 rv = NGHTTP2_ERR_NOMEM;
571 rv = nghttp2_session_add_item(session, item);
572 if (rv != 0) {
576 return rv;
584 return rv;
597 int rv;
639 rv = NGHTTP2_ERR_NOMEM;
654 rv = nghttp2_session_add_item(session, item);
655 if (rv != 0) {
659 return rv;
667 return rv;
679 int rv;
710 rv = NGHTTP2_ERR_NOMEM;
726 rv = nghttp2_session_add_item(session, item);
727 if (rv != 0) {
731 return rv;
739 return rv;
762 int rv;
770 rv = detect_self_dependency(session, -1, pri_spec);
771 if (rv != 0) {
772 return rv;
813 int rv;
842 rv = nghttp2_session_add_item(session, item);
843 if (rv != 0) {
846 return rv;
867 int rv;
892 rv = nghttp2_session_add_item(session, item);
893 if (rv != 0) {
896 return rv;