Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Dtransports.c21 static HashTable xport_hash; variable
25 return &xport_hash; in php_stream_xport_get_hash()
32 zend_hash_update_ptr(&xport_hash, str, factory); in php_stream_xport_register()
39 return zend_hash_str_del(&xport_hash, protocol, strlen(protocol)); in php_stream_xport_unregister()
111 if (NULL == (factory = zend_hash_str_find_ptr(&xport_hash, protocol, n))) { in _php_stream_xport_create()

Completed in 7 milliseconds