PHPDBG_BREAK_MAP  205 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], 8, NULL, NULL, 0);
PHPDBG_BREAK_MAP  225 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]);
PHPDBG_BREAK_MAP   46 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_update_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table);
PHPDBG_BREAK_MAP   52 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_del(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (id))
PHPDBG_BREAK_MAP  101 sapi/phpdbg/phpdbg_bp.c 	ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], table) {
PHPDBG_BREAK_MAP  125 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP])) {
PHPDBG_BREAK_MAP  126 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("exportbreakpoint", "count=\"%d\"", "Exporting %d breakpoints", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]));
PHPDBG_BREAK_MAP  129 sapi/phpdbg/phpdbg_bp.c 		ZEND_HASH_FOREACH_NUM_KEY_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table) {
PHPDBG_BREAK_MAP 1225 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]);
PHPDBG_BREAK_MAP 1392 sapi/phpdbg/phpdbg_bp.c 	if ((*table = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id))) {