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:buck
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libwebsockets/lib/system/metrics/
H
A
D
metrics.c
553
lws_metric_bucket_t *
buck
= pub->u.hist.head;
in lws_metrics_hist_bump_()
local
568
while (
buck
) {
in lws_metrics_hist_bump_()
569
if (lws_metric_bucket_name_len(
buck
) == nl &&
in lws_metrics_hist_bump_()
570
!strcmp(name, lws_metric_bucket_name(
buck
))) {
in lws_metrics_hist_bump_()
571
buck
->count++;
in lws_metrics_hist_bump_()
574
buck
=
buck
->next;
in lws_metrics_hist_bump_()
577
buck
= lws_malloc(sizeof(*
buck
) + nl + 2, __func__);
in lws_metrics_hist_bump_()
578
if (!
buck
)
in lws_metrics_hist_bump_()
[all...]
/third_party/libwebsockets/plugins/
H
A
D
protocol_lws_openmetrics_export.c
279
lws_metric_bucket_t *
buck
= pub->u.hist.head;
in lws_metrics_om_format()
local
286
while (
buck
) {
in lws_metrics_om_format()
287
lws_strncpy(tmp, lws_metric_bucket_name(
buck
),
in lws_metrics_om_format()
292
(unsigned long long)
buck
->count);
in lws_metrics_om_format()
298
buck
=
buck
->next;
in lws_metrics_om_format()
Completed in 4 milliseconds