Searched refs:ff_hook_send (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | ff_hook.h | 36 ssize_t ff_hook_send(int fd, const void *buf, size_t nbyte, int flags);
|
| H A D | ff_hook.cpp | 106 ssize_t ff_hook_send(int fd, const void *buf, size_t nbyte, int flags) in ff_hook_send() function
|
| H A D | mt_cache.cpp | 470 ret = ff_hook_send(fd, item->data, item->data_len, 0); in cache_tcp_send() 514 ret = ff_hook_send(fd, data, len, 0); in cache_tcp_send_buff()
|
| H A D | mt_sys_hook.cpp | 276 return ff_hook_send(fd, buf, nbyte, flags); in send()
|
| H A D | mt_connection.cpp | 292 int ret = ff_hook_send(_osfd, msg_ptr + have_send_len, msg_len - have_send_len, 0); in SendData()
|
| H A D | micro_thread.cpp | 1354 n = ff_hook_send(fd, (char*)buf + send_len, nbyte - send_len, flags); in send()
|