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_InitHooks
(Results
1 - 4
of
4
) sorted by relevance
/third_party/cJSON/tests/
H
A
D
cjson_add.c
75
cJSON_InitHooks
(&failing_hooks);
in cjson_add_null_should_fail_on_allocation_failure()
79
cJSON_InitHooks
(NULL);
in cjson_add_null_should_fail_on_allocation_failure()
111
cJSON_InitHooks
(&failing_hooks);
in cjson_add_true_should_fail_on_allocation_failure()
115
cJSON_InitHooks
(NULL);
in cjson_add_true_should_fail_on_allocation_failure()
124
cJSON_InitHooks
(&failing_hooks);
in cjson_create_int_array_should_fail_on_allocation_failure()
128
cJSON_InitHooks
(NULL);
in cjson_create_int_array_should_fail_on_allocation_failure()
135
cJSON_InitHooks
(&failing_hooks);
in cjson_create_float_array_should_fail_on_allocation_failure()
139
cJSON_InitHooks
(NULL);
in cjson_create_float_array_should_fail_on_allocation_failure()
146
cJSON_InitHooks
(&failing_hooks);
in cjson_create_double_array_should_fail_on_allocation_failure()
150
cJSON_InitHooks
(NUL
in cjson_create_double_array_should_fail_on_allocation_failure()
[all...]
H
A
D
misc_tests.c
379
cJSON_InitHooks
(NULL);
in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
H
A
D
cJSON.h
157
CJSON_PUBLIC(void)
cJSON_InitHooks
(cJSON_Hooks* hooks);
320
/* malloc/free objects using the malloc/free functions that have been set with
cJSON_InitHooks
*/
H
A
D
cJSON.c
221
CJSON_PUBLIC(void)
cJSON_InitHooks
(cJSON_Hooks* hooks)
in cJSON_InitHooks()
function
Completed in 7 milliseconds