Searched refs:copy_data (Results 1 – 10 of 10) sorted by relevance
43 static int copy_data(struct archive *ar, struct archive *aw);99 r = copy_data(_a, ad); in archive_read_extract2()125 copy_data(struct archive *ar, struct archive *aw) in copy_data() function
62 copy_data () function71 copy_data $i
145 DataExtractor copy_data; in SetType() local146 if (copy.CopyValue(*this) && copy.GetData(copy_data)) { in SetType()147 Status error = SetValueFromData(reg_info, copy_data, 0, true); in SetType()
282 void copy_data(struct section *_s);
739 copy_data(sy); in create_symtab()740 copy_data(st); in create_symtab()
603 copy_data(s); in copy_content()1237 copy_data(struct section *s) in copy_data() function
3888 struct scsi_read_dvd_struct_data_copyright *copy_data; in cdreaddvdstructure() local3890 copy_data = (struct scsi_read_dvd_struct_data_copyright *) in cdreaddvdstructure()3893 dvdstruct->cpst = copy_data->cps_type; in cdreaddvdstructure()3894 dvdstruct->rmi = copy_data->region_info; in cdreaddvdstructure()
1790 goto copy_data; in mpi3mr_logdata_enable()1804 copy_data: in mpi3mr_logdata_enable()
224 Refactor sendrequest() and recvrequest() to use copy_data().
1197 * lib/krb5/data.c: Implement free_data and copy_data.