Searched refs:PB_BYTES_ARRAY_T_ALLOCSIZE (Results 1 – 10 of 10) sorted by relevance
47 … ((pb_bytes_array_t*)iter.pData)->size %= iter.pos->data_size - PB_BYTES_ARRAY_T_ALLOCSIZE(0); in limit_sizes()
262 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
655 PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) > field->data_size) in pb_enc_bytes()
1260 alloc_size = PB_BYTES_ARRAY_T_ALLOCSIZE(size); in pb_dec_bytes()
269 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
823 PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) > field->data_size) in pb_enc_bytes()
1403 alloc_size = PB_BYTES_ARRAY_T_ALLOCSIZE(size); in pb_dec_bytes()
158 allocation to reserve space of amount *PB_BYTES_ARRAY_T_ALLOCSIZE(n)*. If the
202 allocation to reserve space of amount *PB_BYTES_ARRAY_T_ALLOCSIZE(n)*. If the