Home
last modified time | relevance | path

Searched refs:hsz (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/acme-client/
H A Dhttp.c496 size_t hsz, szp; in http_head_parse() local
519 hsz = 0; in http_head_parse()
525 hsz++; in http_head_parse()
542 *sz = hsz; in http_head_parse()
543 hsz = 0; in http_head_parse()
551 if (hsz == 0) { in http_head_parse()
552 h[hsz].key = "Status"; in http_head_parse()
553 h[hsz++].val = cp; in http_head_parse()
566 h[hsz].key = cp; in http_head_parse()
567 h[hsz++].val = ccp; in http_head_parse()
[all …]
/openbsd/usr.sbin/ocspcheck/
H A Dhttp.c490 size_t hsz, szp; in http_head_parse() local
513 hsz = 0; in http_head_parse()
519 hsz++; in http_head_parse()
536 *sz = hsz; in http_head_parse()
537 hsz = 0; in http_head_parse()
545 if (hsz == 0) { in http_head_parse()
546 h[hsz].key = "Status"; in http_head_parse()
547 h[hsz++].val = cp; in http_head_parse()
560 h[hsz].key = cp; in http_head_parse()
561 h[hsz++].val = ccp; in http_head_parse()
[all …]
/openbsd/bin/pax/
H A Dar_subs.c1023 int hsz; in next_head() local
1032 res = hsz = frmt->hsz; in next_head()
1034 shftsz = hsz - 1; in next_head()
1076 res = hsz; in next_head()
1114 res = hsz; in next_head()
1183 if (fsub[ford[i]].name != NULL && fsub[ford[i]].hsz < minhd) in get_arc()
1184 minhd = fsub[ford[i]].hsz; in get_arc()
H A Dpax.h151 int hsz; /* Header size in bytes. this is the size of */ member
/openbsd/usr.sbin/npppd/common/
H A Dhash.c40 uint32_t (*hash_func) (const void *, int), int hsz) in hash_create() argument
48 if (hsz < 1) in hash_create()
51 htbl->size = hsz; in hash_create()