Searched refs:off_t (Results 1 – 15 of 15) sorted by relevance
/PHP-7.1/sapi/litespeed/ |
H A D | lsapilib.h | 119 off_t m_reqBodyLen; 120 off_t m_reqBodyRead; 183 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size ); 253 static inline off_t LSAPI_GetReqBodyLen_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyLen_r() 260 static inline off_t LSAPI_GetReqBodyRemain_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyRemain_r() 308 static inline off_t LSAPI_GetReqBodyLen(void) in LSAPI_GetReqBodyLen() 311 static inline off_t LSAPI_GetReqBodyRemain(void) in LSAPI_GetReqBodyRemain() 331 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile()
|
H A D | lsapilib.c | 1654 off_t bodyLeft; in readBodyToReqBuf() 1738 off_t total; in LSAPI_ReadReqBody_r() 1871 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile() 1874 off_t written; in gsendfile() 1887 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile() 1890 off_t len = size; in gsendfile() 1904 ssize_t gsendfile( int fdOut, int fdIn, off_t *off, size_t size ) in gsendfile() 1934 ssize_t gsendfile( int fdOut, int fdIn, off_t * off, size_t size ) in gsendfile() 1941 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size ) in LSAPI_sendfile_r()
|
/PHP-7.1/ext/dba/ |
H A D | dba_cdb.c | 228 int cdb_file_lseek(php_stream *fp, off_t offset, int whence) { in cdb_file_lseek() 233 int cdb_file_lseek(int fd, off_t offset, int whence) { in cdb_file_lseek() 241 if (cdb_file_lseek(cdb->file, (off_t)n, SEEK_SET) != (off_t) n) return NULL; \
|
/PHP-7.1/win32/ |
H A D | readdir.h | 24 off_t d_off; /* offset to this dirent */
|
/PHP-7.1/TSRM/ |
H A D | readdir.h | 22 off_t d_off; /* offset to this dirent */
|
/PHP-7.1/main/ |
H A D | win95nt.h | 53 #define off_t _off_t macro
|
/PHP-7.1/ext/zip/lib/ |
H A D | zip_source_filep.c | 450 off_t ret = ftello(ctx->fout); in read_file() 498 if (fseeko(f, (off_t)offset, whence) < 0) { in _zip_fseek()
|
H A D | zipint.h | 147 #error unsupported size of off_t
|
/PHP-7.1/ext/zip/ |
H A D | config.m4 | 158 AC_CHECK_SIZEOF([off_t]) 160 AC_MSG_ERROR(off_t undefined; check your library configuration)
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 615 - CAST(off_t, offsetof(struct magic, mimetype)), 986 - if ((off_t)(off + len) != (off_t)siz) { 1272 - if (lseek(fd, (off_t)0, SEEK_SET) == (off_t)-1) { 1300 - (void) lseek(0, (off_t)0, SEEK_SET); 1402 - (off_t)elf_getu(swap, elfhdr.e_phoff), phnum, 1411 - (off_t)elf_getu(swap, elfhdr.e_phoff), phnum, 1420 - (off_t)elf_getu(swap, elfhdr.e_shoff), shnum, 1596 -ssize_t pread(int, void *, size_t, off_t); 2605 - off_t pos = (off_t)-1; 2646 - pos = lseek(fd, (off_t)0, SEEK_CUR); [all …]
|
/PHP-7.1/ext/com_dotnet/ |
H A D | com_persist.c | 140 off_t offset; in stm_seek() 158 offset = (off_t) dlibMove.QuadPart; in stm_seek()
|
/PHP-7.1/main/streams/ |
H A D | cast.c | 37 # define PHP_FPOS_T off_t
|
/PHP-7.1/ |
H A D | README.STREAMS | 38 PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence); 39 PHPAPI off_t php_stream_tell(php_stream * stream);
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2199 CAST(off_t, offsetof(struct magic, apple)), in parse_apple()
|
/PHP-7.1/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 32912 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent) 32925 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent) 32942 #define osPwrite ((ssize_t(*)(int,const void*,size_t,off_t))\ 32961 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent) 32994 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[22].pCurrent) 34446 off_t divSize = SHARED_SIZE - 1;
|
Completed in 607 milliseconds