Home
last modified time | relevance | path

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

/PHP-7.3/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);
726 …if (element->parent || zend_hash_index_find(&PHPDBG_G(watch_free), (zend_ulong) element->parent_co…
747 zend_hash_clean(&PHPDBG_G(watch_free));
1166 zend_hash_index_del(&PHPDBG_G(watch_free), (zend_ulong) ptr);
1401 zend_hash_init(&PHPDBG_G(watch_free), 8, NULL, NULL, 0);
1428 zend_hash_destroy(&PHPDBG_G(watch_free));

Completed in 21 milliseconds