Lines Matching refs:hptr
94 struct hdrs *hptr; in xxxcopylet() local
126 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()
128 clen = atol (hptr->value); in xxxcopylet()
208 if ((hptr = hdrlines[H_TCOPY].head) != in xxxcopylet()
214 if ((hptr = hdrlines[H_RECEIVED].head) != in xxxcopylet()
221 if ((hptr = hdrlines[H_MIMEVERS].head) != in xxxcopylet()
225 if ((hptr = hdrlines[H_CTYPE].head) != in xxxcopylet()
229 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()
259 if (printhdr (type, htype, hptr, f) < 0) { in xxxcopylet()
316 hptr = hdrlines[htype].head; in xxxcopylet()
318 clen = atol (hptr->value); in xxxcopylet()