Home
last modified time | relevance | path

Searched refs:epoll_remove_ssock (Results 1 – 9 of 9) sorted by relevance

/dports/net/udt/udt4/src/
H A Dapi.h180 int epoll_remove_ssock(const int eid, const SYSSOCKET s);
H A Dudt.h343 UDT_API int epoll_remove_ssock(int eid, SYSSOCKET s);
H A Dcore.h104 static int epoll_remove_ssock(const int eid, const SYSSOCKET s);
H A Dapi.cpp1129 int CUDTUnited::epoll_remove_ssock(const int eid, const SYSSOCKET s) in epoll_remove_ssock() function in CUDTUnited
2051 int CUDT::epoll_remove_ssock(const int eid, const SYSSOCKET s) in epoll_remove_ssock() function in CUDT
2055 return s_UDTUnited.epoll_remove_ssock(eid, s); in epoll_remove_ssock()
2302 int epoll_remove_ssock(int eid, SYSSOCKET s) in epoll_remove_ssock() function
2304 return CUDT::epoll_remove_ssock(eid, s); in epoll_remove_ssock()
/dports/www/srt/srt-1.4.4/srtcore/
H A Dudt.h206 SRT_API int epoll_remove_ssock(int eid, SYSSOCKET s);
H A Dapi.h306 int epoll_remove_ssock(const int eid, const SYSSOCKET s);
H A Dsrt_c_api.cpp288 int srt_epoll_remove_ssock(int eid, SYSSOCKET s) { return CUDT::epoll_remove_ssock(eid, s); } in srt_epoll_remove_ssock()
H A Dapi.cpp2463 int srt::CUDTUnited::epoll_remove_ssock(const int eid, const SYSSOCKET s) in epoll_remove_ssock() function in srt::CUDTUnited
4113 int srt::CUDT::epoll_remove_ssock(const int eid, const SYSSOCKET s) in epoll_remove_ssock() function in srt::CUDT
4117 return s_UDTUnited.epoll_remove_ssock(eid, s); in epoll_remove_ssock()
4533 int epoll_remove_ssock(int eid, SYSSOCKET s) in epoll_remove_ssock() function
4535 return srt::CUDT::epoll_remove_ssock(eid, s); in epoll_remove_ssock()
H A Dcore.h229 static int epoll_remove_ssock(const int eid, const SYSSOCKET s);