Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_transport.h200 PHPAPI HashTable *php_stream_xport_get_hash(void);
H A Dtransports.c27 PHPAPI HashTable *php_stream_xport_get_hash(void) in php_stream_xport_get_hash() function
H A Dstreams.c1663 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()
/PHP-5.5/ext/standard/
H A Dinfo.c1028 php_info_print_stream_hash("Stream Socket Transports", php_stream_xport_get_hash() TSRMLS_CC); in php_print_info()
H A Dstreamsfuncs.c556 if ((stream_xport_hash = php_stream_xport_get_hash())) { in PHP_FUNCTION()

Completed in 25 milliseconds