caller_params     202 ext/xmlrpc/xmlrpc-epi-php.c 	zval caller_params;
caller_params     891 ext/xmlrpc/xmlrpc-epi-php.c 	ZVAL_COPY_VALUE(&callback_params[2], &pData->caller_params);
caller_params     917 ext/xmlrpc/xmlrpc-epi-php.c 	ZVAL_COPY_VALUE(&callback_params[0], &pData->caller_params);
caller_params    1030 ext/xmlrpc/xmlrpc-epi-php.c 	zval *caller_params, *handle, *output_opts = NULL;
caller_params    1036 ext/xmlrpc/xmlrpc-epi-php.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsz|a", &handle, &rawxml, &rawxml_len, &caller_params, &output_opts) != SUCCESS) {
caller_params    1065 ext/xmlrpc/xmlrpc-epi-php.c 		ZVAL_COPY_VALUE(&data.caller_params, caller_params);