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

/sendmail/sendmail/
H A Dsm_resolve.c214 int type, class, ttl, size, txtlen; local
330 ** of RDLENGTH (size). Nevertheless, txtlen
336 txtlen = *p;
337 if (txtlen >= size)
342 size, txtlen);
346 (*rr)->rr_u.rr_txt = (char *) sm_malloc(txtlen + 1);
353 txtlen + 1);

Completed in 7 milliseconds