Home
last modified time | relevance | path

Searched refs:ff_read (Results 1 – 10 of 10) sorted by relevance

/f-stack/lib/
H A Dff_api.symlist8 ff_read
H A Dff_api.h87 ssize_t ff_read(int d, void *buf, size_t nbytes);
H A Dff_syscall_wrapper.c691 ff_read(int fd, void *buf, size_t nbytes) in ff_read() function
/f-stack/example/
H A Dmain_epoll.c90 size_t readlen = ff_read( events[i].data.fd, buf, sizeof(buf)); in loop()
H A Dmain.c101 size_t readlen = ff_read(clientfd, buf, sizeof(buf)); in loop()
H A Dmain_zc.c181 size_t readlen = ff_read(clientfd, buf, sizeof(buf)); in loop()
/f-stack/app/micro_thread/
H A Dff_hook.cpp66 return ff_read(fd, buf, nbyte); in ff_hook_read()
/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c346 return ff_read(sockfd, buf, count); in read()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c487 return ff_read(sockfd, buf, count); in read()
/f-stack/doc/
H A DF-Stack_API_Reference.md106 ssize_t ff_read(int d, void *buf, size_t nbytes);