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
defs:maxfd
(Results
51 - 61
of
61
) sorted by relevance
1
2
3
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H
A
D
proxy.c
984
int
maxfd
= -1;
in run()
local
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H
A
D
test_new_connection.c
914
int
maxfd
= -1;
in parentproc()
local
H
A
D
test_notls.c
877
int
maxfd
= -1;
in parentproc()
local
H
A
D
test_request_response.c
936
int
maxfd
= -1;
in parentproc()
local
/third_party/toybox/toys/pending/
H
A
D
dhcp6.c
580
int
maxfd
= TT.sock;
in dhcp6_main()
local
H
A
D
dhcp.c
1324
int
maxfd
= (sigfd.rd > state->sockfd)? sigfd.rd : state->sockfd;
in dhcp_main()
local
H
A
D
dhcpd.c
1683
int
maxfd
= (sigfd.rd > gstate.listensock)? sigfd.rd : gstate.listensock;
in dhcpd_main()
local
/third_party/curl/tests/server/
H
A
D
sws.c
1447
curl_socket_t
maxfd
= (curl_socket_t)-1;
in http_connect()
local
2281
curl_socket_t
maxfd
= (curl_socket_t)-1;
main()
local
[all...]
/third_party/backends/frontend/
H
A
D
saned.c
115
int
maxfd
= 0;
in poll()
local
/third_party/libfuse/lib/
H
A
D
fuse_lowlevel.c
634
int
maxfd
;
local
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-util.c
2792
int
maxfd
, fd;
in pa_close_allv()
local
Completed in 27 milliseconds
1
2
3