|
uint16_t | cdf_tole2 (uint16_t sv) |
|
uint32_t | cdf_tole4 (uint32_t sv) |
|
uint64_t | cdf_tole8 (uint64_t sv) |
|
void | cdf_swap_header (cdf_header_t *h) |
|
void | cdf_unpack_header (cdf_header_t *h, char *buf) |
|
void | cdf_swap_dir (cdf_directory_t *d) |
|
void | cdf_swap_class (cdf_classid_t *d) |
|
void | cdf_unpack_dir (cdf_directory_t *d, char *buf) |
|
int | cdf_zero_stream (cdf_stream_t *scn) |
|
int | cdf_read_header (const cdf_info_t *info, cdf_header_t *h) |
|
ssize_t | cdf_read_sector (const cdf_info_t *info, void *buf, size_t offs, size_t len, const cdf_header_t *h, cdf_secid_t id) |
|
ssize_t | cdf_read_short_sector (const cdf_stream_t *sst, void *buf, size_t offs, size_t len, const cdf_header_t *h, cdf_secid_t id) |
|
int | cdf_read_sat (const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) |
|
size_t | cdf_count_chain (const cdf_sat_t *sat, cdf_secid_t sid, size_t size) |
|
int | cdf_read_long_sector_chain (const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) |
|
int | cdf_read_short_sector_chain (const cdf_header_t *h, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) |
|
int | cdf_read_sector_chain (const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) |
|
int | cdf_read_dir (const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_dir_t *dir) |
|
int | cdf_read_ssat (const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_sat_t *ssat) |
|
int | cdf_read_short_stream (const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, const cdf_directory_t **root) |
|
int | cdf_read_doc_summary_info (const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) |
|
int | cdf_read_summary_info (const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) |
|
int | cdf_read_user_stream (const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, const char *name, cdf_stream_t *scn) |
|
int | cdf_find_stream (const cdf_dir_t *dir, const char *name, int type) |
|
int | cdf_read_property_info (const cdf_stream_t *sst, const cdf_header_t *h, uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) |
|
int | cdf_unpack_summary_info (const cdf_stream_t *sst, const cdf_header_t *h, cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) |
|
int | cdf_unpack_catalog (const cdf_header_t *h, const cdf_stream_t *sst, cdf_catalog_t **cat) |
|
int | cdf_print_classid (char *buf, size_t buflen, const cdf_classid_t *id) |
|
int | cdf_print_property_name (char *buf, size_t bufsiz, uint32_t p) |
|
int | cdf_print_elapsed_time (char *buf, size_t bufsiz, cdf_timestamp_t ts) |
|
char * | cdf_u16tos8 (char *buf, size_t len, const uint16_t *p) |
|