OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CBOR_MALLOC
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/mit/libcbor/dist/docs/doxygen/search/
defines_0.js
4
['_5fcbor_5fmalloc',['
_CBOR_MALLOC
',['../common_8h.html#a07a781e9212fad361b0f59f7fc921057',1,'common.h']]],
all_0.js
31
['_5fcbor_5fmalloc',['
_CBOR_MALLOC
',['../common_8h.html#a07a781e9212fad361b0f59f7fc921057',1,'
_CBOR_MALLOC
(): common.h'],['../allocators_8c.html#a3218c24af00a3efeaecb1716c8f5a289',1,'
_cbor_malloc
(): allocators.c'],['../common_8h.html#a3218c24af00a3efeaecb1716c8f5a289',1,'
_cbor_malloc
(): allocators.c']]],
/src/external/mit/libcbor/dist/src/cbor/
bytestrings.c
32
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
42
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
49
.data =
_CBOR_MALLOC
(sizeof(struct cbor_indefinite_string_data))};
63
void *content =
_CBOR_MALLOC
(length);
strings.c
13
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
23
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
30
.data =
_CBOR_MALLOC
(sizeof(struct cbor_indefinite_string_data))};
45
unsigned char *handle =
_CBOR_MALLOC
(len);
55
unsigned char *handle =
_CBOR_MALLOC
(length);
floats_ctrls.c
91
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
104
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t) + 4);
116
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t) + 4);
128
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t) + 8);
tags.c
11
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
common.h
90
extern _cbor_malloc_t
_cbor_malloc
;
114
#define
_CBOR_MALLOC
_cbor_malloc
120
#define
_CBOR_MALLOC
malloc
maps.c
22
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
38
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
ints.c
90
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t) + 1);
100
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t) + 2);
110
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t) + 4);
120
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t) + 8);
arrays.c
102
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
123
cbor_item_t *item =
_CBOR_MALLOC
(sizeof(cbor_item_t));
serialization.c
47
unsigned char *bfr =
_CBOR_MALLOC
(bfr_size), *tmp_bfr;
/src/external/mit/libcbor/dist/src/cbor/internal/
memory_utils.c
31
return
_CBOR_MALLOC
(item_size * item_count);
stack.c
25
_CBOR_MALLOC
(sizeof(struct _cbor_stack_record));
builder_callbacks.c
173
unsigned char *new_handle =
_CBOR_MALLOC
(length);
222
unsigned char *new_handle =
_CBOR_MALLOC
(length);
Completed in 28 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026