Searched refs:printer_name_buffer (Results 1 – 1 of 1) sorted by relevance
40 UCHAR * printer_name_buffer; in _ux_host_class_printer_name_parse() local45 printer_name_buffer = descriptor_buffer; in _ux_host_class_printer_name_parse()48 length = (USHORT)_ux_utility_short_get_big_endian(printer_name_buffer); in _ux_host_class_printer_name_parse()53 printer_name_buffer += 2; in _ux_host_class_printer_name_parse()63 …if (_ux_utility_memory_compare(printer_name_buffer, UX_HOST_CLASS_PRINTER_TAG_DESCRIPTION, 12) == … in _ux_host_class_printer_name_parse()66 printer_name_buffer += 12; in _ux_host_class_printer_name_parse()76 …if (_ux_utility_memory_compare(printer_name_buffer, UX_HOST_CLASS_PRINTER_TAG_DES, 4) == UX_SUCCES… in _ux_host_class_printer_name_parse()79 printer_name_buffer += 4; in _ux_host_class_printer_name_parse()89 printer_name_buffer++; in _ux_host_class_printer_name_parse()112 if((*printer_name_buffer == 0) || (*printer_name_buffer == ';')) in _ux_host_class_printer_name_parse()[all …]