Home
last modified time | relevance | path

Searched refs:PB_BYTES_ARRAY_T_ALLOCSIZE (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/third_party/nanopb/tests/fuzztest/
Dgenerate_message.c47 … ((pb_bytes_array_t*)iter.pData)->size %= iter.pos->data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
/external/nanopb-c/tests/fuzztest/
Dgenerate_message.c47 … ((pb_bytes_array_t*)iter.pData)->size %= iter.pos->data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
/external/grpc-grpc/third_party/nanopb/
Dpb.h262 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
Dpb_encode.c655 PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) > field->data_size) in pb_enc_bytes()
Dpb_decode.c1260 alloc_size = PB_BYTES_ARRAY_T_ALLOCSIZE(size); in pb_dec_bytes()
/external/nanopb-c/
Dpb.h269 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
Dpb_encode.c823 PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) > field->data_size) in pb_enc_bytes()
Dpb_decode.c1403 alloc_size = PB_BYTES_ARRAY_T_ALLOCSIZE(size); in pb_dec_bytes()
/external/grpc-grpc/third_party/nanopb/docs/
Dmigration.rst158 allocation to reserve space of amount *PB_BYTES_ARRAY_T_ALLOCSIZE(n)*. If the
/external/nanopb-c/docs/
Dmigration.rst202 allocation to reserve space of amount *PB_BYTES_ARRAY_T_ALLOCSIZE(n)*. If the