Searched refs:php_stream_xport_get_hash (Results 1 – 5 of 5) sorted by relevance
217 PHPAPI HashTable *php_stream_xport_get_hash(void);
27 PHPAPI HashTable *php_stream_xport_get_hash(void) in php_stream_xport_get_hash() function
1663 zend_hash_init(php_stream_xport_get_hash(), 0, NULL, NULL, 1) == SUCCESS in php_init_stream_wrappers()1681 zend_hash_destroy(php_stream_xport_get_hash()); in php_shutdown_stream_wrappers()
1028 php_info_print_stream_hash("Stream Socket Transports", php_stream_xport_get_hash() TSRMLS_CC); in php_print_info()
558 if ((stream_xport_hash = php_stream_xport_get_hash())) { in PHP_FUNCTION()
Completed in 43 milliseconds