Home
last modified time | relevance | path

Searched refs:tmp_data (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_pci.c115 unsigned char *tmp_data = NULL; in process_pci_value() local
136 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
138 if (tmp_data) { in process_pci_value()
139 (*policy)->data = tmp_data; in process_pci_value()
172 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
175 if (!tmp_data) { in process_pci_value()
185 (*policy)->data = tmp_data; in process_pci_value()
199 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
201 if (tmp_data) { in process_pci_value()
202 (*policy)->data = tmp_data; in process_pci_value()
[all …]
/freebsd/usr.sbin/camdd/
H A Dcamdd.c850 struct camdd_buf_data *tmp_data; in camdd_buf_sg_create() local
852 tmp_data = &tmp_buf->buf_type_spec.data; in camdd_buf_sg_create()
855 (bus_addr_t) tmp_data->buf; in camdd_buf_sg_create()
856 data->segs[i].ds_len = tmp_data->fill_len - in camdd_buf_sg_create()
857 tmp_data->resid; in camdd_buf_sg_create()
859 data->iovec[i].iov_base = tmp_data->buf; in camdd_buf_sg_create()
860 data->iovec[i].iov_len = tmp_data->fill_len - in camdd_buf_sg_create()
861 tmp_data->resid; in camdd_buf_sg_create()
863 if (((tmp_data->fill_len - tmp_data->resid) % in camdd_buf_sg_create()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c627 char *tmp_data; in getresponse() local
842 tmp_data = rpkt.u.data; in getresponse()
844 memcpy(datap, tmp_data, (unsigned)size); in getresponse()
845 tmp_data += size; in getresponse()