Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dinfo.c796 HashTable *stream_xport_hash; in php_print_info() local
801 if ((stream_xport_hash = php_stream_xport_get_hash())) { in php_print_info()
803 for(zend_hash_internal_pointer_reset_ex(stream_xport_hash, &pos); in php_print_info()
804 …zend_hash_get_current_key_ex(stream_xport_hash, &xport_name, (uint *)&xport_name_len, &num_key, 0,… in php_print_info()
805 zend_hash_move_forward_ex(stream_xport_hash, &pos)) { in php_print_info()
H A Dstreamsfuncs.c554 HashTable *stream_xport_hash; in PHP_FUNCTION() local
563 if ((stream_xport_hash = php_stream_xport_get_hash())) { in PHP_FUNCTION()
566 zend_hash_internal_pointer_reset_ex(stream_xport_hash, &pos); in PHP_FUNCTION()
567 while (zend_hash_get_current_key_ex(stream_xport_hash, in PHP_FUNCTION()
571 zend_hash_move_forward_ex(stream_xport_hash, &pos); in PHP_FUNCTION()

Completed in 13 milliseconds