Home
last modified time | relevance | path

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

/dports/net/libtrace/libtrace-3.0.19/lib/
H A Dtrace.c1622 if (trace->format->seek_erf) { in trace_seek_erf_timestamp()
1623 return trace->format->seek_erf(trace,ts); in trace_seek_erf_timestamp()
1667 if (trace->format->seek_erf) { in trace_seek_seconds()
1671 return trace->format->seek_erf(trace,timestamp); in trace_seek_seconds()
1686 if (trace->format->seek_erf) { in trace_seek_timeval()
1689 return trace->format->seek_erf(trace,timestamp); in trace_seek_timeval()
H A Dlibtrace_int.h575 int (*seek_erf)(libtrace_t *trace, uint64_t timestamp); member