Home
last modified time | relevance | path

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

/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dparseutils.c247 if (!MS_ISVALIDHEADER (record)) in ms_detect()
309 if (MS_ISVALIDHEADER (nextfsdh) || MS_ISVALIDBLANK (nextfsdh)) in ms_detect()
H A Dunpack.c95 if (!MS_ISVALIDHEADER (record)) in msr_unpack()
H A DChangeLog682 MS_ISVALIDHEADER macro.
716 - Use MS_ISVALIDHEADER instead of MS_ISDATAINDICATOR when verifying
751 - Move MS_ISVALIDHEADER(X) macro to libmseed.h for general use; this
832 - Add MS_ISVALIDHEADER macro to fileutils.c, verifies that a
H A Dlibmseed.h197 #define MS_ISVALIDHEADER(X) ( \ macro