Searched refs:ff_write (Results 1 – 10 of 10) sorted by relevance
| /f-stack/example/ |
| H A D | main_zc.c | 214 ff_write(clientfd, zc_buf.bsd_mbuf, buf_len); in loop() 224 ff_write(clientfd, html_buf, buf_len); in loop()
|
| H A D | main_epoll.c | 92 ff_write( events[i].data.fd, html, sizeof(html) - 1); in loop()
|
| H A D | main.c | 103 ff_write(clientfd, html, sizeof(html) - 1); in loop()
|
| /f-stack/lib/ |
| H A D | ff_api.symlist | 10 ff_write
|
| H A D | ff_api.h | 90 ssize_t ff_write(int fd, const void *buf, size_t nbytes);
|
| H A D | ff_syscall_wrapper.c | 743 ff_write(int fd, const void *buf, size_t nbytes) in ff_write() function
|
| /f-stack/app/micro_thread/ |
| H A D | ff_hook.cpp | 75 return ff_write(fd, buf, nbyte); in ff_hook_write()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet_ff.c | 317 return ff_write(sockfd, buf, count); in write()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 498 return ff_write(sockfd, buf, count); in write()
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 114 ssize_t ff_write(int fd, const void *buf, size_t nbytes);
|