OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintSocketError
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/tool/
transport_common.cc
128
static void
PrintSocketError
(const char *function) {
165
PrintSocketError
("socket");
189
PrintSocketError
("connect");
232
PrintSocketError
("socket");
238
PrintSocketError
("setsockopt");
243
PrintSocketError
("connect");
361
PrintSocketError
("Failed to set socket non-blocking");
497
PrintSocketError
("Error in WSACreateEvent");
546
PrintSocketError
("Error waiting for socket read");
557
PrintSocketError
("Error waiting for socket write")
[
all
...]
/external/boringssl/src/ssl/test/
bssl_shim.cc
79
static void
PrintSocketError
(const char *func) {
83
static void
PrintSocketError
(const char *func) {
106
PrintSocketError
("socket");
112
PrintSocketError
("setsockopt");
127
PrintSocketError
("inet_pton");
136
PrintSocketError
("inet_pton");
148
PrintSocketError
("connect");
[
all
...]
Completed in 97 milliseconds