Searched refs:parsegettc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ntp/libparse/
H A Dparse.c751 dct->parsegettc.parse_state = parse->parse_lstate;
752 dct->parsegettc.parse_format = parse->parse_lformat;
759 dct->parsegettc.parse_badformat = parse->parse_badformat;
764 dct->parsegettc.parse_count = parse->parse_ldsize;
765 memcpy(dct->parsegettc.parse_buffer, parse->parse_ldata, dct->parsegettc.parse_count);
/freebsd-13-stable/contrib/ntp/include/
H A Dparse.h246 struct parsegettc struct in union:parsectl
253 } parsegettc; member in union:parsectl
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c3596 tmpctl.parsegettc.parse_state |= parse->timedata.parse_state &
3599 (void)parsestate(tmpctl.parsegettc.parse_state, tt, BUFFER_SIZES(start, tt, 512));
3605 if (tmpctl.parsegettc.parse_count)
3607 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count));
3611 tmpctl.parseformat.parse_format = tmpctl.parsegettc.parse_format;
3788 unsigned int count = tmpctl.parsegettc.parse_count;
3795 tmpctl.parsegettc.parse_buffer, count));

Completed in 74 milliseconds