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_free
(Results
1 - 4
of
4
) sorted by relevance
/third_party/cJSON/
H
A
D
cJSON_Utils.c
230
cJSON_free
(target_pointer);
in cJSONUtils_FindPointerFromObjectTo()
231
cJSON_free
(full_pointer);
in cJSONUtils_FindPointerFromObjectTo()
235
cJSON_free
(target_pointer);
in cJSONUtils_FindPointerFromObjectTo()
246
cJSON_free
(target_pointer);
in cJSONUtils_FindPointerFromObjectTo()
252
cJSON_free
(target_pointer);
in cJSONUtils_FindPointerFromObjectTo()
477
cJSON_free
(parent_pointer);
in detach_path()
810
cJSON_free
(root->string);
in overwrite_item()
814
cJSON_free
(root->valuestring);
in overwrite_item()
889
cJSON_free
(value);
in apply_patch()
895
cJSON_free
(objec
in apply_patch()
[all...]
H
A
D
cJSON.h
159
/* Memory Management: the caller is always responsible to free the results from all variants of cJSON_Parse (with cJSON_Delete) and cJSON_Print (with stdlib free, cJSON_Hooks.free_fn, or
cJSON_free
as appropriate). The exception is cJSON_PrintPreallocated, where the caller has full responsibility of the buffer. */
322
CJSON_PUBLIC(void)
cJSON_free
(void *object);
H
A
D
cJSON.c
586
cJSON_free
(object->valuestring);
in cJSON_SetValuestring()
2628
cJSON_free
(replacement->string);
in replace_item_in_object()
3461
CJSON_PUBLIC(void)
cJSON_free
(void *object)
in cJSON_free()
function
/third_party/cJSON/tests/
H
A
D
misc_tests.c
336
cJSON_free
(array);
in cjson_replace_item_via_pointer_should_replace_items()
Completed in 7 milliseconds