Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/tests/
H A Dbug79532.phpt2 Bug #79532 (sizeof off_t can be wrong)
13 void bug79532(off_t *array, size_t elems);
26 $array = FFI::new("off_t[3]");
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.h120 off_t m_reqBodyLen;
121 off_t m_reqBodyRead;
184 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size );
254 static inline off_t LSAPI_GetReqBodyLen_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyLen_r()
261 static inline off_t LSAPI_GetReqBodyRemain_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyRemain_r()
312 static inline off_t LSAPI_GetReqBodyLen(void) in LSAPI_GetReqBodyLen()
315 static inline off_t LSAPI_GetReqBodyRemain(void) in LSAPI_GetReqBodyRemain()
335 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile()
H A Dlsapilib.c1729 off_t bodyLeft; in readBodyToReqBuf()
1813 off_t total; in LSAPI_ReadReqBody_r()
1950 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
1953 off_t written; in gsendfile()
1966 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
1969 off_t len = size; in gsendfile()
1983 ssize_t gsendfile( int fdOut, int fdIn, off_t *off, size_t size ) in gsendfile()
2013 ssize_t gsendfile( int fdOut, int fdIn, off_t * off, size_t size ) in gsendfile()
2020 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size ) in LSAPI_sendfile_r()
/PHP-7.4/win32/
H A Dreaddir.h21 off_t d_off; /* offset to this dirent */
/PHP-7.4/ext/zend_test/
H A Dphp_test.h49 PHP_ZEND_TEST_API void bug79532(off_t *array, size_t elems);
H A Dtest.c332 void bug79532(off_t *array, size_t elems) in bug79532()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch624 - CAST(off_t, offsetof(struct magic, mimetype)),
1158 - if (CAST(off_t, off + len) != CAST(off_t, siz))
1520 - if (lseek(fd, CAST(off_t, 0), SEEK_SET) == CAST(off_t, -1)) {
1583 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1592 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1601 - CAST(off_t, elf_getu(swap, elfhdr.e_shoff)), shnum,
1747 - off_t eoff;
1860 -ssize_t pread(int, void *, size_t, off_t);
2905 - off_t pos = CAST(off_t, -1);
2969 - pos = lseek(fd, CAST(off_t, 0), SEEK_CUR);
[all …]
/PHP-7.4/main/
H A Dphp.h108 # define off_t _off_t macro
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c138 off_t offset; in stm_seek()
156 offset = (off_t) dlibMove.QuadPart; in stm_seek()
/PHP-7.4/main/streams/
H A Dcast.c35 # define PHP_FPOS_T off_t
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c279 private off_t
281 if (/*CONSTCOND*/sizeof(off_t) == sizeof(int)) in maxoff_t()
282 return CAST(off_t, INT_MAX); in maxoff_t()
283 if (/*CONSTCOND*/sizeof(off_t) == sizeof(long)) in maxoff_t()
284 return CAST(off_t, LONG_MAX); in maxoff_t()
2287 CAST(off_t, offsetof(struct magic, apple)), in parse_apple()
2300 CAST(off_t, offsetof(struct magic, ext)), in parse_ext()
H A Dcompress.c733 (void) lseek(fd, CAST(off_t, 0), SEEK_SET); in uncompressbuf()
/PHP-7.4/docs/
H A Dstreams.md34 PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence);
35 PHPAPI off_t php_stream_tell(php_stream * stream);
/PHP-7.4/ext/exif/
H A Dexif.c4487 off_t old_pos = php_stream_tell(stream); in exif_read_from_stream()
/PHP-7.4/build/
H A Dphp.m42427 AC_CHECK_SIZEOF([off_t])

Completed in 67 milliseconds