Lines Matching defs:rv2
3254 int rv2 = 0;
3297 rv2 = nghttp2_session_close_stream(session, opened_stream_id,
3305 if (nghttp2_is_fatal(rv2)) {
3306 return rv2;
3371 int rv2;
3372 rv2 = nghttp2_session_close_stream(session, opened_stream_id,
3375 if (nghttp2_is_fatal(rv2)) {
3376 return rv2;
3942 int rv2;
3944 rv2 = session_call_on_invalid_header(session, frame, &nv);
3945 if (rv2 == NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE) {
3948 if (rv2 != 0) {
3949 return rv2;
3957 rv2 = session_call_error_callback(
3964 if (nghttp2_is_fatal(rv2)) {
3965 return rv2;