Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.h255 HashTable watch_free; /* pointers to watch for being freed */ variable
H A Dphpdbg_watch.c715 zend_hash_index_add_empty_element(&PHPDBG_G(watch_free), (zend_ulong) element->parent_container);
778 …if (element->parent || zend_hash_index_find(&PHPDBG_G(watch_free), (zend_ulong) element->parent_co…
799 zend_hash_clean(&PHPDBG_G(watch_free));
1236 zend_hash_index_del(&PHPDBG_G(watch_free), (zend_ulong) ptr);
1469 zend_hash_init(&PHPDBG_G(watch_free), 8, NULL, NULL, 0);
1526 zend_hash_destroy(&PHPDBG_G(watch_free));

Completed in 9 milliseconds