file_table        611 sapi/phpdbg/phpdbg_bp.c 	HashTable file_breaks, *file_table;
file_table        634 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_find(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, (void **)&file_table) == FAILURE) {
file_table        640 sapi/phpdbg/phpdbg_bp.c 			(void **)&file_breaks, sizeof(HashTable), (void **)&file_table);
file_table        643 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(file_table, opline)) {
file_table        650 sapi/phpdbg/phpdbg_bp.c 	PHPDBG_BREAK_MAPPING(new_break.id, file_table);
file_table        654 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_update(file_table, opline, &new_break, sizeof(phpdbg_breakopline_t), NULL);
file_table       1520 sapi/phpdbg/phpdbg_bp.c 			HashTable *file_table;
file_table       1528 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], (void**) &file_table, &position[0]) == SUCCESS;
file_table       1536 sapi/phpdbg/phpdbg_bp.c 					for (zend_hash_internal_pointer_reset_ex(file_table, &position[1]);
file_table       1537 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_get_current_data_ex(file_table, (void**)&brake, &position[1]) == SUCCESS;
file_table       1538 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_move_forward_ex(file_table, &position[1])) {