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.c713 zend_hash_index_add_empty_element(&PHPDBG_G(watch_free), (zend_ulong) element->parent_container);
776 …if (element->parent || zend_hash_index_find(&PHPDBG_G(watch_free), (zend_ulong) element->parent_co…
797 zend_hash_clean(&PHPDBG_G(watch_free));
1231 zend_hash_index_del(&PHPDBG_G(watch_free), (zend_ulong) ptr);
1464 zend_hash_init(&PHPDBG_G(watch_free), 8, NULL, NULL, 0);
1519 zend_hash_destroy(&PHPDBG_G(watch_free));

Completed in 18 milliseconds