OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SocketSetNonBlocking
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/tool/
transport_common.h
54
bool
SocketSetNonBlocking
(int sock, bool is_non_blocking);
client.cc
192
if (!
SocketSetNonBlocking
(sock, true)) {
transport_common.cc
342
bool
SocketSetNonBlocking
(int sock, bool is_non_blocking) {
670
if (!
SocketSetNonBlocking
(sock, true)) {
Completed in 64 milliseconds