Searched refs:StaticOnFdEvent (Results 1 – 1 of 1) sorted by relevance
61 static void StaticOnFdEvent(int fd, unsigned ev, void* opaque);107 fd_event_ = fdevent_create(fd.release(), &TlsServer::StaticOnFdEvent, this); in Start()128 void TlsServer::StaticOnFdEvent(int fd, unsigned ev, void* opaque) { in StaticOnFdEvent() function in __anond60ce5ca0111::TlsServer