From bcd8b31f3c9ace931df4483b855fae371c27a3dc Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 23 May 2018 14:56:09 -0500 Subject: Put back CTRL-L chars --- src/H5Fint.c | 104 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/src/H5Fint.c b/src/H5Fint.c index 7e9bdec..7d71fbc 100644 --- a/src/H5Fint.c +++ b/src/H5Fint.c @@ -104,7 +104,7 @@ H5FL_DEFINE(H5F_t); H5FL_DEFINE(H5F_file_t); - + /*------------------------------------------------------------------------- * Function: H5F_get_access_plist * @@ -218,7 +218,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_get_access_plist() */ - + /*------------------------------------------------------------------------- * Function: H5F_get_obj_count * @@ -246,7 +246,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_get_obj_count() */ - + /*------------------------------------------------------------------------- * Function: H5F_get_obj_ids * @@ -273,7 +273,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_get_obj_ids() */ - + /*--------------------------------------------------------------------------- * Function: H5F_get_objects * @@ -375,7 +375,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_get_objects() */ - + /*------------------------------------------------------------------------- * Function: H5F_get_objects_cb * @@ -484,7 +484,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_get_objects_cb() */ - + /*-------------------------------------------------------------------------- * Function: H5F__build_name * @@ -516,7 +516,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* H5F__build_name() */ - + /*-------------------------------------------------------------------------- * Function: H5F__getenv_prefix_name * @@ -553,7 +553,7 @@ H5F__getenv_prefix_name(char **env_prefix/*in,out*/) FUNC_LEAVE_NOAPI(ret_value) } /* end H5F__getenv_prefix_name() */ - + /*------------------------------------------------------------------------- * Function: H5F_prefix_open_file * @@ -775,7 +775,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* H5F_prefix_open_file() */ - + /*------------------------------------------------------------------------- * Function: H5F__is_hdf5 * @@ -816,7 +816,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* end H5F__is_hdf5() */ - + /*------------------------------------------------------------------------- * Function: H5F_new * @@ -1076,7 +1076,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_new() */ - + /*------------------------------------------------------------------------- * Function: H5F__dest * @@ -1330,7 +1330,7 @@ H5F__dest(H5F_t *f, hbool_t flush) FUNC_LEAVE_NOAPI(ret_value) } /* end H5F__dest() */ - + /*------------------------------------------------------------------------- * Function: H5F__create * @@ -1366,7 +1366,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* end H5F__create() */ - + /*------------------------------------------------------------------------- * Function: H5F__open * @@ -1402,7 +1402,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* end H5F__open() */ - + /*------------------------------------------------------------------------- * Function: H5F_open * @@ -1818,7 +1818,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_open() */ - + /*------------------------------------------------------------------------- * Function: H5F_flush_phase1 * @@ -1855,7 +1855,7 @@ H5F__flush_phase1(H5F_t *f) FUNC_LEAVE_NOAPI(ret_value) } /* end H5F__flush_phase1() */ - + /*------------------------------------------------------------------------- * Function: H5F__flush_phase2 * @@ -1923,7 +1923,7 @@ H5F__flush_phase2(H5F_t *f, hbool_t closing) FUNC_LEAVE_NOAPI(ret_value) } /* end H5F__flush_phase2() */ - + /*------------------------------------------------------------------------- * Function: H5F__flush_real * @@ -1955,7 +1955,7 @@ H5F__flush_real(H5F_t *f) FUNC_LEAVE_NOAPI(ret_value) } /* end H5F__flush_real() */ - + /*------------------------------------------------------------------------- * Function: H5F__flush * @@ -1998,7 +1998,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* end H5F__flush() */ - + /*------------------------------------------------------------------------- * Function: H5F__close * @@ -2010,8 +2010,8 @@ done: * * Return: Non-negative on success / Negative on failure * - * Programmer: Quincey Koziol - * December 16, 2017 + * Programmer: Quincey Koziol + * December 16, 2017 * *------------------------------------------------------------------------- */ @@ -2049,7 +2049,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* end H5F__close() */ - + /*------------------------------------------------------------------------- * Function: H5F__close_cb * @@ -2107,7 +2107,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* end H5F__close_cb() */ - + /*------------------------------------------------------------------------- * Function: H5F_try_close * @@ -2281,7 +2281,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_try_close() */ - + /*------------------------------------------------------------------------- * Function: H5F_get_id * @@ -2317,7 +2317,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_get_id() */ - + /*------------------------------------------------------------------------- * Function: H5F_incr_nopen_objs * @@ -2338,7 +2338,7 @@ H5F_incr_nopen_objs(H5F_t *f) FUNC_LEAVE_NOAPI(++f->nopen_objs) } /* end H5F_incr_nopen_objs() */ - + /*------------------------------------------------------------------------- * Function: H5F_decr_nopen_objs * @@ -2359,7 +2359,7 @@ H5F_decr_nopen_objs(H5F_t *f) FUNC_LEAVE_NOAPI(--f->nopen_objs) } /* end H5F_decr_nopen_objs() */ - + /*------------------------------------------------------------------------- * Function: H5F_build_actual_name * @@ -2481,7 +2481,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* H5F_build_actual_name() */ - + /*------------------------------------------------------------------------- * Function: H5F_addr_encode_len * @@ -2518,7 +2518,7 @@ H5F_addr_encode_len(size_t addr_len, uint8_t **pp/*in,out*/, haddr_t addr) FUNC_LEAVE_NOAPI_VOID } /* end H5F_addr_encode_len() */ - + /*------------------------------------------------------------------------- * Function: H5F_addr_encode * @@ -2542,7 +2542,7 @@ H5F_addr_encode(const H5F_t *f, uint8_t **pp/*in,out*/, haddr_t addr) FUNC_LEAVE_NOAPI_VOID } /* end H5F_addr_encode() */ - + /*------------------------------------------------------------------------- * Function: H5F_addr_decode_len * @@ -2606,7 +2606,7 @@ H5F_addr_decode_len(size_t addr_len, const uint8_t **pp/*in,out*/, haddr_t *addr FUNC_LEAVE_NOAPI_VOID } /* end H5F_addr_decode_len() */ - + /*------------------------------------------------------------------------- * Function: H5F_addr_decode * @@ -2633,7 +2633,7 @@ H5F_addr_decode(const H5F_t *f, const uint8_t **pp/*in,out*/, haddr_t *addr_p/*o FUNC_LEAVE_NOAPI_VOID } /* end H5F_addr_decode() */ - + /*------------------------------------------------------------------------- * Function: H5F_set_grp_btree_shared * @@ -2659,7 +2659,7 @@ H5F_set_grp_btree_shared(H5F_t *f, H5UC_t *rc) FUNC_LEAVE_NOAPI(SUCCEED) } /* H5F_set_grp_btree_shared() */ - + /*------------------------------------------------------------------------- * Function: H5F_set_sohm_addr * @@ -2684,7 +2684,7 @@ H5F_set_sohm_addr(H5F_t *f, haddr_t addr) FUNC_LEAVE_NOAPI(SUCCEED) } /* H5F_set_sohm_addr() */ - + /*------------------------------------------------------------------------- * Function: H5F_set_sohm_vers * @@ -2709,7 +2709,7 @@ H5F_set_sohm_vers(H5F_t *f, unsigned vers) FUNC_LEAVE_NOAPI(SUCCEED) } /* H5F_set_sohm_vers() */ - + /*------------------------------------------------------------------------- * Function: H5F_set_sohm_nindexes * @@ -2734,7 +2734,7 @@ H5F_set_sohm_nindexes(H5F_t *f, unsigned nindexes) FUNC_LEAVE_NOAPI(SUCCEED) } /* H5F_set_sohm_nindexes() */ - + /*------------------------------------------------------------------------- * Function: H5F_set_store_msg_crt_idx * @@ -2759,7 +2759,7 @@ H5F_set_store_msg_crt_idx(H5F_t *f, hbool_t flag) FUNC_LEAVE_NOAPI(SUCCEED) } /* H5F_set_store_msg_crt_idx() */ - + /*------------------------------------------------------------------------- * Function: H5F_set_libver_bounds() * @@ -2819,7 +2819,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* H5F_set_libver_bounds() */ - + /*------------------------------------------------------------------------- * Function: H5F__get_freespace * @@ -2851,7 +2851,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* H5F__get_freespace() */ - + /*------------------------------------------------------------------------- * Function: H5F__get_file_image * @@ -2961,7 +2961,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* H5F__get_file_image() */ - + /*------------------------------------------------------------------------- * Function: H5F__get_info * @@ -3011,7 +3011,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* H5F__get_info() */ - + /*------------------------------------------------------------------------- * Function: H5F_track_metadata_read_retries * @@ -3059,7 +3059,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* H5F_track_metadata_read_retries() */ - + /*------------------------------------------------------------------------- * Function: H5F_set_retries * @@ -3095,7 +3095,7 @@ H5F_set_retries(H5F_t *f) FUNC_LEAVE_NOAPI(SUCCEED) } /* H5F_set_retries() */ - + /*------------------------------------------------------------------------- * Function: H5F__get_free_sections * @@ -3128,7 +3128,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* H5F__get_free_sections() */ - + /*------------------------------------------------------------------------- * Function: H5F_object_flush_cb * @@ -3158,7 +3158,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* H5F_object_flush_cb() */ - + /*------------------------------------------------------------------------- * Function: H5F__set_base_addr * @@ -3185,7 +3185,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F__set_base_addr() */ - + /*------------------------------------------------------------------------- * Function: H5F__set_eoa * @@ -3212,7 +3212,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F__set_eoa() */ - + /*------------------------------------------------------------------------- * Function: H5F__set_paged_aggr * @@ -3240,7 +3240,7 @@ done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F__set_paged_aggr() */ - + /*------------------------------------------------------------------------- * Function: H5F__get_max_eof_eoa * @@ -3279,7 +3279,7 @@ done: } /* end H5F__get_max_eof_eoa() */ #ifdef H5_HAVE_PARALLEL - + /*------------------------------------------------------------------------- * Function: H5F_set_coll_md_read * @@ -3304,7 +3304,7 @@ H5F_set_coll_md_read(H5F_t *f, H5P_coll_md_read_flag_t cmr) } /* H5F_set_coll_md_read() */ #endif /* H5_HAVE_PARALLEL */ - + /*------------------------------------------------------------------------- * Function: H5F__get_metadata_read_retry_info * @@ -3394,7 +3394,7 @@ done: } /* end H5F__get_metadata_read_retry_info() */ - + /*------------------------------------------------------------------------- * Function: H5F__start_swmr_write * @@ -3619,7 +3619,7 @@ done: FUNC_LEAVE_NOAPI_VOL(ret_value) } /* H5F__start_swmr_write() */ - + /*------------------------------------------------------------------------- * Function: H5F__format_convert * -- cgit v0.12