Searched refs:xRequest (Results 1 – 2 of 2) sorted by relevance
673 XMLRPC_REQUEST xRequest = NULL; in PHP_FUNCTION() local687 xRequest = XMLRPC_RequestNew(); in PHP_FUNCTION()689 if (xRequest) { in PHP_FUNCTION()690 XMLRPC_RequestSetOutputOptions(xRequest, &out.xmlrpc_out); in PHP_FUNCTION()694 XMLRPC_RequestSetMethodName(xRequest, method); in PHP_FUNCTION()698 XMLRPC_RequestSetData(xRequest, PHP_to_XMLRPC(vals)); in PHP_FUNCTION()701 outBuf = XMLRPC_REQUEST_ToXML(xRequest, 0); in PHP_FUNCTION()706 XMLRPC_RequestFree(xRequest, 1); in PHP_FUNCTION()1027 XMLRPC_REQUEST xRequest; in PHP_FUNCTION() local1057 if (xRequest) { in PHP_FUNCTION()[all …]
311 XMLRPC_REQUEST xRequest = calloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() local312 if(xRequest) { in XMLRPC_RequestNew()313 simplestring_init(&xRequest->methodName); in XMLRPC_RequestNew()315 return xRequest; in XMLRPC_RequestNew()
Completed in 14 milliseconds