Searched refs:ff_hook_recv (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | ff_hook.h | 35 ssize_t ff_hook_recv(int fd, void *buffer, size_t length, int flags);
|
| H A D | ff_hook.cpp | 98 ssize_t ff_hook_recv(int fd, void *buffer, size_t length, int flags) in ff_hook_recv() function
|
| H A D | mt_sys_hook.cpp | 259 return ff_hook_recv(fd, buffer, length, flags); in recv()
|
| H A D | mt_connection.cpp | 332 int ret = ff_hook_recv(_osfd, (char*)msg_ptr + have_rcv_len, max_len - have_rcv_len, 0); in RecvData()
|
| H A D | mt_cache.cpp | 419 int32_t recvd_len = ff_hook_recv(fd, buff, remain, 0); in cache_tcp_recv()
|
| H A D | micro_thread.cpp | 1307 int n = ff_hook_recv(fd, buf, len, flags); in recv()
|