Lines Matching defs:hptr
53 struct hdrs *hptr;
258 if ((hptr = hdrlines[H_MIMEVERS].head) !=
266 if ((hptr = hdrlines[H_CTYPE].head) !=
274 if ((hptr = hdrlines[H_CLEN].head) !=
294 if ((hptr = hdrlines[H_MIMEVERS].head) !=
302 if ((hptr = hdrlines[H_CTYPE].head) !=
310 if ((hptr = hdrlines[H_CLEN].head) !=
403 if ((hptr = hdrlines[H_MIMEVERS].head) != (struct hdrs *)NULL) {
404 if (strlen(hptr->value) == 0) {
405 (void) strlcpy(hptr->value, "1.0",
406 sizeof (hptr->value));
412 if ((hptr = hdrlines[H_CTYPE].head) != (struct hdrs *)NULL) {
413 if (strlen(hptr->value) == 0) {
414 (void) strlcpy(hptr->value, "text/plain",
415 sizeof (hptr->value));
421 if ((hptr = hdrlines[H_CLEN].head) != (struct hdrs *)NULL) {
422 (void) snprintf(hptr->value, sizeof (hptr->value),