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 | 93 UCHAR *object_pointer; in _ux_host_class_pima_object_info_send() local 141 object_pointer = object_buffer + UX_HOST_CLASS_PIMA_OBJECT_VARIABLE_OFFSET; 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 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_filename, unicode_stri… in _ux_host_class_pima_object_info_send() 165 object_pointer += unicode_string_length; 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 …_ux_utility_memory_copy(object_pointer, object -> ux_host_class_pima_object_capture_date, unicode_… in _ux_host_class_pima_object_info_send() 185 object_pointer += unicode_string_length; in _ux_host_class_pima_object_info_send() 191 if (object_pointer + unicode_string_length > object_buffer_end) in _ux_host_class_pima_object_info_send() 202 …_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 | 88 UCHAR *object_pointer; in _ux_host_class_pima_object_info_get() local 137 object_pointer = object_buffer + UX_HOST_CLASS_PIMA_OBJECT_VARIABLE_OFFSET; in _ux_host_class_pima_object_info_get() 140 unicode_string_length = ((ULONG) *object_pointer * 2) + 1; in _ux_host_class_pima_object_info_get() 153 …_ux_utility_memory_copy(object -> ux_host_class_pima_object_filename, object_pointer, unicode_stri… 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() 173 …tility_memory_copy(object -> ux_host_class_pima_object_capture_date, object_pointer, unicode_strin… 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() 193 …y_memory_copy(object -> ux_host_class_pima_object_modification_date, object_pointer, unicode_strin… in _ux_host_class_pima_object_info_get() [all …]
|