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:b_element
(Results
1 - 1
of
1
) sorted by relevance
/third_party/cJSON/
H
A
D
cJSON.c
3392
cJSON *
b_element
= b->child;
in CJSON_PUBLIC()
local
3394
for (; (a_element != NULL) && (
b_element
!= NULL);)
in CJSON_PUBLIC()
3396
if (!cJSON_Compare(a_element,
b_element
, case_sensitive))
in CJSON_PUBLIC()
3402
b_element
=
b_element
->next;
in CJSON_PUBLIC()
3406
if (a_element !=
b_element
) {
in CJSON_PUBLIC()
3416
cJSON *
b_element
= NULL;
in CJSON_PUBLIC()
local
3420
b_element
= get_object_item(b, a_element->string, case_sensitive);
in CJSON_PUBLIC()
3421
if (
b_element
== NULL)
in CJSON_PUBLIC()
3426
if (!cJSON_Compare(a_element,
b_element
, case_sensitiv
in CJSON_PUBLIC()
[all...]
Completed in 4 milliseconds