Home
last modified time | relevance | path

Searched refs:ExifHeader (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/exif/
H A Dexif.c3780 static const uchar ExifHeader[] = {0x45, 0x78, 0x69, 0x66, 0x00, 0x00}; in exif_process_APP1() local
3781 if (length <= 8 || memcmp(CharBuf+2, ExifHeader, 6)) { in exif_process_APP1()

Completed in 16 milliseconds