Home
last modified time | relevance | path

Searched refs:error_status (Results 1 – 21 of 21) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c290 if (request.error_status == SNMP_ERR_NOERROR) { in snmp_receive()
311 switch (request.error_status) { in snmp_receive()
355 request.error_status = SNMP_ERR_NOERROR; in snmp_receive()
370 && (request.error_status == SNMP_ERR_NOERROR) in snmp_receive()
411 …request->error_status = snmp_get_next_node_instance_from_oid(vb->oid.id, vb->oid.len, snmp_msg_get… in snmp_process_varbind()
413 if (request->error_status == SNMP_ERR_NOERROR) { in snmp_process_varbind()
417 … request->error_status = snmp_get_node_instance_from_oid(vb->oid.id, vb->oid.len, &node_instance); in snmp_process_varbind()
419 if (request->error_status == SNMP_ERR_NOERROR) { in snmp_process_varbind()
421 request->error_status = snmp_msg_getnext_validate_node_inst(&node_instance, request); in snmp_process_varbind()
423 if (request->error_status != SNMP_ERR_NOERROR) { in snmp_process_varbind()
[all …]
Dsnmp_msg.h98 s32_t error_status; member
/third_party/boost/libs/spirit/classic/test/
Dexception_tests.cpp20 error_status<>
24 return error_status<>(error_status<>::fail); in operator ()()
/third_party/boost/libs/spirit/classic/example/fundamental/
Derror_handling.cpp26 error_status<>
30 return error_status<>(error_status<>::fail); in operator ()()
/third_party/boost/boost/spirit/home/classic/error_handling/
Dtypeof.hpp25 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::error_status,1)
29 BOOST_TYPEOF_REGISTER_TYPE(BOOST_SPIRIT_CLASSIC_NS::error_status<>)
Dexceptions_fwd.hpp28 struct error_status;
Dexceptions.hpp218 struct error_status struct
222 error_status( in error_status() argument
/third_party/grpc/test/cpp/end2end/
Dclient_callback_end2end_test.cc377 ErrorStatus error_status; in TEST_P() local
380 error_status.set_code(1); // CANCELLED in TEST_P()
381 error_status.set_error_message("cancel error message"); in TEST_P()
382 *request.mutable_param()->mutable_expected_error() = error_status; in TEST_P()
390 [&response, &done, &mu, &cv, &error_status](Status s) { in TEST_P()
392 EXPECT_EQ(error_status.code(), s.error_code()); in TEST_P()
393 EXPECT_EQ(error_status.error_message(), s.error_message()); in TEST_P()
Dasync_end2end_test.cc366 ErrorStatus error_status; in TEST_P() local
369 error_status.set_code(1); // CANCELLED in TEST_P()
370 error_status.set_error_message("cancel error message"); in TEST_P()
371 *send_request.mutable_param()->mutable_expected_error() = error_status; in TEST_P()
395 EXPECT_EQ(recv_status.error_code(), error_status.code()); in TEST_P()
396 EXPECT_EQ(recv_status.error_message(), error_status.error_message()); in TEST_P()
/third_party/python/Lib/wsgiref/
Dhandlers.py118 error_status = "500 Internal Server Error" variable in BaseHandler
398 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/third_party/node/deps/cares/src/lib/
Dares_send.c110 query->error_status = ARES_ECONNREFUSED; in ares_send()
Dares_private.h235 int error_status; member
Dares_process.c554 query->error_status = ARES_ETIMEOUT; in process_timeouts()
796 end_query(channel, query, query->error_status, NULL, 0); in next_server()
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Dcper.h191 __u64 error_status; member
/third_party/boost/boost/spirit/home/classic/error_handling/impl/
Dexceptions.ipp29 typedef error_status<attr_t> error_status_t;
/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc1027 const auto error_status = network::cors::CheckAccess( in ContinueToResponseStarted() local
1036 if (error_status && in ContinueToResponseStarted()
1040 network::URLLoaderCompletionStatus(*error_status)); in ContinueToResponseStarted()
/third_party/mesa3d/src/gallium/frontends/va/
Dva_private.h373 VAStatus error_status, void **error_info);
Dsurface.c187 vlVaQuerySurfaceError(VADriverContextP ctx, VASurfaceID render_target, VAStatus error_status, void … in vlVaQuerySurfaceError() argument
/third_party/python/Lib/test/
Dtest_wsgiref.py703 "\r\n" % (h.error_status,len(h.error_body))).encode('iso-8859-1')
/third_party/python/Doc/library/
Dwsgiref.rst672 The default implementation just uses the :attr:`error_status`,
682 .. attribute:: BaseHandler.error_status
/third_party/quickjs/
Dquickjs.c3544 int error_status; member
3558 s->error_status = 0; in string_buffer_init2()
3562 return s->error_status = -1; in string_buffer_init2()
3588 return s->error_status = -1; in string_buffer_set_error()
3597 if (s->error_status) in string_buffer_widen()
3619 if (s->error_status) in string_buffer_realloc()
3794 if (s->error_status) { in string_buffer_concat_value()
3816 if (s->error_status) { in string_buffer_concat_value_free()
3850 if (s->error_status) in string_buffer_end()
42942 int error_status; member
[all …]