Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Dhttp_client.cpp63 class HttpSendFunction : public ContextualExternalFunction { class
69 HttpSendFunction(const ExternalModule* aModule) in HttpSendFunction() function in zorba::http_client::HttpSendFunction
73 virtual ~HttpSendFunction() {} in ~HttpSendFunction()
88 class HttpReadFunction : public HttpSendFunction {
91 : HttpSendFunction(aModule) {} in HttpReadFunction()
137 lFunc = new HttpSendFunction(this); in getExternalFunction()
230 HttpSendFunction::evaluate(const ExternalFunction::Arguments_t& args, in evaluate()