Searched refs:PB_BYTES_ARRAY_T_ALLOCSIZE (Results 1 – 3 of 3) sorted by relevance
245 #define PB_BYTES_ARRAY_T_ALLOCSIZE(n) ((size_t)n + offsetof(pb_bytes_array_t, bytes)) macro
1109 if (!allocate_field(stream, dest, PB_BYTES_ARRAY_T_ALLOCSIZE(size), 1)) in pb_dec_bytes()1116 if (PB_BYTES_ARRAY_T_ALLOCSIZE(size) > field->data_size) in pb_dec_bytes()
626 PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) > field->data_size) in pb_enc_bytes()