Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c397 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 Dphpdbg.h253 …HashTable watch_collisions; /* collision table to check if multiple watches share… variable

Completed in 27 milliseconds