OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SocketLibevent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/socket/
socket_libevent.h
26
class NET_EXPORT_PRIVATE
SocketLibevent
29
SocketLibevent
();
30
virtual ~
SocketLibevent
();
44
int Accept(scoped_ptr<
SocketLibevent
>* socket,
87
int DoAccept(scoped_ptr<
SocketLibevent
>* socket);
104
scoped_ptr<
SocketLibevent
>* accept_socket_;
127
DISALLOW_COPY_AND_ASSIGN(
SocketLibevent
);
socket_libevent.cc
56
SocketLibevent
::
SocketLibevent
()
63
SocketLibevent
::~
SocketLibevent
() {
67
int
SocketLibevent
::Open(int address_family) {
92
int
SocketLibevent
::AdoptConnectedSocket(SocketDescriptor socket,
109
SocketDescriptor
SocketLibevent
::ReleaseConnectedSocket() {
116
int
SocketLibevent
::Bind(const SockaddrStorage& address) {
129
int
SocketLibevent
::Listen(int backlog) {
143
int
SocketLibevent
::Accept(scoped_ptr<SocketLibevent>* socket
[
all
...]
Completed in 175 milliseconds