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:cleanup_head
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H
A
D
daemon.c
78
while (NULL != (session = daemon->
cleanup_head
))
in spdyf_cleanup_sessions()
80
DLL_remove (daemon->
cleanup_head
,
in spdyf_cleanup_sessions()
H
A
D
structures.h
876
struct SPDY_Session *
cleanup_head
;
member
H
A
D
session.c
1376
DLL_insert (daemon->
cleanup_head
,
in SPDYF_session_close()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H
A
D
internal.h
945
struct MHD_Connection *
cleanup_head
;
member
H
A
D
daemon.c
1987
while (NULL != (pos = daemon->
cleanup_head
))
in MHD_cleanup_connections()
1989
DLL_remove (daemon->
cleanup_head
,
in MHD_cleanup_connections()
4319
DLL_insert (daemon->
cleanup_head
,
in close_connection()
H
A
D
connection.c
2247
DLL_insert (daemon->
cleanup_head
,
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
2325
void *
cleanup_head
;
member
2434
a->
cleanup_head
= NULL;
in upb_arena_init()
2446
cleanup_ent *ent = a->
cleanup_head
;
in upb_arena_free()
2476
ent->next = a->
cleanup_head
;
in upb_arena_addcleanup()
2477
a->
cleanup_head
= ent;
in upb_arena_addcleanup()
Completed in 35 milliseconds