Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SET_SOCKERRNO
(Results
1 - 11
of
11
) sorted by relevance
/third_party/curl/lib/
H
A
D
select.h
96
SET_SOCKERRNO
(WSAEINVAL); \
108
SET_SOCKERRNO
(EINVAL); \
H
A
D
curl_setup_once.h
305
* Macro SOCKERRNO /
SET_SOCKERRNO
() returns / sets the *socket-related* errno
311
#define
SET_SOCKERRNO
(x) (WSASetLastError((int)(x)))
macro
314
#define
SET_SOCKERRNO
(x) (errno = (x))
macro
H
A
D
select.c
74
SET_SOCKERRNO
(EINVAL);
in Curl_wait_ms()
H
A
D
curl_addrinfo.c
203
SET_SOCKERRNO
(error);
in Curl_getaddrinfo_ex()
H
A
D
openldap.c
1182
SET_SOCKERRNO
(EWOULDBLOCK);
in ldapsb_tls_read()
1201
SET_SOCKERRNO
(EWOULDBLOCK);
in ldapsb_tls_write()
H
A
D
cf-socket.c
701
SET_SOCKERRNO
(0);
in verifyconnect()
708
SET_SOCKERRNO
(0);
in verifyconnect()
1211
SET_SOCKERRNO
(ctx->error);
in cf_tcp_connect()
H
A
D
asyn-thread.c
395
SET_SOCKERRNO
(error);
in query_complete()
H
A
D
connect.c
631
SET_SOCKERRNO
(baller->error);
in is_connected()
/third_party/node/deps/cares/src/lib/
H
A
D
setup_once.h
333
* Macro SOCKERRNO /
SET_SOCKERRNO
() returns / sets the *socket-related* errno
339
# define
SET_SOCKERRNO
(x) (WSASetLastError((int)(x)))
macro
342
# define
SET_SOCKERRNO
(x) (errno = (x))
H
A
D
ares_platform.c
11046
SET_SOCKERRNO
(error);
in getservbyport()
/third_party/curl/tests/libtest/
H
A
D
first.c
49
SET_SOCKERRNO
(EINVAL);
in select_wrapper()
Completed in 24 milliseconds