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/crypto/bio/
bio_test.cc
51
static void
PrintSocketError
(const char *func) {
55
static void
PrintSocketError
(const char *func) {
76
PrintSocketError
("socket");
85
PrintSocketError
("inet_pton");
89
PrintSocketError
("bind");
93
PrintSocketError
("listen");
99
PrintSocketError
("getsockname");
121
PrintSocketError
("accept");
128
PrintSocketError
("read");
/external/boringssl/src/ssl/test/
bssl_shim.cc
69
static void
PrintSocketError
(const char *func) {
73
static void
PrintSocketError
(const char *func) {
654
PrintSocketError
("socket");
660
PrintSocketError
("setsockopt");
669
PrintSocketError
("inet_pton");
675
PrintSocketError
("connect");
[
all
...]
Completed in 53 milliseconds