OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocate_field
(Results
1 - 1
of
1
) sorted by null
/external/nanopb-c/
pb_decode.c
474
static bool checkreturn
allocate_field
(pb_istream_t *stream, void *pData, size_t data_size, size_t array_size)
function
529
if (!
allocate_field
(stream, iter->pData, iter->pos->data_size, 1))
559
if (!
allocate_field
(&substream, iter->pData, iter->pos->data_size, allocated_size))
587
if (!
allocate_field
(stream, iter->pData, iter->pos->data_size, *size))
[
all
...]
Completed in 67 milliseconds