Searched defs:nbyte (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | buff.c | 121 static int ap_read(BUFF *fb, void *buf, int nbyte) in ap_read() 131 static ap_inline int buff_read(BUFF *fb, void *buf, int nbyte) in buff_read() 140 static int ap_write(BUFF *fb, const void *buf, int nbyte) in ap_write() 149 static ap_inline int buff_write(BUFF *fb, const void *buf, int nbyte) in buff_write() 409 static ap_inline int saferead_guts(BUFF *fb, void *buf, int nbyte) in saferead_guts() 428 static int read_with_errors(BUFF *fb, void *buf, int nbyte) in read_with_errors() 451 API_EXPORT(int) ap_bread(BUFF *fb, void *buf, int nbyte) in ap_bread() 708 static int write_it_all(BUFF *fb, const void *buf, int nbyte) in write_it_all() 789 static int write_with_errors(BUFF *fb, const void *buf, int nbyte) in write_with_errors() 820 static int bcwrite(BUFF *fb, const void *buf, int nbyte) in bcwrite() [all …]
|
| D | http_protocol.c | 2528 API_EXPORT(int) ap_rwrite(const void *buf, int nbyte, request_rec *r) in ap_rwrite()
|
| /mirbsd/src/lib/libc/sys/ |
| D | pwrite.c | 43 pwrite(int fd, const void *buf, size_t nbyte, off_t offset) in pwrite()
|
| D | pread.c | 43 pread(int fd, void *buf, size_t nbyte, off_t offset) in pread()
|
| /mirbsd/src/sys/kern/ |
| D | sys_generic.c | 101 dofileread(p, fd, fp, buf, nbyte, offset, retval) in dofileread() argument 312 dofilewrite(p, fd, fp, buf, nbyte, offset, retval) in dofilewrite() argument
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTTCP.c | 2190 unsigned nbyte) in HTDoRead()
|
| /mirbsd/src/usr.bin/telnet/ |
| D | commands.c | 225 int nbyte; /* Number of bytes to send this command */ member
|