Searched refs:title_len (Results 1 – 3 of 3) sorted by relevance
123 unsigned int title_len, in xprFrameDraw() argument133 title_len, title_bytes) != Success) { in xprFrameDraw()
50 unsigned int title_len,
1350 title_len = grub_strlen (title);1351 - unicode_title = grub_malloc (title_len * sizeof (*unicode_title));1352 + unicode_title = grub_calloc (title_len, sizeof (*unicode_title));