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:HAVE_ACCEPT4
(Results
1 - 6
of
6
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_accept_handler.cc
65
#ifdef
HAVE_ACCEPT4
in accept_connection()
68
#else // !
HAVE_ACCEPT4
in accept_connection()
70
#endif // !
HAVE_ACCEPT4
in accept_connection()
97
#ifndef
HAVE_ACCEPT4
in accept_connection()
100
#endif // !
HAVE_ACCEPT4
in accept_connection()
H
A
D
HttpServer.cc
1905
#ifdef
HAVE_ACCEPT4
in accept_connection()
1907
#else // !
HAVE_ACCEPT4
in accept_connection()
1909
#endif // !
HAVE_ACCEPT4
in accept_connection()
1913
#ifndef
HAVE_ACCEPT4
in accept_connection()
1915
#endif // !
HAVE_ACCEPT4
in accept_connection()
/third_party/pulseaudio/include/
H
A
D
config.h
38
#define
HAVE_ACCEPT4
1
macro
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H
A
D
daemon.c
69
#ifndef
HAVE_ACCEPT4
70
#define
HAVE_ACCEPT4
0
macro
1929
#if
HAVE_ACCEPT4
in MHD_accept_connection()
1955
#if !defined(
HAVE_ACCEPT4
) ||
HAVE_ACCEPT4
+0 == 0 || !defined(HAVE_SOCK_NONBLOCK) || SOCK_CLOEXEC+0 == 0
in MHD_accept_connection()
/third_party/python/Modules/
H
A
D
socketmodule.c
2693
#if defined(HAVE_ACCEPT) || defined(
HAVE_ACCEPT4
)
2694
#if defined(
HAVE_ACCEPT4
) && defined(SOCK_CLOEXEC)
2715
#if defined(
HAVE_ACCEPT4
) && defined(SOCK_CLOEXEC)
in sock_accept_impl()
2771
#if defined(
HAVE_ACCEPT4
) && defined(SOCK_CLOEXEC)
in sock_accept()
2807
#endif // defined(HAVE_ACCEPT) || defined(
HAVE_ACCEPT4
)
4957
#if defined(HAVE_ACCEPT) || defined(
HAVE_ACCEPT4
)
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-util.c
3709
#ifdef
HAVE_ACCEPT4
in pa_accept_cloexec()
Completed in 20 milliseconds