Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_hash.h101 ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t p…
105 … nSize, pHashFunction, pDestructor, persistent, bApplyProtection) _zend_hash_init_ex((ht), (nSize…
H A Dzend_ts_hash.c79 …return _zend_hash_init_ex(TS_HASH(ht), nSize, pHashFunction, pDestructor, persistent, bApplyProtec… in _zend_ts_hash_init_ex()
H A Dzend_hash.c179 ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t p… in _zend_hash_init_ex() function

Completed in 12 milliseconds