Lines Matching refs:zend_off_t
607 + zend_off_t off, size_t len, const char *name, const char *extra, int nt)
616 + CAST(zend_off_t, offsetof(struct magic, mimetype)),
774 + if ((zend_off_t)(entries * sizeof(struct magic)) != st.sb.st_size) {
982 +cdf_read(const cdf_info_t *info, zend_off_t off, void *buf, size_t len)
987 + if ((zend_off_t)(off + len) != (zend_off_t)siz) {
996 + if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (zend_off_t)-1)
1008 + if (cdf_read(info, (zend_off_t)0, buf, sizeof(buf)) == -1)
1017 + return cdf_read(info, (zend_off_t)pos, ((char *)buf) + offs, len);
1273 + if (FINFO_LSEEK_FUNC(fd, (zend_off_t)0, SEEK_SET) == (zend_off_t)-1) {
1302 + (void) FINFO_LSEEK_FUNC(0, (zend_off_t)0, SEEK_SET);
1403 + (zend_off_t)elf_getu(swap, elfhdr.e_phoff), phnum,
1412 + (zend_off_t)elf_getu(swap, elfhdr.e_phoff), phnum,
1421 + (zend_off_t)elf_getu(swap, elfhdr.e_shoff), shnum,