Searched refs:xport_hash (Results 1 – 1 of 1) sorted by relevance
25 static HashTable xport_hash; variable29 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 4 milliseconds