Home
last modified time | relevance | path

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

/nanopb-2.7.6/tests/fuzztest/
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()
Dgenerate_message.c30 ((pb_bytes_array_t*)iter.pData)->size %= iter.data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
/nanopb-2.7.6/spm_headers/nanopb/
Dpb.h333 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
/nanopb-2.7.6/
Dpb.h333 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
Dpb_decode.c1490 alloc_size = PB_BYTES_ARRAY_T_ALLOCSIZE(size); in pb_dec_bytes()
/nanopb-2.7.6/docs/
Dmigration.md483 `PB_BYTES_ARRAY_T_ALLOCSIZE(n)`. If the data pointer was begin
Dreference.md312 `PB_BYTES_ARRAY_T()` and `PB_BYTES_ARRAY_T_ALLOCSIZE()`