Lines Matching refs:method_name
116 ZEND_ARG_INFO(0, method_name)
753 const char *method_name; in decode_request_worker() local
765 method_name = XMLRPC_RequestGetMethodName(response); in decode_request_worker()
766 if (method_name) { in decode_request_worker()
768 ZVAL_STRING(method_name_out, method_name); in decode_request_worker()
970 zval *handle, *method_name; in PHP_FUNCTION() local
973 …rameters(ZEND_NUM_ARGS(), "rsz", &handle, &method_key, &method_key_len, &method_name) == FAILURE) { in PHP_FUNCTION()
987 Z_TRY_ADDREF_P(method_name); in PHP_FUNCTION()
989 add_zval(&server->method_map, method_key, method_name); in PHP_FUNCTION()
1000 zval *method_name, *handle; in PHP_FUNCTION() local
1003 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz", &handle, &method_name) == FAILURE) { in PHP_FUNCTION()
1011 Z_TRY_ADDREF_P(method_name); in PHP_FUNCTION()
1013 add_zval(&server->introspection_map, NULL, method_name); in PHP_FUNCTION()