Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c712 XMLRPC_REQUEST xRequest = NULL; in PHP_FUNCTION() local
726 xRequest = XMLRPC_RequestNew(); in PHP_FUNCTION()
728 if (xRequest) { in PHP_FUNCTION()
729 XMLRPC_RequestSetOutputOptions(xRequest, &out.xmlrpc_out); in PHP_FUNCTION()
733 XMLRPC_RequestSetMethodName(xRequest, method); in PHP_FUNCTION()
734 XMLRPC_RequestSetRequestType(xRequest, xmlrpc_request_call); in PHP_FUNCTION()
740 outBuf = XMLRPC_REQUEST_ToXML(xRequest, 0); in PHP_FUNCTION()
745 XMLRPC_RequestFree(xRequest, 1); in PHP_FUNCTION()
1103 XMLRPC_REQUEST xRequest; in PHP_FUNCTION() local
1131 if (xRequest) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c311 XMLRPC_REQUEST xRequest = calloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() local
312 if(xRequest) { in XMLRPC_RequestNew()
313 simplestring_init(&xRequest->methodName); in XMLRPC_RequestNew()
315 return xRequest; in XMLRPC_RequestNew()

Completed in 26 milliseconds