Lines Matching refs:lencode
224 * If lencode is 0:
238 if (pp->lencode >= LENZYFER)
239 pp->lencode = 0;
241 if (!pp->lencode) {
243 pp->lencode = refclock_gtlin(rbufp, pp->a_lastcode,
248 memcpy(pp->a_lastcode + pp->lencode, p, rbufp->recv_length);
249 pp->lencode += rbufp->recv_length;
250 pp->a_lastcode[pp->lencode] = '\0';
253 if (pp->lencode < LENZYFER)
264 if (pp->lencode != LENZYFER) {