Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c277 zend_hash_index_add_empty_element(PHPDBG_G(watchlist_mem), (zend_ulong) page);
664 zend_hash_index_add_empty_element(&PHPDBG_G(watch_free), (zend_ulong) element->parent_container);
/PHP-7.4/Zend/
H A Dzend_alloc.c2710 zend_hash_index_add_empty_element(AG(mm_heap)->tracked_allocs, h);
2726 zend_hash_index_add_empty_element(AG(mm_heap)->tracked_allocs, h);
H A Dzend_hash.h137 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h);
H A Dzend_hash.c934 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h) in zend_hash_index_add_empty_element() function

Completed in 34 milliseconds