Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_watch.c331 if ((coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
348 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref);
370 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
399 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
413 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
423 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
1388 zend_hash_init(&PHPDBG_G(watch_collisions), 8, NULL, NULL, 0);
1420 zend_hash_destroy(&PHPDBG_G(watch_collisions));
H A Dphpdbg.h253 …HashTable watch_collisions; /* collision table to check if multiple watches share… variable

Completed in 9 milliseconds