Home
last modified time | relevance | path

Searched refs:unicode_string_length (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_pima_object_info_send.c93 ULONG unicode_string_length; in _ux_device_class_pima_object_info_send() local
141 unicode_string_length = ((ULONG) *object_info_pointer * 2) + 1; in _ux_device_class_pima_object_info_send()
144 if (unicode_string_length > UX_DEVICE_CLASS_PIMA_UNICODE_MAX_LENGTH) in _ux_device_class_pima_object_info_send()
154 …ect -> ux_device_class_pima_object_filename, object_info_pointer, unicode_string_length); /* Use c… in _ux_device_class_pima_object_info_send()
157 object_info_pointer += unicode_string_length; in _ux_device_class_pima_object_info_send()
160 unicode_string_length = ((ULONG) *object_info_pointer * 2) + 1; in _ux_device_class_pima_object_info_send()
163 if (unicode_string_length > UX_DEVICE_CLASS_PIMA_DATE_TIME_STRING_MAX_LENGTH) in _ux_device_class_pima_object_info_send()
174 …-> ux_device_class_pima_object_capture_date, object_info_pointer, unicode_string_length); /* Use c… in _ux_device_class_pima_object_info_send()
177 object_info_pointer += unicode_string_length; in _ux_device_class_pima_object_info_send()
180 unicode_string_length = ((ULONG) *object_info_pointer * 2) + 1; in _ux_device_class_pima_object_info_send()
[all …]
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_object_info_get.c92 ULONG unicode_string_length; in _ux_host_class_pima_object_info_get() local
143 unicode_string_length = ((ULONG) *object_pointer * 2) + 1; in _ux_host_class_pima_object_info_get()
146 if (unicode_string_length > UX_HOST_CLASS_PIMA_UNICODE_MAX_LENGTH) in _ux_host_class_pima_object_info_get()
156 …opy(object -> ux_host_class_pima_object_filename, object_pointer, unicode_string_length); /* Use c… in _ux_host_class_pima_object_info_get()
159 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_get()
162 unicode_string_length = ((ULONG) *object_pointer * 2) + 1; in _ux_host_class_pima_object_info_get()
165 if (unicode_string_length > UX_HOST_CLASS_PIMA_DATE_TIME_STRING_MAX_LENGTH) in _ux_host_class_pima_object_info_get()
176 …object -> ux_host_class_pima_object_capture_date, object_pointer, unicode_string_length); /* Use c… in _ux_host_class_pima_object_info_get()
179 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_get()
182 unicode_string_length = ((ULONG) *object_pointer * 2) + 1; in _ux_host_class_pima_object_info_get()
[all …]
Dux_host_class_pima_object_info_send.c97 ULONG unicode_string_length; in _ux_host_class_pima_object_info_send() local
147 unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_filename * 2) + 1; in _ux_host_class_pima_object_info_send()
150 if (object_pointer + unicode_string_length > object_buffer_end) in _ux_host_class_pima_object_info_send()
165 …opy(object_pointer, object -> ux_host_class_pima_object_filename, unicode_string_length); /* Use c… in _ux_host_class_pima_object_info_send()
168 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_send()
171unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_capture_date * 2) + 1; in _ux_host_class_pima_object_info_send()
174 if (object_pointer + unicode_string_length > object_buffer_end) in _ux_host_class_pima_object_info_send()
185 …object_pointer, object -> ux_host_class_pima_object_capture_date, unicode_string_length); /* Use c… in _ux_host_class_pima_object_info_send()
188 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_send()
191unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_modification_date * 2) + 1; in _ux_host_class_pima_object_info_send()
[all …]
Dux_host_class_pima_device_info_get.c93 ULONG unicode_string_length; in _ux_host_class_pima_device_info_get() local
142 unicode_string_length = (ULONG) *device_pointer; in _ux_host_class_pima_device_info_get()
145 if (unicode_string_length > UX_HOST_CLASS_PIMA_UNICODE_MAX_LENGTH / 2) in _ux_host_class_pima_device_info_get()
155 …host_class_pima_device_vendor_extension_desc, device_pointer + 1, unicode_string_length << 1); /* … in _ux_host_class_pima_device_info_get()
158 device_pointer += 1 + (unicode_string_length << 1); in _ux_host_class_pima_device_info_get()
273 unicode_string_length = (ULONG) *device_pointer; in _ux_host_class_pima_device_info_get()
276 if (unicode_string_length > UX_HOST_CLASS_PIMA_UNICODE_MAX_LENGTH / 2) in _ux_host_class_pima_device_info_get()
287 …ce -> ux_host_class_pima_device_manufacturer, device_pointer + 1, unicode_string_length << 1); /* … in _ux_host_class_pima_device_info_get()
290 device_pointer += (unicode_string_length << 1) + 1; in _ux_host_class_pima_device_info_get()
293 unicode_string_length = (ULONG) *device_pointer ; in _ux_host_class_pima_device_info_get()
[all …]
Dux_host_class_pima_storage_info_get.c91 ULONG unicode_string_length; in _ux_host_class_pima_storage_info_get() local
141 unicode_string_length = (ULONG) *storage_pointer ; in _ux_host_class_pima_storage_info_get()
144 …orage -> ux_host_class_pima_storage_description, storage_pointer, unicode_string_length); /* Use c… in _ux_host_class_pima_storage_info_get()
147 …age_pointer = storage_buffer + UX_HOST_CLASS_PIMA_STORAGE_VARIABLE_OFFSET + unicode_string_length; in _ux_host_class_pima_storage_info_get()
150 unicode_string_length = (ULONG) *storage_pointer ; in _ux_host_class_pima_storage_info_get()
153 …rage -> ux_host_class_pima_storage_volume_label, storage_pointer, unicode_string_length); /* Use c… in _ux_host_class_pima_storage_info_get()