Home
last modified time | relevance | path

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

/PHP-8.1/ext/ffi/tests/
H A Dbug79532.phpt2 Bug #79532 (sizeof off_t can be wrong)
11 void bug79532(off_t *array, size_t elems);
24 $array = FFI::new("off_t[3]");
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.h118 off_t m_reqBodyLen;
119 off_t m_reqBodyRead;
182 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size );
252 static inline off_t LSAPI_GetReqBodyLen_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyLen_r()
259 static inline off_t LSAPI_GetReqBodyRemain_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyRemain_r()
310 static inline off_t LSAPI_GetReqBodyLen(void) in LSAPI_GetReqBodyLen()
313 static inline off_t LSAPI_GetReqBodyRemain(void) in LSAPI_GetReqBodyRemain()
333 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile()
H A Dlsapilib.c1738 off_t bodyLeft; in readBodyToReqBuf()
1822 off_t total; in LSAPI_ReadReqBody_r()
1959 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
1962 off_t written; in gsendfile()
1974 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
1977 off_t written = 0; in gsendfile()
2009 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
2012 off_t len = size; in gsendfile()
2026 ssize_t gsendfile( int fdOut, int fdIn, off_t *off, size_t size ) in gsendfile()
2056 ssize_t gsendfile( int fdOut, int fdIn, off_t * off, size_t size ) in gsendfile()
[all …]
/PHP-8.1/win32/
H A Dreaddir.h21 off_t d_off; /* offset to this dirent */
/PHP-8.1/ext/zend_test/
H A Dphp_test.h81 PHP_ZEND_TEST_API void bug79532(off_t *array, size_t elems);
H A Dtest.c839 PHP_ZEND_TEST_API void bug79532(off_t *array, size_t elems) in bug79532()
/PHP-8.1/ext/com_dotnet/
H A Dcom_persist.c137 off_t offset; in stm_seek()
155 offset = (off_t) dlibMove.QuadPart; in stm_seek()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1110 - if (CAST(off_t, off + len) != CAST(off_t, siz))
1131 - if (cdf_read(info, CAST(off_t, 0), buf, sizeof(buf)) == -1)
1407 - if (lseek(fd, CAST(off_t, 0), SEEK_SET) == CAST(off_t, -1)) {
1453 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1462 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1471 - CAST(off_t, elf_getu(swap, elfhdr.e_shoff)), shnum,
1595 - off_t eoff;
1700 -ssize_t pread(int, void *, size_t, off_t);
2724 - off_t pos = CAST(off_t, -1);
2790 - pos = lseek(fd, CAST(off_t, 0), SEEK_CUR);
[all …]
/PHP-8.1/main/
H A Dphp.h98 # define off_t _off_t macro
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c288 private off_t
290 if (/*CONSTCOND*/sizeof(off_t) == sizeof(int)) in maxoff_t()
291 return CAST(off_t, INT_MAX); in maxoff_t()
292 if (/*CONSTCOND*/sizeof(off_t) == sizeof(long)) in maxoff_t()
293 return CAST(off_t, LONG_MAX); in maxoff_t()
2352 CAST(off_t, offsetof(struct magic, apple)), in parse_apple()
2366 CAST(off_t, offsetof(struct magic, ext)), in parse_ext()
2381 CAST(off_t, offsetof(struct magic, mimetype)), in parse_mime()
H A Dcompress.c888 (void) lseek(fd, CAST(off_t, 0), SEEK_SET); in uncompressbuf()
H A Dcdf.c403 return cdf_read(info, CAST(off_t, pos), RCAST(char *, buf) + offs, len); in cdf_read_sector()
/PHP-8.1/main/streams/
H A Dcast.c33 # define PHP_FPOS_T off_t
/PHP-8.1/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-8.1/ext/exif/
H A Dexif.c4475 off_t old_pos = php_stream_tell(stream); in exif_read_from_stream()
/PHP-8.1/build/
H A Dphp.m42445 AC_CHECK_SIZEOF([off_t])

Completed in 89 milliseconds