off_t 22 TSRM/readdir.h off_t d_off; /* offset to this dirent */ off_t 141 ext/com_dotnet/com_persist.c off_t offset; off_t 159 ext/com_dotnet/com_persist.c offset = (off_t) dlibMove.QuadPart; off_t 228 ext/dba/dba_cdb.c int cdb_file_lseek(php_stream *fp, off_t offset, int whence TSRMLS_DC) { off_t 233 ext/dba/dba_cdb.c int cdb_file_lseek(int fd, off_t offset, int whence TSRMLS_DC) { off_t 241 ext/dba/dba_cdb.c if (cdb_file_lseek(cdb->file, (off_t)n, SEEK_SET TSRMLS_CC) != (off_t) n) return NULL; \ off_t 300 ext/ereg/ereg.c off_t start, end; off_t 19 ext/ereg/regex/regex.h typedef off_t regoff_t; off_t 481 ext/fileinfo/fileinfo.c off_t streampos; off_t 2694 ext/fileinfo/libmagic/apprentice.c if ((off_t)(entries * sizeof(struct magic)) != st.sb.st_size) { off_t 2788 ext/fileinfo/libmagic/apprentice.c if (php_stream_seek(stream,(off_t)sizeof(struct magic), SEEK_SET) != sizeof(struct magic)) { off_t 292 ext/fileinfo/libmagic/cdf.c cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) off_t 296 ext/fileinfo/libmagic/cdf.c if ((off_t)(off + len) != (off_t)siz) { off_t 309 ext/fileinfo/libmagic/cdf.c if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (off_t)-1) off_t 324 ext/fileinfo/libmagic/cdf.c if (cdf_read(info, (off_t)0, buf, sizeof(buf)) == -1) off_t 358 ext/fileinfo/libmagic/cdf.c return cdf_read(info, (off_t)pos, ((char *)buf) + offs, len); off_t 304 ext/fileinfo/libmagic/compress.c if (FINFO_LSEEK_FUNC(fd, (off_t)0, SEEK_SET) == (off_t)-1) { off_t 410 ext/fileinfo/libmagic/compress.c (void) FINFO_LSEEK_FUNC(0, (off_t)0, SEEK_SET); off_t 40 ext/fileinfo/libmagic/elfclass.h (off_t)elf_getu(swap, elfhdr.e_phoff), off_t 50 ext/fileinfo/libmagic/elfclass.h (off_t)elf_getu(swap, elfhdr.e_phoff), off_t 59 ext/fileinfo/libmagic/elfclass.h (off_t)elf_getu(swap, elfhdr.e_shoff), off_t 45 ext/fileinfo/libmagic/readelf.c private int dophn_core(struct magic_set *, int, int, int, off_t, int, size_t, off_t 46 ext/fileinfo/libmagic/readelf.c off_t, int *); off_t 48 ext/fileinfo/libmagic/readelf.c private int dophn_exec(struct magic_set *, int, int, int, off_t, int, size_t, off_t 49 ext/fileinfo/libmagic/readelf.c off_t, int *, int); off_t 50 ext/fileinfo/libmagic/readelf.c private int doshn(struct magic_set *, int, int, int, off_t, int, size_t, off_t 51 ext/fileinfo/libmagic/readelf.c off_t, int *, int); off_t 147 ext/fileinfo/libmagic/readelf.c #define xsh_offset (off_t)(clazz == ELFCLASS32 \ off_t 165 ext/fileinfo/libmagic/readelf.c #define xph_offset (off_t)(clazz == ELFCLASS32 \ off_t 169 ext/fileinfo/libmagic/readelf.c ? (off_t) (ph32.p_align ? \ off_t 171 ext/fileinfo/libmagic/readelf.c : (off_t) (ph64.p_align ? \ off_t 296 ext/fileinfo/libmagic/readelf.c dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, off_t 297 ext/fileinfo/libmagic/readelf.c int num, size_t size, off_t fsize, int *flags) off_t 315 ext/fileinfo/libmagic/readelf.c if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { off_t 337 ext/fileinfo/libmagic/readelf.c if (FINFO_LSEEK_FUNC(fd, xph_offset, SEEK_SET) == (off_t)-1) { off_t 852 ext/fileinfo/libmagic/readelf.c doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, off_t 853 ext/fileinfo/libmagic/readelf.c size_t size, off_t fsize, int *flags, int mach, int strtab) off_t 859 ext/fileinfo/libmagic/readelf.c off_t noff, coff, name_off; off_t 871 ext/fileinfo/libmagic/readelf.c if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { off_t 901 ext/fileinfo/libmagic/readelf.c if ((noff = FINFO_LSEEK_FUNC(fd, (off_t)xsh_offset, SEEK_SET)) == off_t 902 ext/fileinfo/libmagic/readelf.c (off_t)-1) { off_t 916 ext/fileinfo/libmagic/readelf.c if (noff >= (off_t)xsh_size) off_t 927 ext/fileinfo/libmagic/readelf.c if (FINFO_LSEEK_FUNC(fd, (off_t)xsh_offset, SEEK_SET) == off_t 928 ext/fileinfo/libmagic/readelf.c (off_t)-1) { off_t 938 ext/fileinfo/libmagic/readelf.c if ((coff += xcap_sizeof) > (off_t)xsh_size) off_t 1041 ext/fileinfo/libmagic/readelf.c dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, off_t 1042 ext/fileinfo/libmagic/readelf.c int num, size_t size, off_t fsize, int *flags, int sh_num) off_t 1059 ext/fileinfo/libmagic/readelf.c if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { off_t 1103 ext/fileinfo/libmagic/readelf.c if (FINFO_LSEEK_FUNC(fd, xph_offset, SEEK_SET) == (off_t)-1) { off_t 1146 ext/fileinfo/libmagic/readelf.c off_t fsize; off_t 1169 ext/fileinfo/libmagic/readelf.c if((FINFO_LSEEK_FUNC(fd, (off_t)0, SEEK_SET) == (off_t)-1) && (errno == ESPIPE)) off_t 677 ext/pdo_oci/oci_statement.c static int oci_blob_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) off_t 150 ext/pdo_pgsql/pgsql_driver.c static int pgsql_lob_seek(php_stream *stream, off_t offset, int whence, off_t 151 ext/pdo_pgsql/pgsql_driver.c off_t *newoffset TSRMLS_DC) off_t 61 ext/phar/dirstream.c static int phar_dir_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) /* {{{ */ off_t 34 ext/phar/dirstream.h static int phar_dir_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC); off_t 769 ext/phar/phar.c off_t read_len; off_t 790 ext/phar/phar.c off_t whence; off_t 2570 ext/phar/phar.c off_t manifest_ftell; off_t 434 ext/phar/phar_internal.h static inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, off_t offset TSRMLS_DC) off_t 456 ext/phar/phar_internal.h static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) off_t 485 ext/phar/phar_internal.h off_t position; off_t 487 ext/phar/phar_internal.h off_t zero; off_t 600 ext/phar/phar_internal.h int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_links TSRMLS_DC); off_t 177 ext/phar/phar_object.c off_t position; off_t 233 ext/phar/phar_object.c if (position == (off_t) info->uncompressed_filesize) { off_t 1976 ext/phar/phar_object.c off_t offset; off_t 381 ext/phar/stream.c stream->eof = (data->position == (off_t) entry->uncompressed_filesize); off_t 390 ext/phar/stream.c static int phar_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) /* {{{ */ off_t 395 ext/phar/stream.c off_t temp; off_t 416 ext/phar/stream.c if (temp > data->zero + (off_t) entry->uncompressed_filesize) { off_t 444 ext/phar/stream.c if (data->position > (off_t)data->internal_file->uncompressed_filesize) { off_t 37 ext/phar/stream.h static int phar_stream_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC); off_t 259 ext/phar/tar.c off_t curloc; off_t 41 ext/phar/util.c static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_len, char **signature, int *signature_len TSRMLS_DC); off_t 120 ext/phar/util.c int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_links TSRMLS_DC) /* {{{ */ off_t 123 ext/phar/util.c off_t temp, eoffset; off_t 157 ext/phar/util.c if (temp > eoffset + (off_t) entry->uncompressed_filesize) { off_t 696 ext/phar/util.c off_t loc; off_t 789 ext/phar/util.c if (php_stream_tell(ufp) - loc != (off_t) entry->uncompressed_filesize) { off_t 1409 ext/phar/util.c static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_len, char **signature, int *signature_len TSRMLS_DC) /* {{{ */ off_t 1430 ext/phar/util.c if (end != (off_t) php_stream_copy_to_mem(fp, &(Z_STRVAL_P(zdata)), (size_t) end, 0)) { off_t 1525 ext/phar/util.c off_t read_len; off_t 1626 ext/phar/util.c read_len -= (off_t)len; off_t 1666 ext/phar/util.c read_len -= (off_t)len; off_t 1699 ext/phar/util.c read_len -= (off_t)len; off_t 1740 ext/phar/util.c read_len -= (off_t)len; off_t 1773 ext/phar/util.c read_len -= (off_t)len; off_t 353 ext/phar/zip.c off_t beforeus = php_stream_tell(fp); off_t 408 ext/phar/zip.c off_t now; off_t 463 ext/phar/zip.c off_t loc = php_stream_tell(fp); off_t 559 ext/phar/zip.c off_t saveloc; off_t 772 ext/phar/zip.c off_t offset; off_t 1086 ext/phar/zip.c off_t tell, st; off_t 24811 ext/sqlite3/libsqlite/sqlite3.c #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent) off_t 24824 ext/sqlite3/libsqlite/sqlite3.c #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent) off_t 24831 ext/sqlite3/libsqlite/sqlite3.c #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent) off_t 24841 ext/sqlite3/libsqlite/sqlite3.c #define osPwrite ((ssize_t(*)(int,const void*,size_t,off_t))\ off_t 24849 ext/sqlite3/libsqlite/sqlite3.c #define osPwrite64 ((ssize_t(*)(int,const void*,size_t,off_t))\ off_t 24864 ext/sqlite3/libsqlite/sqlite3.c #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent) off_t 26087 ext/sqlite3/libsqlite/sqlite3.c off_t divSize = SHARED_SIZE - 1; off_t 27800 ext/sqlite3/libsqlite/sqlite3.c rc = robust_ftruncate(pFile->h, (off_t)nByte); off_t 1123 ext/sqlite3/sqlite3.c static int php_sqlite3_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) off_t 1857 ext/standard/filters.c off_t offset; off_t 423 ext/standard/image.c off_t length = ((unsigned int)php_read2(stream TSRMLS_CC)); off_t 74 ext/standard/php_fopen_wrapper.c off_t *position = (off_t*)stream->abstract; off_t 212 ext/standard/php_fopen_wrapper.c return php_stream_alloc(&php_stream_input_ops, ecalloc(1, sizeof(off_t)), 0, "rb"); off_t 179 ext/standard/php_smart_str.h smart_str_append_generic_ex((dest), (num), (type), off_t, _long) off_t 421 ext/standard/streamsfuncs.c off_t position; off_t 54 ext/zip/lib/zip_close.c static int copy_data(FILE *, off_t, FILE *, struct zip_error *); off_t 354 ext/zip/lib/zip_close.c off_t offstart, offdata, offend; off_t 444 ext/zip/lib/zip_close.c copy_data(FILE *fs, off_t len, FILE *ft, struct zip_error *error) off_t 513 ext/zip/lib/zip_close.c off_t offset; off_t 45 ext/zip/lib/zip_filerange_crc.c _zip_filerange_crc(FILE *fp, off_t start, off_t len, uLong *crcp, off_t 49 ext/zip/lib/zip_open.c static struct zip_cdir *_zip_find_central_dir(FILE *, int, int *, off_t); off_t 55 ext/zip/lib/zip_open.c static struct zip_cdir *_zip_readcdir(FILE *, off_t, unsigned char *, unsigned char *, off_t 96 ext/zip/lib/zip_open.c off_t len; off_t 169 ext/zip/lib/zip_open.c _zip_readcdir(FILE *fp, off_t buf_offset, unsigned char *buf, unsigned char *eocd, int buflen, off_t 511 ext/zip/lib/zip_open.c _zip_find_central_dir(FILE *fp, int flags, int *zep, off_t len) off_t 515 ext/zip/lib/zip_open.c off_t buf_offset; off_t 144 ext/zip/lib/zip_source_filep.c if (fseeko(z->f, (off_t)z->off, SEEK_SET) < 0) { off_t 162 ext/zip/lib/zip_source_filep.c if (fseeko(z->f, (off_t)(z->off + z->len-z->remain), off_t 319 ext/zip/lib/zipint.h int _zip_filerange_crc(FILE *, off_t, off_t, uLong *, struct zip_error *); off_t 57 ext/zlib/zlib_fopen_wrapper.c static int php_gziop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) off_t 126 main/php_streams.h int (*seek)(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC); off_t 214 main/php_streams.h off_t position; /* of underlying stream */ off_t 217 main/php_streams.h off_t readpos; off_t 218 main/php_streams.h off_t writepos; off_t 286 main/php_streams.h PHPAPI int _php_stream_seek(php_stream *stream, off_t offset, int whence TSRMLS_DC); off_t 290 main/php_streams.h PHPAPI off_t _php_stream_tell(php_stream *stream TSRMLS_DC); off_t 783 main/rfc1867.c off_t offset; off_t 54 main/rfc1867.h off_t offset; off_t 37 main/streams/cast.c # define PHP_FPOS_T off_t off_t 79 main/streams/cast.c static PHP_FPOS_T stream_cookie_seeker(void *cookie, off_t position, int whence) off_t 117 main/streams/cast.c *position = php_stream_seek((php_stream *)cookie, (off_t)*position, whence); off_t 125 main/streams/cast.c static int stream_cookie_seeker(void *cookie, off_t position, int whence) off_t 209 main/streams/cast.c off_t dummy; off_t 249 main/streams/cast.c off_t pos; off_t 183 main/streams/glob_wrapper.c static int php_glob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) /* {{{ */ off_t 130 main/streams/memory.c static int php_stream_memory_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) off_t 442 main/streams/memory.c static int php_stream_temp_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) off_t 468 main/streams/memory.c off_t pos; off_t 575 main/streams/memory.c off_t newoffs; off_t 607 main/streams/memory.c off_t newoffs; off_t 54 main/streams/mmap.c PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, off_t readden TSRMLS_DC) off_t 77 main/streams/php_stream_mmap.h PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, off_t readden TSRMLS_DC); off_t 257 main/streams/plain_wrapper.c if (stream->position == (off_t)-1 && errno == ESPIPE) { off_t 454 main/streams/plain_wrapper.c static int php_stdiop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) off_t 467 main/streams/plain_wrapper.c off_t result; off_t 470 main/streams/plain_wrapper.c if (result == (off_t)-1) off_t 840 main/streams/plain_wrapper.c static int php_plain_files_dirstream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) off_t 588 main/streams/streams.c while (!stream->eof && !err_flag && (stream->writepos - stream->readpos < (off_t)size)) { off_t 674 main/streams/streams.c if (stream->writepos - stream->readpos < (off_t)size) { off_t 1264 main/streams/streams.c PHPAPI off_t _php_stream_tell(php_stream *stream TSRMLS_DC) off_t 1269 main/streams/streams.c PHPAPI int _php_stream_seek(php_stream *stream, off_t offset, int whence TSRMLS_DC) off_t 2122 main/streams/streams.c off_t newpos = 0; off_t 798 main/streams/userspace.c static int php_userstreamop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) off_t 1569 main/streams/userspace.c static int php_userstreamop_rewinddir(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) off_t 28 sapi/thttpd/php_thttpd.h off_t thttpd_php_request(httpd_conn *hc, int show_source); off_t 598 sapi/thttpd/thttpd.c static off_t thttpd_real_php_request(httpd_conn *hc, int TSRMLS_DC); off_t 656 sapi/thttpd/thttpd.c static off_t thttpd_real_php_request(httpd_conn *hc, int show_source TSRMLS_DC) off_t 699 sapi/thttpd/thttpd.c off_t thttpd_php_request(httpd_conn *hc, int show_source) off_t 26 win32/readdir.h off_t d_off; /* offset to this dirent */