Searched refs:in_header (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/lib/libc/rpc/ |
| H A D | xdr_rec.c | 153 uint32_t in_header; member 237 rstrm->in_hdrp = (char *)(void *)&rstrm->in_header; in xdrrec_create() 543 (int)sizeof (rstrm->in_header) - rstrm->in_hdrlen); in __xdrrec_getrec() 555 if (rstrm->in_hdrlen < (int)sizeof(rstrm->in_header)) { in __xdrrec_getrec() 559 rstrm->in_header = ntohl(rstrm->in_header); in __xdrrec_getrec() 560 fraglen = (int)(rstrm->in_header & ~LAST_FRAG); in __xdrrec_getrec() 573 if (rstrm->in_header & LAST_FRAG) { in __xdrrec_getrec() 574 rstrm->in_header &= ~LAST_FRAG; in __xdrrec_getrec() 598 rstrm->in_hdrp = (char *)(void *)&rstrm->in_header; in __xdrrec_getrec()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | mime_decode.c | 329 int in_header; in split_multipart() local 338 in_header = 1; in split_multipart() 356 if (!in_header) in split_multipart() 360 !in_header && in split_multipart() 400 in_header = 1; in split_multipart() 404 in_header = 0; in split_multipart() 417 int in_header; in split_message() local 424 in_header = 1; in split_message() 435 if (!in_header) in split_message() 438 if (in_header && line_len == 1) { /* end of header */ in split_message() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
| H A D | psrm.cpp | 1012 int in_header = 1; in process_file() local 1030 if (i >= NCOMMENTS && in_header) { in process_file() 1032 in_header = 0; in process_file() 1066 in_header = 0; in process_file() 1067 if (!outfp && !in_header && !interesting) in process_file()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | ispmbox.h | 1709 isphdr_t in_header; member 1727 isphdr_t in_header; member 1739 isphdr_t in_header; member 1778 isphdr_t in_header; member
|
| H A D | isp_library.c | 3328 isp_put_hdr(isp, &src->in_header, &dst->in_header); in isp_put_notify() 3366 isp_get_hdr(isp, &src->in_header, &dst->in_header); in isp_get_notify() 3403 isp_put_hdr(isp, &src->in_header, &dst->in_header); in isp_put_notify_fc() 3417 isp_put_hdr(isp, &src->in_header, &dst->in_header); in isp_put_notify_fc_e() 3432 isp_put_hdr(isp, &src->in_header, &dst->in_header); in isp_put_notify_24xx() 3466 isp_get_hdr(isp, &src->in_header, &dst->in_header); in isp_get_notify_fc() 3480 isp_get_hdr(isp, &src->in_header, &dst->in_header); in isp_get_notify_fc_e() 3495 isp_get_hdr(isp, &src->in_header, &dst->in_header); in isp_get_notify_24xx()
|