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:feature_names
(Results
1 - 8
of
8
) sorted by relevance
/third_party/curl/src/
H
A
D
tool_libinfo.c
126
const char * const *
feature_names
= fnames;
variable
132
* Global pointer
feature_names
is set to the feature names array. If
163
if(curlinfo->age >= CURLVERSION_ELEVENTH && curlinfo->
feature_names
)
in get_libcurl_info()
164
feature_names
= curlinfo->
feature_names
;
in get_libcurl_info()
176
for(builtin =
feature_names
; *builtin; builtin++) {
in get_libcurl_info()
H
A
D
tool_help.c
155
for(builtin =
feature_names
; *builtin; ++builtin)
in is_debug()
203
if(
feature_names
[0]) {
in tool_version_info()
205
for(builtin =
feature_names
; *builtin; ++builtin)
in tool_version_info()
H
A
D
tool_libinfo.h
36
extern const char * const *
feature_names
;
/third_party/curl/lib/
H
A
D
version.c
531
static const char *
feature_names
[sizeof(features_table) /
variable
569
feature_names
671
feature_names
[n++] = p->name;
in curl_version_info()
674
feature_names
[n] = NULL; /* Terminate array. */
in curl_version_info()
/third_party/curl/docs/examples/
H
A
D
protofeats.c
47
for(ptr = ver->
feature_names
; *ptr; ++ptr)
in main()
/third_party/python/Tools/scripts/
H
A
D
stable_abi.py
331
feature_names
= sorted(m.name for m in feature_macros)
332
write(f"EXPECTED_FEATURE_MACROS = set({pprint.pformat(
feature_names
)})")
/third_party/curl/packages/OS400/
H
A
D
ccsidcurl.c
440
offsetof(curl_version_info_data,
feature_names
)
in curl_version_info_ccsid()
/third_party/curl/include/curl/
H
A
D
curl.h
3114
/*
feature_names
is terminated by an entry with a NULL feature name */
3115
const char * const *
feature_names
;
member
Completed in 12 milliseconds