Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h262 HashTable watch_free; /* pointers to watch for being freed */ variable
H A Dphpdbg_watch.c664 zend_hash_index_add_empty_element(&PHPDBG_G(watch_free), (zend_ulong) element->parent_container);
727 …if (element->parent || zend_hash_index_find(&PHPDBG_G(watch_free), (zend_ulong) element->parent_co…
748 zend_hash_clean(&PHPDBG_G(watch_free));
1168 zend_hash_index_del(&PHPDBG_G(watch_free), (zend_ulong) ptr);
1403 zend_hash_init(&PHPDBG_G(watch_free), 8, NULL, NULL, 0);
1432 zend_hash_destroy(&PHPDBG_G(watch_free));

Completed in 12 milliseconds