Searched refs:watch_collisions (Results 1 – 2 of 2) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 397 if ((coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) { 414 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref); 436 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) { 465 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll); 479 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) { 489 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll); 1467 zend_hash_init(&PHPDBG_G(watch_collisions), 8, NULL, NULL, 0); 1527 zend_hash_destroy(&PHPDBG_G(watch_collisions));
|
H A D | phpdbg.h | 255 …HashTable watch_collisions; /* collision table to check if multiple watches share… variable
|
Completed in 21 milliseconds