Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_pictbridge/src/
Dux_pictbridge_dpsclient_object_info_send.c85 UCHAR string_discovery_name[UX_PICTBRIDGE_MAX_FILE_NAME_SIZE + 1]; /* +1 … in _ux_pictbridge_dpsclient_object_info_send()
118 if (length1 <= UX_PICTBRIDGE_MAX_FILE_NAME_SIZE) in _ux_pictbridge_dpsclient_object_info_send()
122 length = UX_PICTBRIDGE_MAX_FILE_NAME_SIZE + 1; in _ux_pictbridge_dpsclient_object_info_send()
123 …ity_string_length_check(_ux_pictbridge_hdiscovery_name, &length, UX_PICTBRIDGE_MAX_FILE_NAME_SIZE); in _ux_pictbridge_dpsclient_object_info_send()
Dux_pictbridge_dpshost_response_get.c84 UCHAR object_file_name[UX_PICTBRIDGE_MAX_FILE_NAME_SIZE + 1]; /* +1 f… in _ux_pictbridge_dpshost_response_get()
165 if (length1 <= UX_PICTBRIDGE_MAX_FILE_NAME_SIZE) in _ux_pictbridge_dpshost_response_get()
169 length = UX_PICTBRIDGE_MAX_FILE_NAME_SIZE + 1; in _ux_pictbridge_dpshost_response_get()
170 …ility_string_length_check(_ux_pictbridge_drsponse_name, &length, UX_PICTBRIDGE_MAX_FILE_NAME_SIZE); in _ux_pictbridge_dpshost_response_get()
Dux_pictbridge_dpshost_object_get.c84 UCHAR object_file_name[UX_PICTBRIDGE_MAX_FILE_NAME_SIZE + 1]; /* +1 f… in _ux_pictbridge_dpshost_object_get()
116 if (length1 <= UX_PICTBRIDGE_MAX_FILE_NAME_SIZE) in _ux_pictbridge_dpshost_object_get()
120 length = UX_PICTBRIDGE_MAX_FILE_NAME_SIZE + 1; in _ux_pictbridge_dpshost_object_get()
121 …ility_string_length_check(_ux_pictbridge_drequest_name, &length, UX_PICTBRIDGE_MAX_FILE_NAME_SIZE); in _ux_pictbridge_dpshost_object_get()
Dux_pictbridge_dpshost_start.c86 UCHAR string_discovery_name[UX_PICTBRIDGE_MAX_FILE_NAME_SIZE + 1]; /*… in _ux_pictbridge_dpshost_start()
335 if (length1 <= UX_PICTBRIDGE_MAX_FILE_NAME_SIZE) in _ux_pictbridge_dpshost_start()
339 length = UX_PICTBRIDGE_MAX_FILE_NAME_SIZE + 1; in _ux_pictbridge_dpshost_start()
340 …ity_string_length_check(_ux_pictbridge_ddiscovery_name, &length, UX_PICTBRIDGE_MAX_FILE_NAME_SIZE); in _ux_pictbridge_dpshost_start()
/USBX-v6.2.1/common/usbx_pictbridge/inc/
Dux_pictbridge.h94 #define UX_PICTBRIDGE_MAX_FILE_NAME_SIZE 63 macro