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:valid_ids
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libcoap/examples/
H
A
D
coap-server.c
161
static valid_ids_t
valid_ids
= {0, NULL};
variable
1981
for (i = 0; i <
valid_ids
.count; i++) {
in verify_id_callback()
1985
valid_ids
.id_list[i].hint_match)) {
in verify_id_callback()
1989
if (coap_binary_equal(identity,
valid_ids
.id_list[i].identity_match)) {
in verify_id_callback()
1991
(int)
valid_ids
.id_list[i].new_key->length,
in verify_id_callback()
1992
valid_ids
.id_list[i].new_key->s);
in verify_id_callback()
1993
return
valid_ids
.id_list[i].new_key;
in verify_id_callback()
2076
dtls_spsk.validate_id_call_back =
valid_ids
.count ?
in setup_spsk()
2557
new_id_list = realloc(
valid_ids
.id_list,
in cmdline_read_identity_check()
2558
(
valid_ids
in cmdline_read_identity_check()
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
vaapi_vpp.h
39
int
valid_ids
;
member
H
A
D
vaapi_vpp.c
673
ctx->
valid_ids
= 1;
in ff_vaapi_vpp_ctx_init()
683
if (ctx->
valid_ids
&& ctx->pipeline_uninit)
in ff_vaapi_vpp_ctx_uninit()
Completed in 6 milliseconds