Searched refs:rec_size (Results 1 – 4 of 4) sorted by relevance
732 uint16_t rec_size; in Run() local773 rec_size = channel->payload_size(); in Run()774 if ((0 < rec_size) & (rec_size < 65535)) { in Run()778 variable_bytes += rec_size; in Run()782 if ((rec_size != pack_size_bytes_ * out_channels) in Run()
422 uint rec_size; in bootstage_unstash() local466 rec_size = hdr->count * sizeof(*data->record); in bootstage_unstash()467 memcpy(data->record + data->rec_count, ptr, rec_size); in bootstage_unstash()470 ptr += rec_size; in bootstage_unstash()
138 int rec_size; /* size of allocated record */ member1095 if (rec_len > self->rec_size) { in join_check_rec_size()1107 self->rec_size = (int)rec_size_new; in join_check_rec_size()1365 self->rec_size = 0; in csv_writer()
118 Py_ssize_t rec_size; /* size of allocated record */ member1085 if (rec_len > self->rec_size) { in join_check_rec_size()1094 self->rec_size = (Py_ssize_t)rec_size_new; in join_check_rec_size()1374 self->rec_size = 0; in csv_writer()