Searched refs:ff_read (Results 1 – 10 of 10) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_api.symlist | 8 ff_read
|
| H A D | ff_api.h | 87 ssize_t ff_read(int d, void *buf, size_t nbytes);
|
| H A D | ff_syscall_wrapper.c | 691 ff_read(int fd, void *buf, size_t nbytes) in ff_read() function
|
| /f-stack/example/ |
| H A D | main_epoll.c | 90 size_t readlen = ff_read( events[i].data.fd, buf, sizeof(buf)); in loop()
|
| H A D | main.c | 101 size_t readlen = ff_read(clientfd, buf, sizeof(buf)); in loop()
|
| H A D | main_zc.c | 181 size_t readlen = ff_read(clientfd, buf, sizeof(buf)); in loop()
|
| /f-stack/app/micro_thread/ |
| H A D | ff_hook.cpp | 66 return ff_read(fd, buf, nbyte); in ff_hook_read()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet_ff.c | 346 return ff_read(sockfd, buf, count); in read()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 487 return ff_read(sockfd, buf, count); in read()
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 106 ssize_t ff_read(int d, void *buf, size_t nbytes);
|