Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 4 of 4) sorted by relevance

/php-src/main/
H A Dphp.h276 ssize_t pwrite(int, void *, size_t, off64_t);
280 ssize_t pread(int, void *, size_t, off64_t);
/php-src/ext/zend_test/
H A Dtest.c1481 typedef off_t off64_t; typedef
1483 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()
1485 …ssize_t (*original_copy_file_range)(int, off64_t *, int, off64_t *, size_t, unsigned int) = dlsym(… in copy_file_range()
/php-src/main/streams/
H A Dcast.c113 static int stream_cookie_seeker(void *cookie, off64_t *position, int whence) in stream_cookie_seeker()
/php-src/build/
H A Dphp.m41204 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 23 milliseconds