Lines Matching defs:error

56 #error too old nghttp2 version, upgrade!
117 /* this returns number of bytes it wrote or a negative number on error. */
190 uint32_t error; /* stream error code */
265 stream->error = NGHTTP2_NO_ERROR;
296 /* returns error if stream not known, which is fine here */
317 /* give WINDOW_UPATE a chance to be sent, but ignore any error */
538 * This function returns 0 if it succeeds, or -1 and error code will
611 /* immediate error, considered dead */
906 failf(data, "error setting up stream: %d", result);
1120 "FRAME[RST_STREAM, len=%d, flags=%d, error=%u]",
1151 return msnprintf(buffer, blen, "FRAME[GOAWAY, error=%d, reason='%s', "
1244 infof(data, "received GOAWAY, error=%d, last_stream=%u",
1346 stream->error = error_code;
1347 if(stream->error) {
1352 if(stream->error)
1414 internal error more than anything else! */
1442 * error of type PROTOCOL_ERROR."
1576 internal error more than anything else! */
1695 if(stream->error == NGHTTP2_REFUSED_STREAM) {
1703 else if(stream->error != NGHTTP2_NO_ERROR) {
1705 stream->id, nghttp2_http2_strerror(stream->error),
1706 stream->error);
1718 " all response header fields, treated as error",
1829 CURL_TRC_CF(data, cf, "nghttp2_session_send error (%s)%d",
2098 CURL_TRC_CF(data, cf, "send: nghttp2_submit_request error (%s)%u",
2203 * error situation. */
2289 * closed, this is an error state for out transfer */
2793 failf(data, "error on copying HTTP Upgrade response: %d", result);
2819 CURLE_HTTP2_STREAM error! */
2823 return (stream && stream->error == NGHTTP2_HTTP_1_1_REQUIRED);