Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dtransports.c25 static HashTable xport_hash; variable
29 return &xport_hash; in php_stream_xport_get_hash()
34 …return zend_hash_str_update_ptr(&xport_hash, protocol, strlen(protocol), factory) ? SUCCESS : FAIL… 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, tmp, n))) { in _php_stream_xport_create()

Completed in 5 milliseconds