Home
last modified time | relevance | path

Searched refs:blkt_395 (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dparseutils.c944 struct blkt_395_s *blkt_395 = (struct blkt_395_s *)(record + blkt_offset + 4); in ms_parse_raw() local
947 MS_SWAPBTIME (&blkt_395->time); in ms_parse_raw()
951 … calibration end time: %d,%d,%d:%d:%d.%04d (unused: %d)\n", blkt_395->time.year, blkt_395->time.… in ms_parse_raw()
952blkt_395->time.hour, blkt_395->time.min, blkt_395->time.sec, blkt_395->time.fract, blkt_395->time.… in ms_parse_raw()
955 blkt_395->reserved[0], blkt_395->reserved[1]); in ms_parse_raw()
H A Dpack.c710 struct blkt_395_s *blkt_395 = (struct blkt_395_s *)(rawrec + offset); in msr_pack_header_raw() local
711 memcpy (blkt_395, cur_blkt->blktdata, sizeof (struct blkt_395_s)); in msr_pack_header_raw()
716 MS_SWAPBTIME (&blkt_395->time); in msr_pack_header_raw()
H A Dunpack.c405 struct blkt_395_s *blkt_395; in msr_unpack() local
416 blkt_395 = (struct blkt_395_s *)blkt_link->blktdata; in msr_unpack()
420 MS_SWAPBTIME (&blkt_395->time); in msr_unpack()
H A Dmsrutils.c1034 struct blkt_395_s *blkt_395 = (struct blkt_395_s *)cur_blkt->blktdata; in msr_print() local
1039 ms_btime2seedtimestr (&blkt_395->time, time); in msr_print()
1043 blkt_395->reserved[0], blkt_395->reserved[1]); in msr_print()