Lines Matching defs:error
371 int error;
373 error = nghttp2_submit_data(client->session, NGHTTP2_FLAG_END_STREAM,
376 if (error) {
377 std::cerr << "[ERROR] nghttp2_submit_data() returned error: "
378 << nghttp2_strerror(error) << std::endl;
535 << "() returned error: " << nghttp2_strerror(stream_id)
1173 std::cerr << "[ERROR] nghttp2_session_upgrade() returned error: "
1270 std::cerr << "[ERROR] nghttp2_session_mem_recv() returned error: "
1296 std::cerr << "[ERROR] nghttp2_session_send() returned error: "
2570 std::cerr << "[ERROR] I/O error while reading from STDIN"
2578 std::cerr << "[ERROR] I/O error while writing to temporary file"