Lines Matching refs:introspection_map
188 zval* introspection_map; member
275 zval_dtor(server->introspection_map); in destroy_server_data()
276 FREE_ZVAL(server->introspection_map); in destroy_server_data()
870 zval *method_map, *introspection_map; in PHP_FUNCTION() local
873 MAKE_STD_ZVAL(introspection_map); in PHP_FUNCTION()
876 array_init(introspection_map); in PHP_FUNCTION()
880 server->introspection_map = introspection_map; in PHP_FUNCTION()
976 zend_hash_internal_pointer_reset(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
978 …if (zend_hash_get_current_data(Z_ARRVAL_P(pData->server->introspection_map), (void**)&php_function… in php_xmlrpc_introspection_callback()
1016 zend_hash_move_forward(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
1020 zend_hash_clean(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
1079 add_zval(server->introspection_map, NULL, &method_name_save); in PHP_FUNCTION()