Searched refs:ehptr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dtag.c469 id3_byte_t const *ehptr, *ehend; local
484 ehptr = ptr;
489 if (ehend - ehptr >= 6) {
493 ehflags = id3_parse_uint(&ehptr, 2);
494 padsize = id3_parse_uint(&ehptr, 4);
504 if (ehend - ehptr < 4)
507 crc = id3_parse_uint(&ehptr, 4);
520 id3_byte_t const *ehptr, *ehend; local
527 ehptr = ptr;
530 if (ehsize < 6 || ehsize > end - ehptr)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dtag.c469 id3_byte_t const *ehptr, *ehend; local
484 ehptr = ptr;
489 if (ehend - ehptr >= 6) {
493 ehflags = id3_parse_uint(&ehptr, 2);
494 padsize = id3_parse_uint(&ehptr, 4);
504 if (ehend - ehptr < 4)
507 crc = id3_parse_uint(&ehptr, 4);
520 id3_byte_t const *ehptr, *ehend; local
527 ehptr = ptr;
530 if (ehsize < 6 || ehsize > end - ehptr)
[all...]

Completed in 67 milliseconds