26 range.length = length;
32 *mapped_len = range.length;
PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, zend_off_t readden)
PHPAPI char * _php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_t *mapped_len)
PHPAPI int _php_stream_mmap_unmap(php_stream *stream)
#define php_stream_mmap_unmap(stream)
#define php_stream_mmap_range(stream, offset, length, mode, mapped_len)
@ PHP_STREAM_MMAP_MAP_RANGE
struct _php_stream php_stream
#define php_stream_seek(stream, offset, whence)
#define php_stream_set_option(stream, option, value, ptrvalue)
#define PHP_STREAM_OPTION_RETURN_OK
#define PHP_STREAM_OPTION_MMAP_API