Searched refs:bozo_read (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/libexec/httpd/
H A Dlua-bozo.c97 if ((n = bozo_read(httpd, STDIN_FILENO, data, len)) >= 0) {
102 lua_pushstring(L, "bozo_read() call failed");
422 n = bozo_read(httpd,
H A Dcgi-bozo.c128 (str = bozodgetln(httpd, in, &len, bozo_read)) != NULL) {
636 /* parent: read from stdin (bozo_read()) write to sv[0] */
655 while ((rbytes = bozo_read(httpd, STDIN_FILENO, buf, sizeof buf)) > 0) {
H A Dbozohttpd.h438 ssize_t bozo_read(bozohttpd_t *, int, void *, size_t);
H A Dssl-bozo.c409 bozo_read(bozohttpd_t *httpd, int fd, void *buf, size_t len) function
H A Dbozohttpd.c706 while ((str = bozodgetln(httpd, STDIN_FILENO, &len, bozo_read)) != NULL) {

Completed in 200 milliseconds