Home
last modified time | relevance | path

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

/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c703 XMLRPC_REQUEST xRequest = NULL; in PHP_FUNCTION() local
717 xRequest = XMLRPC_RequestNew(); in PHP_FUNCTION()
719 if (xRequest) { in PHP_FUNCTION()
720 XMLRPC_RequestSetOutputOptions(xRequest, &out.xmlrpc_out); in PHP_FUNCTION()
724 XMLRPC_RequestSetMethodName(xRequest, method); in PHP_FUNCTION()
725 XMLRPC_RequestSetRequestType(xRequest, xmlrpc_request_call); in PHP_FUNCTION()
731 outBuf = XMLRPC_REQUEST_ToXML(xRequest, 0); in PHP_FUNCTION()
736 XMLRPC_RequestFree(xRequest, 1); in PHP_FUNCTION()
1094 XMLRPC_REQUEST xRequest; in PHP_FUNCTION() local
1122 if (xRequest) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c304 XMLRPC_REQUEST xRequest = calloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() local
305 if(xRequest) { in XMLRPC_RequestNew()
306 simplestring_init(&xRequest->methodName); in XMLRPC_RequestNew()
308 return xRequest; in XMLRPC_RequestNew()

Completed in 18 milliseconds