Searched refs:descs_end (Results 1 – 1 of 1) sorted by relevance
226 const unsigned char *descs_end, *descs_start; in descs_to_legacy() local276 descs_end = descs_start; in descs_to_legacy()278 if (length < *descs_end) in descs_to_legacy()280 length -= *descs_end; in descs_to_legacy()281 descs_end += *descs_end; in descs_to_legacy()294 length = sizeof out->header + (descs_end - descs_start); in descs_to_legacy()300 memcpy(out->descriptors, descs_start, descs_end - descs_start); in descs_to_legacy()