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:os_errno
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
libsrt.c
152
int
os_errno
;
in libsrt_neterrno()
local
153
int err = srt_getlasterror(&
os_errno
);
in libsrt_neterrno()
157
return
os_errno
? AVERROR(
os_errno
) : AVERROR_UNKNOWN;
in libsrt_neterrno()
/third_party/curl/lib/
H
A
D
cf-socket.c
624
data->state.
os_errno
= error = SOCKERRNO;
in bindlocal()
652
data->state.
os_errno
= error = SOCKERRNO;
in bindlocal()
759
data->state.
os_errno
= error;
in socket_connect_result()
878
rctx->data->state.
os_errno
= sockerr;
in nw_in_read()
1210
data->state.
os_errno
= ctx->error;
in cf_tcp_connect()
1341
data->state.
os_errno
= sockerr;
in cf_socket_send()
H
A
D
connect.c
630
data->state.
os_errno
= baller->error;
in is_connected()
729
if(WSAETIMEDOUT == data->state.
os_errno
)
in is_connected()
732
if(ETIMEDOUT == data->state.
os_errno
)
in is_connected()
H
A
D
getinfo.c
269
*param_longp = data->state.
os_errno
;
in getinfo_long()
H
A
D
telnet.c
1559
if(data->state.
os_errno
== ECONNRESET) {
in telnet_do()
H
A
D
urldata.h
1358
int
os_errno
; /* filled in with errno whenever an error occurs */
member
Completed in 13 milliseconds