Searched refs:_response (Results 1 – 13 of 13) sorted by relevance
/external/xmlrpcpp/src/ |
D | XmlRpcClient.cpp | 105 _response = ""; in execute() 274 _response = ""; in writeRequest() 346 _response = bp; in readHeader() 357 if (int(_response.length()) < _contentLength) { in readResponse() 358 if ( ! XmlRpcSocket::nbRead(this->getfd(), _response, &_eof)) { in readResponse() 364 if (int(_response.length()) < _contentLength) { in readResponse() 374 XmlRpcUtil::log(3, "XmlRpcClient::readResponse (read %d bytes)", _response.length()); in readResponse() 375 XmlRpcUtil::log(5, "response:\n%s", _response.c_str()); in readResponse() 389 if ( ! XmlRpcUtil::findTag(METHODRESPONSE_TAG,_response,&offset)) { in parseResponse() 390 …RpcClient::parseResponse: Invalid response - no methodResponse. Response:\n%s", _response.c_str()); in parseResponse() [all …]
|
D | XmlRpcServerConnection.cpp | 178 if (_response.length() == 0) { in writeResponse() 181 if (_response.length() == 0) { in writeResponse() 188 if ( ! XmlRpcSocket::nbWrite(this->getfd(), _response, &_bytesWritten)) { in writeResponse() 192 …"XmlRpcServerConnection::writeResponse: wrote %d of %d bytes.", _bytesWritten, _response.length()); in writeResponse() 195 if (_bytesWritten == int(_response.length())) { in writeResponse() 198 _response = ""; in writeResponse() 333 _response = header + body; in generateResponse() 334 XmlRpcUtil::log(5, "XmlRpcServerConnection::generateResponse:\n%s\n", _response.c_str()); in generateResponse() 371 _response = header + body; in generateFaultResponse()
|
D | XmlRpcClient.h | 97 std::string _response; variable
|
D | XmlRpcServerConnection.h | 92 std::string _response; variable
|
/external/nos/host/android/citadel/citadeld/ |
D | CitadeldProxyClient.cpp | 56 std::vector<uint8_t>* _response) { in CallApp() argument 60 std::vector<uint8_t> response(_response == nullptr ? 0 : _response->capacity()); in CallApp() 66 if (_response != nullptr) { in CallApp() 67 *_response = std::move(response); in CallApp()
|
/external/autotest/frontend/tko/ |
D | csv_encoder.py | 9 self._response = response 54 for group in self._response['groups']: 75 header_values = self._response['header_values'] 111 return self._encode_table(self._response) 116 return self._encode_table(self._response['groups'])
|
/external/xmlrpcpp/ |
D | xmlrpc++_0.7.patch | 41 if ((XmlRpcUtil::nextTagIs(PARAMS_TAG,_response,&offset) && 42 XmlRpcUtil::nextTagIs(PARAM_TAG,_response,&offset)) || 43 - XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true)) 44 + (XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true))) 46 if ( ! result.fromXml(_response, &offset)) { 47 …("Error in XmlRpcClient::parseResponse: Invalid response value. Response:\n%s", _response.c_str());
|
/external/libmojo/mojo/public/tools/bindings/generators/java_templates/ |
D | interface_definition.tmpl | 279 {{response_struct|name}} _response = new {{response_struct|name}}(); 281 _response.{{param|name}} = {{param|name}}; 284 _response.serializeWithHeader(
|
/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 473 * :samp:`{protocol}_response` --- signal that the handler knows how to 525 #. Every handler with a method named like :samp:`{protocol}_response` has that
|
/external/syslinux/lzo/src/ |
D | lzo_supp.h | 3656 _response(argc, argv); in LZOLIB_PUBLIC()
|
D | miniacc.h | 6524 _response(argc, argv); in ACCLIB_PUBLIC()
|
/external/llvm/docs/ |
D | CommandLine.rst | 1251 .. _response files:
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2686 …nt.addClass("ui-autocomplete-loading"),this.source({term:a},this._response())},_response:function(…
|