Home
last modified time | relevance | path

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

/nanopb-3.4.0/tests/fuzztest/
Dgenerate_message.c30 ((pb_bytes_array_t*)iter.pData)->size %= iter.data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
Dvalidation.c47 assert(PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) <= iter->data_size); in validate_static()
129 assert(PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) <= get_allocation_size(bytes)); in validate_pointer()
/nanopb-3.4.0/
Dpb.h369 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
Dpb_decode.c1508 alloc_size = PB_BYTES_ARRAY_T_ALLOCSIZE(size); in pb_dec_bytes()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h369 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
/nanopb-3.4.0/docs/
Dmigration.md540 `PB_BYTES_ARRAY_T_ALLOCSIZE(n)`. If the data pointer was begin
Dreference.md325 `PB_BYTES_ARRAY_T()` and `PB_BYTES_ARRAY_T_ALLOCSIZE()`