Home
last modified time | relevance | path

Searched refs:ff_hook_send (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/micro_thread/
H A Dff_hook.h36 ssize_t ff_hook_send(int fd, const void *buf, size_t nbyte, int flags);
H A Dff_hook.cpp106 ssize_t ff_hook_send(int fd, const void *buf, size_t nbyte, int flags) in ff_hook_send() function
H A Dmt_cache.cpp470 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 Dmt_sys_hook.cpp276 return ff_hook_send(fd, buf, nbyte, flags); in send()
H A Dmt_connection.cpp292 int ret = ff_hook_send(_osfd, msg_ptr + have_send_len, msg_len - have_send_len, 0); in SendData()
H A Dmicro_thread.cpp1354 n = ff_hook_send(fd, (char*)buf + send_len, nbyte - send_len, flags); in send()