Lines Matching refs:memcpy
65 memcpy(tz->location.country_code, *tzf, 2); in read_preamble()
79 memcpy(&buffer, *tzf, sizeof(buffer)); in read_header()
108 memcpy(buffer, *tzf, sizeof(int32_t) * tz->bit32.timecnt); in read_transistions()
119 memcpy(cbuffer, *tzf, sizeof(unsigned char) * tz->bit32.timecnt); in read_transistions()
152 memcpy(buffer, *tzf, sizeof(unsigned char) * 6 * tz->bit32.typecnt); in read_types()
173 memcpy(tz->timezone_abbr, *tzf, sizeof(char) * tz->bit32.charcnt); in read_types()
181 memcpy(leap_buffer, *tzf, sizeof(int32_t) * tz->bit32.leapcnt * 2); in read_types()
201 memcpy(buffer, *tzf, sizeof(unsigned char) * tz->bit32.ttisstdcnt); in read_types()
215 memcpy(buffer, *tzf, sizeof(unsigned char) * tz->bit32.ttisgmtcnt); in read_types()
242 memcpy(&buffer, *tzf, sizeof(buffer)); in read_location()
251 memcpy(tz->location.comments, *tzf, comments_len); in read_location()
364 memcpy(&buffer, *tzf, sizeof(buffer)); in read_64bit_header()