Lines Matching refs:file_protected

286 file_protected int cdf_timestamp_to_timespec(struct timespec *,
288 file_protected int cdf_timespec_to_timestamp(cdf_timestamp_t *,
290 file_protected int cdf_read_header(const cdf_info_t *, cdf_header_t *);
291 file_protected void cdf_swap_header(cdf_header_t *);
292 file_protected void cdf_unpack_header(cdf_header_t *, char *);
293 file_protected void cdf_swap_dir(cdf_directory_t *);
294 file_protected void cdf_unpack_dir(cdf_directory_t *, char *);
295 file_protected void cdf_swap_class(cdf_classid_t *);
296 file_protected ssize_t cdf_read_sector(const cdf_info_t *, void *, size_t,
298 file_protected ssize_t cdf_read_short_sector(const cdf_stream_t *, void *,
300 file_protected int cdf_read_sat(const cdf_info_t *, cdf_header_t *,
302 file_protected size_t cdf_count_chain(const cdf_sat_t *, cdf_secid_t, size_t);
303 file_protected int cdf_read_long_sector_chain(const cdf_info_t *,
306 file_protected int cdf_read_short_sector_chain(const cdf_header_t *,
309 file_protected int cdf_read_sector_chain(const cdf_info_t *,
312 file_protected int cdf_read_dir(const cdf_info_t *, const cdf_header_t *,
314 file_protected int cdf_read_ssat(const cdf_info_t *, const cdf_header_t *,
316 file_protected int cdf_read_short_stream(const cdf_info_t *,
319 file_protected int cdf_read_property_info(const cdf_stream_t *,
321 file_protected int cdf_read_user_stream(const cdf_info_t *,
324 file_protected int cdf_find_stream(const cdf_dir_t *, const char *, int);
325 file_protected int cdf_zero_stream(cdf_stream_t *);
326 file_protected int cdf_read_doc_summary_info(const cdf_info_t *,
329 file_protected int cdf_read_summary_info(const cdf_info_t *,
332 file_protected int cdf_unpack_summary_info(const cdf_stream_t *,
335 file_protected int cdf_unpack_catalog(const cdf_header_t *,
337 file_protected int cdf_print_classid(char *, size_t, const cdf_classid_t *);
338 file_protected int cdf_print_property_name(char *, size_t, uint32_t);
339 file_protected int cdf_print_elapsed_time(char *, size_t, cdf_timestamp_t);
340 file_protected uint16_t cdf_tole2(uint16_t);
341 file_protected uint32_t cdf_tole4(uint32_t);
342 file_protected uint64_t cdf_tole8(uint64_t);
343 file_protected char *cdf_ctime(const time_t *, char *);
344 file_protected char *cdf_u16tos8(char *, size_t, const uint16_t *);
347 file_protected void cdf_dump_header(const cdf_header_t *);
348 file_protected void cdf_dump_sat(const char *, const cdf_sat_t *, size_t);
349 file_protected void cdf_dump(const void *, size_t);
350 file_protected void cdf_dump_stream(const cdf_stream_t *);
351 file_protected void cdf_dump_dir(const cdf_info_t *, const cdf_header_t *,
354 file_protected void cdf_dump_property_info(const cdf_property_info_t *, size_t);
355 file_protected void cdf_dump_summary_info(const cdf_header_t *,
357 file_protected void cdf_dump_catalog(const cdf_header_t *,