Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/main/streams/
H A Dmmap.c30 range.mapped = NULL; in _php_stream_mmap_range()
36 return range.mapped; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h55 char *mapped; member
H A Dstreams.c1424 size_t mapped; in _php_stream_passthru() local
1431 if (0 < (b = PHPWRITE(p + bcount, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1434 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1436 php_stream_mmap_unmap_ex(stream, mapped); in _php_stream_passthru()
1575 size_t mapped; in _php_stream_copy_to_stream_ex() local
1577 …am_mmap_range(src, php_stream_tell(src), chunk_size, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); in _php_stream_copy_to_stream_ex()
1582 if (php_stream_seek(src, mapped, SEEK_CUR) != 0) { in _php_stream_copy_to_stream_ex()
1587 didwrite = php_stream_write(dest, p, mapped); in _php_stream_copy_to_stream_ex()
1600 if (mapped == 0 || mapped != didwrite) { in _php_stream_copy_to_stream_ex()
1603 if (mapped < chunk_size) { in _php_stream_copy_to_stream_ex()
[all …]
H A Dplain_wrapper.c749 range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset); in php_stdiop_set_option()
750 if (range->mapped == (char*)MAP_FAILED) { in php_stdiop_set_option()
751 range->mapped = NULL; in php_stdiop_set_option()
755 data->last_mapped_addr = range->mapped; in php_stdiop_set_option()
857 range->mapped = data->last_mapped_addr + delta; in php_stdiop_set_option()
/PHP-7.4/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt7 …if(gd_info()['JIS-mapped Japanese Font Support']) die('skip JIS-mapped Japanese Font Support not s…
H A Dgd_info_variation1.phpt49 ["JIS-mapped Japanese Font Support"]=>
/PHP-7.4/ext/gd/
H A Dconfig.m449 [whether to enable JIS-mapped Japanese font support in GD],
51 [GD: Enable JIS-mapped Japanese font support (only for bundled libgd)])],
/PHP-7.4/ext/dba/
H A Dconfig.w326 ARG_WITH("lmdb", "DBA: Lightning memory-mapped database support", "no");
H A Dconfig.m4128 [DBA: Lightning memory-mapped database support])],
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md97 plain functions mapped to the same internal functions as their instance methods.
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros44 /* --- 64-bit lanes mapped to 64-bit words */
160 /* --- 64-bit lanes mapped to 64-bit words */
252 /* --- 64-bit lanes mapped to 64-bit words */
368 /* --- 64-bit lanes mapped to 64-bit words */
/PHP-7.4/ext/standard/html_tables/mappings/
H A DROMAN.TXT99 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in33 ; (IPv6 and IPv4-mapped) on a specific port;
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます9354 >>>1 byte 0x08 mapped file 32-bit
9356 >>>1 byte 0x0a mapped file 64-bit
10002 >0 ubyte 0x0c 32-bit FAT, LBA-mapped
10003 >0 ubyte 0x0d 7XXX, LBA-mapped
10004 >0 ubyte 0x0e 16-bit FAT, LBA-mapped
10005 >0 ubyte 0x0f extended partition, LBA-mapped
15354 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding
15773 #>10 byte &0x80 color mapped,
17312 # mapped into memory between 0xC0000 and 0xFFFFF
25599 0 string MMV PCP memory mapped values
[all …]
H A Dmagic9354 >>>1 byte 0x08 mapped file 32-bit
9356 >>>1 byte 0x0a mapped file 64-bit
10002 >0 ubyte 0x0c 32-bit FAT, LBA-mapped
10003 >0 ubyte 0x0d 7XXX, LBA-mapped
10004 >0 ubyte 0x0e 16-bit FAT, LBA-mapped
10005 >0 ubyte 0x0f extended partition, LBA-mapped
15354 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding
15773 #>10 byte &0x80 color mapped,
17312 # mapped into memory between 0xC0000 and 0xFFFFF
25599 0 string MMV PCP memory mapped values
[all …]

Completed in 155 milliseconds