Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dtransports.c23 static HashTable xport_hash; variable
27 return &xport_hash; in php_stream_xport_get_hash()
34 zend_hash_update_ptr(&xport_hash, str, factory); in php_stream_xport_register()
41 return zend_hash_str_del(&xport_hash, protocol, strlen(protocol)); in php_stream_xport_unregister()
112 if (NULL == (factory = zend_hash_str_find_ptr(&xport_hash, protocol, n))) { in _php_stream_xport_create()

Completed in 6 milliseconds