Searched refs:mapped_len (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/main/streams/ |
| H A D | mmap.c | 25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC) 41 if (mapped_len) { 42 *mapped_len = range.length;
|
| H A D | php_stream_mmap.h | 70 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC); 71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length), (mode), (mapped_len) TSRMLS_CC)
|
| /PHP_5_5/main/ |
| H A D | main.c | 1321 size_t len, mapped_len; local 1343 && (p = php_stream_mmap_range(stream, 0, len, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped_len)) != NULL) { 1346 handle->handle.stream.mmap.len = mapped_len;
|
Completed in 6 milliseconds