Searched refs:bozo_write (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/libexec/httpd/
H A Ddir-index-bozo.c216 bozo_write(httpd, STDOUT_FILENO, buf, rlen);
H A Dbozohttpd.h439 ssize_t bozo_write(bozohttpd_t *, int, const void *, size_t);
H A Dssl-bozo.c420 bozo_write(bozohttpd_t *httpd, int fd, const void *buf, size_t len) function
H A Dlua-bozo.c144 if ((n = bozo_write(httpd, STDIN_FILENO, data, len)) >= 0) {
149 lua_pushstring(L, "bozo_write() call failed");
H A Dcgi-bozo.c190 wbytes = bozo_write(httpd, STDOUT_FILENO, buf,
637 /* child: read from sv[0] (bozo_write()) write to stdout */
H A Dbozohttpd.c947 if (bozo_write(httpd, STDOUT_FILENO, addr + wroffset,
956 if (sz && (size_t)bozo_write(httpd, STDOUT_FILENO, addr + wroffset,

Completed in 118 milliseconds