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_host_classes/src/
Dux_host_class_pima_object_info_get.c89 ULONG unicode_string_length; in _ux_host_class_pima_object_info_get() local
140 unicode_string_length = ((ULONG) *object_pointer * 2) + 1; in _ux_host_class_pima_object_info_get()
143 if (unicode_string_length > UX_HOST_CLASS_PIMA_UNICODE_MAX_LENGTH) in _ux_host_class_pima_object_info_get()
153 …opy(object -> ux_host_class_pima_object_filename, object_pointer, unicode_string_length); /* Use c… in _ux_host_class_pima_object_info_get()
156 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_get()
159 unicode_string_length = ((ULONG) *object_pointer * 2) + 1; in _ux_host_class_pima_object_info_get()
162 if (unicode_string_length > UX_HOST_CLASS_PIMA_DATE_TIME_STRING_MAX_LENGTH) in _ux_host_class_pima_object_info_get()
173 …object -> ux_host_class_pima_object_capture_date, object_pointer, unicode_string_length); /* Use c… in _ux_host_class_pima_object_info_get()
176 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_get()
179 unicode_string_length = ((ULONG) *object_pointer * 2) + 1; in _ux_host_class_pima_object_info_get()
[all …]
Dux_host_class_pima_object_info_send.c94 ULONG unicode_string_length; in _ux_host_class_pima_object_info_send() local
144 unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_filename * 2) + 1; in _ux_host_class_pima_object_info_send()
147 if (object_pointer + unicode_string_length > object_buffer_end) in _ux_host_class_pima_object_info_send()
162 …opy(object_pointer, object -> ux_host_class_pima_object_filename, unicode_string_length); /* Use c… in _ux_host_class_pima_object_info_send()
165 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_send()
168unicode_string_length = ((ULONG) *object -> ux_host_class_pima_object_capture_date * 2) + 1; in _ux_host_class_pima_object_info_send()
171 if (object_pointer + unicode_string_length > object_buffer_end) in _ux_host_class_pima_object_info_send()
182 …object_pointer, object -> ux_host_class_pima_object_capture_date, unicode_string_length); /* Use c… in _ux_host_class_pima_object_info_send()
185 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_send()
188unicode_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.c91 ULONG unicode_string_length; in _ux_host_class_pima_device_info_get() local
140 unicode_string_length = (ULONG) *device_pointer; in _ux_host_class_pima_device_info_get()
143 if (unicode_string_length > UX_HOST_CLASS_PIMA_UNICODE_MAX_LENGTH / 2) in _ux_host_class_pima_device_info_get()
153 …host_class_pima_device_vendor_extension_desc, device_pointer + 1, unicode_string_length << 1); /* … in _ux_host_class_pima_device_info_get()
156 device_pointer += 1 + (unicode_string_length << 1); in _ux_host_class_pima_device_info_get()
271 unicode_string_length = (ULONG) *device_pointer; in _ux_host_class_pima_device_info_get()
274 if (unicode_string_length > UX_HOST_CLASS_PIMA_UNICODE_MAX_LENGTH / 2) in _ux_host_class_pima_device_info_get()
285 …ce -> ux_host_class_pima_device_manufacturer, device_pointer + 1, unicode_string_length << 1); /* … in _ux_host_class_pima_device_info_get()
288 device_pointer += (unicode_string_length << 1) + 1; in _ux_host_class_pima_device_info_get()
291 unicode_string_length = (ULONG) *device_pointer ; in _ux_host_class_pima_device_info_get()
[all …]
Dux_host_class_pima_storage_info_get.c89 ULONG unicode_string_length; in _ux_host_class_pima_storage_info_get() local
139 unicode_string_length = (ULONG) *storage_pointer ; in _ux_host_class_pima_storage_info_get()
142 …orage -> ux_host_class_pima_storage_description, storage_pointer, unicode_string_length); /* Use c… in _ux_host_class_pima_storage_info_get()
145 …age_pointer = storage_buffer + UX_HOST_CLASS_PIMA_STORAGE_VARIABLE_OFFSET + unicode_string_length; in _ux_host_class_pima_storage_info_get()
148 unicode_string_length = (ULONG) *storage_pointer ; in _ux_host_class_pima_storage_info_get()
151 …rage -> ux_host_class_pima_storage_volume_label, storage_pointer, unicode_string_length); /* Use c… in _ux_host_class_pima_storage_info_get()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_pima_object_info_send.c94 ULONG unicode_string_length; in _ux_device_class_pima_object_info_send() local
142 unicode_string_length = ((ULONG) *object_info_pointer * 2) + 1; in _ux_device_class_pima_object_info_send()
145 if (unicode_string_length > UX_DEVICE_CLASS_PIMA_UNICODE_MAX_LENGTH) in _ux_device_class_pima_object_info_send()
155 …ect -> ux_device_class_pima_object_filename, object_info_pointer, unicode_string_length); /* Use c… in _ux_device_class_pima_object_info_send()
158 object_info_pointer += unicode_string_length; in _ux_device_class_pima_object_info_send()
161 unicode_string_length = ((ULONG) *object_info_pointer * 2) + 1; in _ux_device_class_pima_object_info_send()
164 if (unicode_string_length > UX_DEVICE_CLASS_PIMA_DATE_TIME_STRING_MAX_LENGTH) in _ux_device_class_pima_object_info_send()
175 …-> ux_device_class_pima_object_capture_date, object_info_pointer, unicode_string_length); /* Use c… in _ux_device_class_pima_object_info_send()
178 object_info_pointer += unicode_string_length; in _ux_device_class_pima_object_info_send()
181 unicode_string_length = ((ULONG) *object_info_pointer * 2) + 1; in _ux_device_class_pima_object_info_send()
[all …]