Home
last modified time | relevance | path

Searched defs:http (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/usr.sbin/ocspcheck/
H A Dhttp.c55 struct http { struct
69 dosysread(char *buf, size_t sz, const struct http *http) in dosysread()
80 dosyswrite(const void *buf, size_t sz, const struct http *http) in dosyswrite()
91 dotlsread(char *buf, size_t sz, const struct http *http) in dotlsread()
106 dotlswrite(const void *buf, size_t sz, const struct http *http) in dotlswrite()
147 http_read(char *buf, size_t sz, const struct http *http) in http_read()
166 http_write(const char *buf, size_t sz, const struct http *http) in http_write()
181 http_disconnect(struct http *http) in http_disconnect()
207 http_free(struct http *http) in http_free()
227 struct http *http; in http_alloc() local
[all …]
H A Dhttp.h54 struct http *http; /* underlying connection */ member
/openbsd-src/usr.sbin/acme-client/
H A Dhttp.c56 struct http { struct
70 dosysread(char *buf, size_t sz, const struct http *http) in dosysread()
81 dosyswrite(const void *buf, size_t sz, const struct http *http) in dosyswrite()
92 dotlsread(char *buf, size_t sz, const struct http *http) in dotlsread()
107 dotlswrite(const void *buf, size_t sz, const struct http *http) in dotlswrite()
148 http_read(char *buf, size_t sz, const struct http *http) in http_read()
167 http_write(const char *buf, size_t sz, const struct http *http) in http_write()
182 http_disconnect(struct http *http) in http_disconnect()
204 http_free(struct http *http) in http_free()
224 struct http *http; in http_alloc() local
[all …]
H A Dhttp.h54 struct http *http; /* underlying connection */ member
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DMirrors.pm574 sub http { shift->{http} || '' } subroutine
/openbsd-src/regress/usr.sbin/rpki-client/
H A Dtest-http.c114 int error, fd[2], outfd, http; main() local
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackageRepository.pm96 sub http($) { 'OpenBSD::PackageRepository::HTTP' } subroutine
/openbsd-src/sbin/unwind/libunbound/services/
H A Dauthzone.h451 int http; member
/openbsd-src/usr.sbin/unbound/services/
H A Dauthzone.h451 int http; member
/openbsd-src/usr.sbin/rpki-client/
H A Dmain.c971 int rc, c, i, st, proc, rsync, http, rrdp, hangup = 0; main() local