Searched refs:object_pointer (Results 1 – 2 of 2) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_pima_object_info_send.c | 96 UCHAR *object_pointer; in _ux_host_class_pima_object_info_send() local 144 object_pointer = object_buffer + UX_HOST_CLASS_PIMA_OBJECT_VARIABLE_OFFSET; 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 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_filename, unicode_stri… in _ux_host_class_pima_object_info_send() 168 object_pointer += unicode_string_length; 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 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_capture_date, unicode_… in _ux_host_class_pima_object_info_send() 188 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_send() 194 if (object_pointer + unicode_string_length > object_buffer_end) in _ux_host_class_pima_object_info_send() 205 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_modification_date, uni… in _ux_host_class_pima_object_info_send() [all …]
|
| D | ux_host_class_pima_object_info_get.c | 91 UCHAR *object_pointer; in _ux_host_class_pima_object_info_get() local 140 object_pointer = object_buffer + UX_HOST_CLASS_PIMA_OBJECT_VARIABLE_OFFSET; in _ux_host_class_pima_object_info_get() 143 unicode_string_length = ((ULONG) *object_pointer * 2) + 1; in _ux_host_class_pima_object_info_get() 156 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_filename, object_pointer, unicode_stri… 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() 176 …tility_memory_copy(object -> ux_host_class_pima_object_capture_date, object_pointer, unicode_strin… 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() 196 …y_memory_copy(object -> ux_host_class_pima_object_modification_date, object_pointer, unicode_strin… in _ux_host_class_pima_object_info_get() [all …]
|