Searched refs:xsh_offset (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | readelf.c | 147 #define xsh_offset (off_t)(clazz == ELFCLASS32 \ macro 880 if (xsh_offset > fsize) { in doshn() 891 if ((noff = FINFO_LSEEK_FUNC(fd, (off_t)xsh_offset, SEEK_SET)) == in doshn() 917 if (FINFO_LSEEK_FUNC(fd, (off_t)xsh_offset, SEEK_SET) == in doshn()
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 2666 - if ((noff = lseek(fd, (off_t)xsh_offset, SEEK_SET)) == 2668 + if ((noff = FINFO_LSEEK_FUNC(fd, (off_t)xsh_offset, SEEK_SET)) == 2691 - if (lseek(fd, (off_t)xsh_offset, SEEK_SET) == 2692 + if (FINFO_LSEEK_FUNC(fd, (off_t)xsh_offset, SEEK_SET) ==
|
Completed in 14 milliseconds