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:cJSON_New_Item
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cJSON/
H
A
D
cJSON.c
253
static cJSON *
cJSON_New_Item
(const internal_hooks * const hooks)
in cJSON_New_Item()
function
1357
item =
cJSON_New_Item
(&global_hooks);
in cJSON_ParseWithLengthOpts()
1722
cJSON *new_item =
cJSON_New_Item
(&(input_buffer->hooks));
in parse_array()
1880
cJSON *new_item =
cJSON_New_Item
(&(input_buffer->hooks));
in parse_object()
2191
reference =
cJSON_New_Item
(hooks);
in create_reference()
2654
cJSON *item =
cJSON_New_Item
(&global_hooks);
in cJSON_CreateNull()
2665
cJSON *item =
cJSON_New_Item
(&global_hooks);
in cJSON_CreateTrue()
2676
cJSON *item =
cJSON_New_Item
(&global_hooks);
in cJSON_CreateFalse()
2687
cJSON *item =
cJSON_New_Item
(&global_hooks);
in cJSON_CreateBool()
2699
cJSON *item =
cJSON_New_Item
(
in cJSON_CreateInt64Number()
[all...]
/third_party/vulkan-loader/loader/
H
A
D
cJSON.c
72
static cJSON *
cJSON_New_Item
(const VkAllocationCallbacks *pAllocator) {
in cJSON_New_Item()
function
463
cJSON *c =
cJSON_New_Item
(pAllocator);
in cJSON_ParseWithOpts()
605
item->child = child =
cJSON_New_Item
(item->pAllocator);
in parse_array()
615
new_item =
cJSON_New_Item
(item->pAllocator);
in parse_array()
744
item->child = child =
cJSON_New_Item
(item->pAllocator);
in parse_object()
762
new_item =
cJSON_New_Item
(item->pAllocator);
in parse_object()
Completed in 5 milliseconds