Lines Matching full:calloc
188 if ((ret_path = (char*)calloc(size, 1)) == NULL)
327 if ((dev_interface_details = (SP_DEVICE_INTERFACE_DETAIL_DATA_A*) calloc(size, 1)) == NULL) {
396 htab_table = (htab_entry*)calloc(htab_size + 1, sizeof(htab_entry));
501 htab_table[idx].str = (char*) calloc(1, safe_strlen(str)+1);
571 priv->usb_interface[iface].endpoint = (uint8_t*) calloc(1, if_desc->bNumEndpoints);
600 tmp_str = (char*) calloc(1, len+1);
877 priv->config_descriptor = (unsigned char**) calloc(dev->num_configurations, sizeof(PUSB_CONFIGURATION_DESCRIPTOR));
915 if ((cd_buf_actual = (PUSB_DESCRIPTOR_REQUEST) calloc(1, size)) == NULL) {
951 priv->config_descriptor[i] = (unsigned char*) calloc(1, cd_data->wTotalLength);
1215 unref_list = (libusb_device**) calloc(unref_size, sizeof(libusb_device*));
1336 if_guid = (GUID*) calloc(1, sizeof(GUID));
1445 priv->usb_interface[0].path = (char*) calloc(safe_strlen(priv->path)+1, 1);