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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_jjy.c184 int iRawBufLen ; member in struct:jjyunit
463 up->iRawBufLen = up->iLineBufLen = up->iTextBufLen = 0 ;
619 i < pp->lencode && up->iRawBufLen < MAX_RAWBUF - 2 ;
620 i ++ , up->iRawBufLen ++ ) {
621 up->sRawBuf[up->iRawBufLen] = pp->a_lastcode[i] ;
623 up->sRawBuf[up->iRawBufLen] = 0 ;
657 up->iRawBufLen = 0 ;
678 iBreakPosition = up->iRawBufLen - 1 ;
687 if ( up->iRawBufLen < MAX_RAWBUF - 2
693 iBreakPosition = up->iRawBufLen
[all...]

Completed in 56 milliseconds