OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocate_field
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/third_party/nanopb/
pb_decode.c
50
static bool checkreturn
allocate_field
(pb_istream_t *stream, void *pData, size_t data_size, size_t array_size);
427
static bool checkreturn
allocate_field
(pb_istream_t *stream, void *pData, size_t data_size, size_t array_size)
function
514
if (!
allocate_field
(stream, iter->pData, iter->pos->data_size, 1))
544
if (!
allocate_field
(&substream, iter->pData, iter->pos->data_size, allocated_size))
585
if (!
allocate_field
(stream, iter->pData, iter->pos->data_size, *size))
[
all
...]
/external/nanopb-c/
pb_decode.c
51
static bool checkreturn
allocate_field
(pb_istream_t *stream, void *pData, size_t data_size, size_t array_size);
482
static bool checkreturn
allocate_field
(pb_istream_t *stream, void *pData, size_t data_size, size_t array_size)
function
572
if (!
allocate_field
(stream, iter->pData, iter->pos->data_size, 1))
602
if (!
allocate_field
(&substream, iter->pData, iter->pos->data_size, allocated_size))
644
if (!
allocate_field
(stream, iter->pData, iter->pos->data_size, *size))
[
all
...]
Completed in 2571 milliseconds