HomeSort by relevance Sort by last modified time
    Searched refs:XmlRpc (Results 1 - 25 of 29) sorted by null

1 2

  /external/xmlrpcpp/src/
XmlRpcServerMethod.cpp 5 namespace XmlRpc {
21 } // namespace XmlRpc
XmlRpcException.h 5 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
16 namespace XmlRpc {
XmlRpcSource.cpp 6 namespace XmlRpc {
35 } // namespace XmlRpc
XmlRpcSource.h 5 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
11 namespace XmlRpc {
53 } // namespace XmlRpc
XmlRpcServerMethod.h 5 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
15 namespace XmlRpc {
45 } // namespace XmlRpc
XmlRpc.h 4 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
35 namespace XmlRpc {
94 } // namespace XmlRpc
XmlRpcSocket.h 4 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
14 namespace XmlRpc {
67 } // namespace XmlRpc
XmlRpcDispatch.h 5 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
15 namespace XmlRpc {
86 } // namespace XmlRpc
XmlRpcServer.h 5 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
19 namespace XmlRpc {
102 } // namespace XmlRpc
XmlRpcUtil.cpp 12 #include "XmlRpc.h"
14 using namespace XmlRpc;
24 const char XmlRpc::XMLRPC_VERSION[] = "XMLRPC++ 0.7";
69 int XmlRpc::getVerbosity() { return XmlRpcLogHandler::getVerbosity(); }
70 void XmlRpc::setVerbosity(int level) { XmlRpcLogHandler::setVerbosity(level); }
XmlRpcUtil.h 4 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
24 namespace XmlRpc {
59 } // namespace XmlRpc
XmlRpcClient.h 5 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
19 namespace XmlRpc {
123 } // namespace XmlRpc
XmlRpcServerConnection.h 4 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
17 namespace XmlRpc {
75 // The XmlRpc server that accepted this connection
100 } // namespace XmlRpc
XmlRpcValue.h 5 // XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
18 namespace XmlRpc {
188 } // namespace XmlRpc
191 std::ostream& operator<<(std::ostream& os, XmlRpc::XmlRpcValue& v);
XmlRpcDispatch.cpp 21 using namespace XmlRpc;
XmlRpcServer.cpp 10 using namespace XmlRpc;
XmlRpcSocket.cpp 31 using namespace XmlRpc;
  /external/xmlrpcpp/test/
TestBase64Client.cpp 1 // TestBase64Client.cpp : A simple xmlrpc client that returns a png file
6 // Link against xmlrpc lib and whatever socket libs your system needs (ws2_32.lib on windows)
8 #include "XmlRpc.h"
13 using namespace XmlRpc;
23 //XmlRpc::setVerbosity(5);
HelloServer.cpp 1 // HelloServer.cpp : Simple XMLRPC server example. Usage: HelloServer serverPort
3 #include "XmlRpc.h"
8 using namespace XmlRpc;
69 XmlRpc::setVerbosity(5);
TestBase64Server.cpp 1 // TestBase64Server.cpp : Simple XMLRPC server example. Usage: TestBase64Server serverPort
14 #include "XmlRpc.h"
15 using namespace XmlRpc;
58 //XmlRpc::setVerbosity(5);
TestXml.cpp 16 using namespace XmlRpc;
FileClient.cpp 1 // FileClient.cpp : A simple xmlrpc client. Usage: FileClient serverHost serverPort xmlfile
2 // Reads an xmlrpc request from the specified xmlfile and calls the method on the server.
4 // Link against xmlrpc lib and whatever socket libs your system needs (ws2_32.lib on windows)
6 #include "XmlRpc.h"
11 using namespace XmlRpc;
24 XmlRpc::setVerbosity(5);
HelloClient.cpp 1 // HelloClient.cpp : A simple xmlrpc client. Usage: HelloClient serverHost serverPort
2 // Link against xmlrpc lib and whatever socket libs your system needs (ws2_32.lib
4 #include "XmlRpc.h"
6 using namespace XmlRpc;
15 //XmlRpc::setVerbosity(5);
Validator.cpp 1 // Validator.cpp : XMLRPC server based on the compliancy test at validator.xmlrpc.com.
3 #include "XmlRpc.h"
4 using namespace XmlRpc;
197 XmlRpc::setVerbosity(5);
TestValues.cpp 12 using namespace XmlRpc;

Completed in 116 milliseconds

1 2