file_breaks       241 sapi/phpdbg/phpdbg_bp.c 	HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE];
file_breaks       259 sapi/phpdbg/phpdbg_bp.c 			file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING];
file_breaks       273 sapi/phpdbg/phpdbg_bp.c 	if (!(broken = zend_hash_find_ptr(file_breaks, path_str))) {
file_breaks       277 sapi/phpdbg/phpdbg_bp.c 		broken = zend_hash_add_mem(file_breaks, path_str, &breaks, sizeof(HashTable));
file_breaks       717 sapi/phpdbg/phpdbg_bp.c 	HashTable file_breaks, *file_table;
file_breaks       741 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&file_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0);
file_breaks       742 sapi/phpdbg/phpdbg_bp.c 		file_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, &file_breaks, sizeof(HashTable));