Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c342 if ((coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
359 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref);
381 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
410 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
424 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
434 zend_hash_index_add_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref, coll);
1401 zend_hash_init(&PHPDBG_G(watch_collisions), 8, NULL, NULL, 0);
1433 zend_hash_destroy(&PHPDBG_G(watch_collisions));
H A Dphpdbg.h260 …HashTable watch_collisions; /* collision table to check if multiple watches share… variable

Completed in 10 milliseconds