Searched refs:eoh (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_warc.c | 217 const char *eoh; in _warc_rdhdr() local 248 eoh = _warc_find_eoh(buf, nrd); in _warc_rdhdr() 249 if (eoh == NULL) { in _warc_rdhdr() 258 ver = _warc_rdver(buf, eoh - buf); in _warc_rdhdr() 272 cntlen = _warc_rdlen(buf, eoh - buf); in _warc_rdhdr() 281 rtime = _warc_rdrtm(buf, eoh - buf); in _warc_rdhdr() 301 ftyp = _warc_rdtyp(buf, eoh - buf); in _warc_rdhdr() 312 fnam = _warc_rduri(buf, eoh - buf); in _warc_rdhdr() 343 if ((mtime = _warc_rdmtm(buf, eoh - buf)) == (time_t)-1) { in _warc_rdhdr() 362 __archive_read_consume(a, eoh - buf); in _warc_rdhdr() [all …]
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.c | 4409 uint8_t opts[MAX_TCPOPTLEN], *opt, *eoh; in pf_modulate_sack() local 4418 eoh = opts + olen; in pf_modulate_sack() 4423 size_t safelen = MIN(opt[1], (eoh - opt)); in pf_modulate_sack() 5450 uint8_t *eoh = opts + hlen; in pf_find_tcpopt() local 5455 while ((eoh - opt) >= min_typelen) { in pf_find_tcpopt()
|
| /freebsd/contrib/sendmail/cf/m4/ |
| H A D | proto.m4 | 689 _OPTION(Milter.macros.eoh, `confMILTER_MACROS_EOH', `')
|
| /freebsd/contrib/sendmail/cf/ |
| H A D | README | 4495 confMILTER_MACROS_EOH Milter.macros.eoh
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 992 options for setting Milter.macros.eoh and Milter.macros.data. 1149 CONFIG: New subsuboptions eoh and data to specify the list of
|