Lines Matching defs:rv2
3249 int rv2 = 0;
3292 rv2 = nghttp2_session_close_stream(session, opened_stream_id,
3300 if (nghttp2_is_fatal(rv2)) {
3301 return rv2;
3366 int rv2;
3367 rv2 = nghttp2_session_close_stream(session, opened_stream_id,
3370 if (nghttp2_is_fatal(rv2)) {
3371 return rv2;
3937 int rv2;
3939 rv2 = session_call_on_invalid_header(session, frame, &nv);
3940 if (rv2 == NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE) {
3943 if (rv2 != 0) {
3944 return rv2;
3952 rv2 = session_call_error_callback(
3959 if (nghttp2_is_fatal(rv2)) {
3960 return rv2;