OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogRead
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/udp/
udp_socket_win.h
169
// success, or the net error code on failure.
LogRead
retrieves the address
171
void
LogRead
(int result, const char* bytes) const;
udp_socket_libevent.h
201
// success, or the net error code on failure. On success,
LogRead
takes in a
204
void
LogRead
(int result, const char* bytes, socklen_t addr_len,
udp_socket_win.cc
442
LogRead
(result, core_->read_iobuffer_->data());
448
void UDPSocketWin::
LogRead
(int result, const char* bytes) const {
524
LogRead
(result, buf->data());
531
LogRead
(result, NULL);
udp_socket_libevent.cc
160
LogRead
(result, NULL, 0, NULL);
356
void UDPSocketLibevent::
LogRead
(int result,
449
LogRead
(result, buf->data(), storage.addr_len, storage.addr);
Completed in 70 milliseconds