Searched refs:xport_hash (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/main/streams/ |
H A D | transports.c | 25 static HashTable xport_hash; variable 29 return &xport_hash; in php_stream_xport_get_hash() 34 …return zend_hash_update(&xport_hash, protocol, strlen(protocol) + 1, &factory, sizeof(factory), NU… in php_stream_xport_register() 39 return zend_hash_del(&xport_hash, protocol, strlen(protocol) + 1); in php_stream_xport_unregister() 110 if (FAILURE == zend_hash_find(&xport_hash, (char*)tmp, n + 1, (void**)&factory)) { in _php_stream_xport_create()
|
Completed in 7 milliseconds