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:items_lru
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libwebsockets/lib/misc/cache-ttl/
H
A
D
heap.c
98
cache->
items_lru
.head) {
in lws_cache_heap_item_destroy()
157
if (!cache->
items_lru
.head)
in lws_cache_item_evict_lru()
160
ei = lws_container_of(cache->
items_lru
.head,
in lws_cache_item_evict_lru()
237
lws_start_foreach_dll(struct lws_dll2 *, d, cache->
items_lru
.head) {
in lws_cache_heap_specific()
265
lws_start_foreach_dll(struct lws_dll2 *, d, cache->
items_lru
.head) {
in lws_cache_heap_lookup()
344
cache->
items_lru
.head) {
in lws_cache_heap_write()
375
cache->
items_lru
.count + 1 > cache->cache.info.max_items))
in lws_cache_heap_write()
419
lws_dll2_add_head(&item->list_lru, &cache->
items_lru
);
in lws_cache_heap_write()
437
lws_dll2_add_head(&item->list_lru, &cache->
items_lru
);
in lws_cache_heap_get()
469
cache->
items_lru
in lws_cache_heap_invalidate()
[all...]
H
A
D
private-lib-misc-cache-ttl.h
73
lws_dll2_owner_t
items_lru
;
member
Completed in 2 milliseconds