Searched refs:_php_stream_mmap_range (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/main/streams/ |
H A D | php_stream_mmap.h | 68 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm… 69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str…
|
H A D | mmap.c | 23 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm… in _php_stream_mmap_range() function
|
Completed in 6 milliseconds