Lines Matching refs:hptr
92 struct hdrs *hptr; in xxxcopylet() local
124 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()
126 clen = atol (hptr->value); in xxxcopylet()
206 if ((hptr = hdrlines[H_TCOPY].head) != in xxxcopylet()
212 if ((hptr = hdrlines[H_RECEIVED].head) != in xxxcopylet()
219 if ((hptr = hdrlines[H_MIMEVERS].head) != in xxxcopylet()
223 if ((hptr = hdrlines[H_CTYPE].head) != in xxxcopylet()
227 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()
257 if (printhdr (type, htype, hptr, f) < 0) { in xxxcopylet()
313 hptr = hdrlines[htype].head; in xxxcopylet()
315 clen = atol (hptr->value); in xxxcopylet()