Lines Matching refs:bozohttpd_t
117 bozo_clear_ssl_queue(bozohttpd_t *httpd) in bozo_clear_ssl_queue()
146 bozo_ssl_warn(bozohttpd_t *httpd, const char *fmt, ...) in bozo_ssl_warn()
168 bozo_ssl_err(bozohttpd_t *httpd, int code, const char *fmt, ...) in bozo_ssl_err()
190 bozo_check_error_queue(bozohttpd_t *httpd, const char *tag, int ret) in bozo_check_error_queue()
205 bozo_ssl_printf(bozohttpd_t *httpd, const char * fmt, va_list ap) in bozo_ssl_printf()
222 bozo_ssl_read(bozohttpd_t *httpd, int fd, void *buf, size_t nbytes) in bozo_ssl_read()
235 bozo_ssl_write(bozohttpd_t *httpd, int fd, const void *buf, size_t nbytes) in bozo_ssl_write()
248 bozo_ssl_init(bozohttpd_t *httpd) in bozo_ssl_init()
299 bozo_ssl_accept(bozohttpd_t *httpd) in bozo_ssl_accept()
330 bozo_ssl_shutdown(bozohttpd_t *httpd) in bozo_ssl_shutdown()
339 bozo_ssl_destroy(bozohttpd_t *httpd) in bozo_ssl_destroy()
348 bozo_get_sslinfo(bozohttpd_t *httpd) in bozo_get_sslinfo()
361 bozo_ssl_set_opts(bozohttpd_t *httpd, const char *cert, const char *priv) in bozo_ssl_set_opts()
375 bozo_ssl_set_ciphers(bozohttpd_t *httpd, const char *ciphers) in bozo_ssl_set_ciphers()
390 bozo_printf(bozohttpd_t *httpd, const char *fmt, ...) in bozo_printf()
409 bozo_read(bozohttpd_t *httpd, int fd, void *buf, size_t len) in bozo_read()
420 bozo_write(bozohttpd_t *httpd, int fd, const void *buf, size_t len) in bozo_write()
431 bozo_flush(bozohttpd_t *httpd, FILE *fp) in bozo_flush()