Lines Matching defs:fmts_ptr
1756 const void *fmts_ptr, *fmts_end_ptr;
1758 const u8 *fmts_ptr, *fmts_end_ptr;
1767 fmts_ptr = &suit_hdr->ids[fmt_count];
1769 fmts_ptr = (const u8 *)&suit_hdr->ids[fmt_count];
1777 fmts_ptr = memchr_inv(fmts_ptr, 0, fmts_end_ptr - fmts_ptr);
1778 if (!fmts_ptr)
1781 (*log->fmts)[i] = fmts_ptr;
1784 fmts_ptr += strlen(fmts_ptr);