Lines Matching refs:scn
362 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info() argument
367 dir, "Catalog", scn)) == -1) in cdf_file_catalog_info()
370 cdf_dump_catalog(h, scn); in cdf_file_catalog_info()
372 if ((i = cdf_file_catalog(ms, h, scn)) == -1) in cdf_file_catalog_info()
380 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info() argument
390 cdf_dump_summary_info(h, scn); in cdf_check_summary_info()
392 if ((i = cdf_file_summary_info(ms, h, scn, root_storage)) < 0) { in cdf_check_summary_info()
420 dir, scn); in cdf_check_summary_info()
540 cdf_stream_t sst, scn; in file_trycdf() local
546 scn.sst_tab = NULL; in file_trycdf()
600 "FileHeader", &scn)) != -1) { in file_trycdf()
602 if (scn.sst_len * scn.sst_ss >= sizeof(HWP5_SIGNATURE) - 1 in file_trycdf()
603 && memcmp(scn.sst_tab, HWP5_SIGNATURE, in file_trycdf()
616 cdf_zero_stream(&scn); in file_trycdf()
621 &scn)) == -1) { in file_trycdf()
627 &sat, &ssat, &sst, &dir, &scn, root_storage, &expn); in file_trycdf()
628 cdf_zero_stream(&scn); in file_trycdf()
632 &sst, &dir, &scn)) == -1) { in file_trycdf()
638 &sst, &dir, &scn, root_storage, &expn); in file_trycdf()
647 cdf_zero_stream(&scn); in file_trycdf()