Searched refs:off64_t (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/main/ |
H A D | php.h | 284 ssize_t pwrite(int, void *, size_t, off64_t); 288 ssize_t pread(int, void *, size_t, off64_t);
|
/PHP-8.4/ext/zend_test/ |
H A D | test.c | 1511 typedef off_t off64_t; typedef 1513 PHP_ZEND_TEST_API ssize_t copy_file_range(int fd_in, off64_t *off_in, int fd_out, off64_t *off_out,… in copy_file_range() 1515 …ssize_t (*original_copy_file_range)(int, off64_t *, int, off64_t *, size_t, unsigned int) = dlsym(… in copy_file_range()
|
/PHP-8.4/main/streams/ |
H A D | cast.c | 113 static int stream_cookie_seeker(void *cookie, off64_t *position, int whence) in stream_cookie_seeker()
|
/PHP-8.4/build/ |
H A D | php.m4 | 1204 PHP_DOES_PWRITE_WORK([ssize_t pwrite(int, void *, size_t, off64_t);]) 1214 [Define to 1 if 'pwrite' declaration with 'off64_t' is missing.])]) 1225 PHP_DOES_PREAD_WORK([ssize_t pread(int, void *, size_t, off64_t);]) 1235 [Define to 1 if 'pread' declaration with 'off64_t' is missing.])]) 1336 dnl glibc versions started using the off64_t in fopencookie seeker definition, 1343 dnl Check if glibc might use off64_t seeker definition. 1345 [AC_CACHE_CHECK([whether fopencookie seeker uses off64_t], 1352 off64_t pos; 1361 int seeker(void *cookie, off64_t *position, int whence) 1383 [Define to 1 if fopencookie seeker uses off64_t.])])
|
Completed in 17 milliseconds