Searched refs:_isFault (Results 1 – 3 of 3) sorted by relevance
61 bool isFault() const { return _isFault; } in isFault()113 bool _isFault; variable
89 _isFault = false; in execute()397 (XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true))) in parseResponse()
43 - XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true))44 + (XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true)))