Searched refs:hget (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.sbin/ocspcheck/ |
H A D | ocspcheck.c | 560 struct httpget *hget; in main() local 666 hget = http_get(sources, rescount, host, port, path, in main() 668 if (hget == NULL) in main() 684 for (i = 0; i < hget->headsz; i++) in main() 685 dspew(" [%s]=[%s]\n", hget->head[i].key, hget->head[i].val); in main() 686 dspew(" [Body]=[%zu bytes]\n", hget->bodypartsz); in main() 687 if (hget->bodypartsz <= 0) in main() 690 if (hget->code != 200) in main() 697 if (!validate_response(hget->bodypart, hget->bodypartsz, in main() 700 instaple = hget->bodypart; in main() [all …]
|