Searched refs:ff_send (Results 1 – 7 of 7) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_api.symlist | 12 ff_send
|
| H A D | ff_api.h | 93 ssize_t ff_send(int s, const void *buf, size_t len, int flags);
|
| H A D | ff_syscall_wrapper.c | 794 ff_send(int s, const void *buf, size_t len, int flags) in ff_send() function
|
| /f-stack/app/micro_thread/ |
| H A D | ff_hook.cpp | 109 return ff_send(fd, buf, nbyte, flags); in ff_hook_send()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet_ff.c | 212 return ff_send(sockfd, buf, len, flags); in send()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 308 return ff_send(sockfd, buf, len, flags); in send()
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 122 ssize_t ff_send(int s, const void *buf, size_t len, int flags);
|