Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c188 zval* introspection_map; member
275 zval_dtor(server->introspection_map); in destroy_server_data()
276 FREE_ZVAL(server->introspection_map); in destroy_server_data()
879 zval *method_map, *introspection_map; in PHP_FUNCTION() local
882 MAKE_STD_ZVAL(introspection_map); in PHP_FUNCTION()
885 array_init(introspection_map); in PHP_FUNCTION()
889 server->introspection_map = introspection_map; in PHP_FUNCTION()
985 zend_hash_internal_pointer_reset(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
1025 zend_hash_move_forward(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
1029 zend_hash_clean(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
[all …]

Completed in 23 milliseconds