Home
last modified time | relevance | path

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

/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dparseutils.c240 const char *nextfsdh; in ms_detect() local
304 nextfsdh = record + MINRECLEN; in ms_detect()
307 while (((nextfsdh - record) + 48) < recbuflen) in ms_detect()
309 if (MS_ISVALIDHEADER (nextfsdh) || MS_ISVALIDBLANK (nextfsdh)) in ms_detect()
312 reclen = nextfsdh - record; in ms_detect()
316 nextfsdh += MINRECLEN; in ms_detect()