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:string_entry
(Results
1 - 2
of
2
) sorted by relevance
/third_party/nghttp2/tests/
H
A
D
nghttp2_pq_test.c
36
}
string_entry
;
typedef
38
static
string_entry
*string_entry_new(const char *s) {
in string_entry_new()
40
string_entry
*ent;
in string_entry_new()
44
ent = nghttp2_mem_malloc(mem, sizeof(
string_entry
));
in string_entry_new()
50
static void string_entry_del(
string_entry
*ent) { free(ent); }
in string_entry_del()
53
return strcmp(((
string_entry
*)lhs)->s, ((
string_entry
*)rhs)->s) < 0;
in pq_less()
59
string_entry
*top;
in test_nghttp2_pq()
67
top = (
string_entry
*)nghttp2_pq_top(&pq);
in test_nghttp2_pq()
70
top = (
string_entry
*)nghttp2_pq_to
in test_nghttp2_pq()
[all...]
/third_party/backends/tools/
H
A
D
sane-desc.c
933
char *
string_entry
= 0;
in read_files()
local
958
&
string_entry
) == SANE_STATUS_GOOD)
in read_files()
963
string_entry
);
in read_files()
971
new_be->name =
string_entry
;
in read_files()
1019
&
string_entry
) == SANE_STATUS_GOOD)
in read_files()
1026
string_entry
, current_backend->version,
in read_files()
1031
current_backend->name,
string_entry
);
in read_files()
1032
current_backend->version =
string_entry
;
in read_files()
1037
&
string_entry
) == SANE_STATUS_GOOD)
in read_files()
1048
if (strcmp (
string_entry
, "
in read_files()
[all...]
Completed in 3 milliseconds