Searched refs:GetErrorCode (Results 1 – 11 of 11) sorted by relevance
19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
225 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage231 const StunErrorCodeAttribute* error_attribute = GetErrorCode(); in GetErrorCodeValue()279 auto* error_attribute = GetErrorCode(); in ValidateMessageIntegrity()
204 const StunErrorCodeAttribute* GetErrorCode() const;
1039 const StunErrorCodeAttribute* errorcode = msg.GetErrorCode(); in TEST_F()
1418 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()1435 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnAuthChallenge()1469 const StunErrorCodeAttribute* error_code_attr = response->GetErrorCode(); in OnTryAlternate()
95 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
168 const StunErrorCodeAttribute* error_attr = last_stun_msg_->GetErrorCode(); in last_stun_error_code()1937 const StunErrorCodeAttribute* error_attr = msg->GetErrorCode(); in TEST_F()2265 ASSERT_TRUE(out_msg->GetErrorCode() != NULL); in TEST_F()2266 EXPECT_EQ(STUN_ERROR_SERVER_ERROR, out_msg->GetErrorCode()->code()); in TEST_F()2268 out_msg->GetErrorCode()->reason()); in TEST_F()
514 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { in GetStunMessage()
36 PW_LOG_CRITICAL("Had trouble booting due to error %d", GetErrorCode());61 CRT("Had trouble booting due to error %d", GetErrorCode());
2048 capi->GetErrorCode = XML_GetErrorCode; in pyexpat_exec()
3838 EXPAT(st, GetErrorCode)(self->parser), in expat_parse()