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_CDECL
(Results
1 - 22
of
22
) sorted by relevance
/third_party/cJSON/
H
A
D
cJSON.h
55
#define
CJSON_CDECL
__cdecl
macro
71
#define
CJSON_CDECL
macro
141
void *(
CJSON_CDECL
*malloc_fn)(size_t sz);
142
void (
CJSON_CDECL
*free_fn)(void *ptr);
H
A
D
test.c
259
int
CJSON_CDECL
main(void)
in main()
H
A
D
cJSON.c
170
void *(
CJSON_CDECL
*allocate)(size_t size);
171
void (
CJSON_CDECL
*deallocate)(void *pointer);
172
void *(
CJSON_CDECL
*reallocate)(void *pointer, size_t size);
177
static void *
CJSON_CDECL
internal_malloc(size_t size)
in internal_malloc()
181
static void
CJSON_CDECL
internal_free(void *pointer)
in internal_free()
185
static void *
CJSON_CDECL
internal_realloc(void *pointer, size_t size)
in internal_realloc()
/third_party/cJSON/tests/
H
A
D
cjson_add.c
31
static void *
CJSON_CDECL
failing_malloc(size_t size)
in failing_malloc()
38
static void
CJSON_CDECL
normal_free(void *pointer)
in normal_free()
466
int
CJSON_CDECL
main(void)
in main()
H
A
D
print_string.c
68
int
CJSON_CDECL
main(void)
in main()
H
A
D
print_object.c
91
int
CJSON_CDECL
main(void)
in main()
H
A
D
print_value.c
93
int
CJSON_CDECL
main(void)
in main()
H
A
D
parse_value.c
99
int
CJSON_CDECL
main(void)
in main()
H
A
D
print_array.c
90
int
CJSON_CDECL
main(void)
in main()
H
A
D
parse_hex4.c
67
int
CJSON_CDECL
main(void)
in main()
H
A
D
minify_tests.c
161
int
CJSON_CDECL
main(void)
in main()
H
A
D
parse_string.c
122
int
CJSON_CDECL
main(void)
in main()
H
A
D
parse_with_opts.c
100
int
CJSON_CDECL
main(void)
in main()
H
A
D
readme_examples.c
249
int
CJSON_CDECL
main(void)
in main()
H
A
D
parse_array.c
156
int
CJSON_CDECL
main(void)
in main()
H
A
D
compare_tests.c
207
int
CJSON_CDECL
main(void)
in main()
H
A
D
parse_examples.c
253
int
CJSON_CDECL
main(void)
in main()
H
A
D
parse_number.c
148
int
CJSON_CDECL
main(void)
in main()
H
A
D
parse_object.c
165
int
CJSON_CDECL
main(void)
in main()
H
A
D
print_number.c
143
int
CJSON_CDECL
main(void)
in main()
H
A
D
misc_int64_tests.c
173
int
CJSON_CDECL
main(void)
in main()
H
A
D
misc_tests.c
468
static void *
CJSON_CDECL
failing_realloc(void *pointer, size_t size)
in failing_realloc()
744
int
CJSON_CDECL
main(void)
in main()
Completed in 23 milliseconds