Home
last modified time | relevance | path

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

/PHP-8.2/main/streams/
H A Dmmap.c28 range.mapped = NULL; in _php_stream_mmap_range()
34 return range.mapped; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h53 char *mapped; member
H A Dstreams.c1457 size_t mapped; in _php_stream_passthru() local
1464 if (0 < (b = PHPWRITE(p + bcount, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1467 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1469 php_stream_mmap_unmap_ex(stream, mapped); in _php_stream_passthru()
1673 size_t chunk_size, must_read, mapped; in _php_stream_copy_to_stream_ex() local
1688 …am_mmap_range(src, php_stream_tell(src), chunk_size, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); in _php_stream_copy_to_stream_ex()
1693 if (php_stream_seek(src, mapped, SEEK_CUR) != 0) { in _php_stream_copy_to_stream_ex()
1698 didwrite = php_stream_write(dest, p, mapped); in _php_stream_copy_to_stream_ex()
1712 if (mapped == 0 || mapped != didwrite) { in _php_stream_copy_to_stream_ex()
1715 if (mapped < chunk_size) { in _php_stream_copy_to_stream_ex()
[all …]
H A Dplain_wrapper.c786 range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset); in php_stdiop_set_option()
787 if (range->mapped == (char*)MAP_FAILED) { in php_stdiop_set_option()
788 range->mapped = NULL; in php_stdiop_set_option()
792 data->last_mapped_addr = range->mapped; in php_stdiop_set_option()
898 range->mapped = data->last_mapped_addr + delta; in php_stdiop_set_option()
/PHP-8.2/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt8 …if(gd_info()['JIS-mapped Japanese Font Support']) die('skip JIS-mapped Japanese Font Support not s…
H A Dgd_info_variation1.phpt42 ["JIS-mapped Japanese Font Support"]=>
/PHP-8.2/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-8.2/ext/gd/
H A Dconfig.m458 [whether to enable JIS-mapped Japanese font support in GD],
60 [GD: Enable JIS-mapped Japanese font support (only for bundled libgd)])],
/PHP-8.2/ext/mbstring/tests/
H A Deucjp_encoding.phpt21 /* Kuten code 0x2140 (EUC-JP 0xA1C0) is a backslash; this can be mapped to
H A Diso2022jp_kddi_encoding.phpt49 * They are mapped in 22 ku (or 'rows') above the places where they are mapped
H A Dsjis_mobile_encodings.phpt117 * Most of these don't exist in Unicode and have been mapped to 'private
159 $docomo["\xF9\x84"] = "\x00\x00\x27\xBF"; // FREE DIAL; mapped to DOUBLE CURLY LOOP
180 $sbEmoji["\xF7\xB1"] = "\x00\x00\x27\xBF"; // FREE DIAL; mapped to DOUBLE CURLY
H A Dcp51932_encoding.phpt30 * mapped from any character in CP932 */
H A Diso2022jp_encoding.phpt37 /* 0x2140 is a backslash; this can be mapped to 0x005C for an ordinary
H A Diso2022jp_2004_encoding.phpt32 /* 0x2140 is a backslash; this can be mapped to 0x005C for an ordinary
/PHP-8.2/ext/intl/
H A DERROR_CONVENTIONS.md97 plain functions mapped to the same internal functions as their instance methods.
/PHP-8.2/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-8.2/sapi/fpm/
H A Dwww.conf.in38 ; (IPv6 and IPv4-mapped) on a specific port;
271 ; (IPv6 and IPv4-mapped) on a specific port;
/PHP-8.2/ext/standard/html_tables/mappings/
H A DROMAN.TXT99 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic10479 >>>1 byte 0x08 mapped file 32-bit
10481 >>>1 byte 0x0a mapped file 64-bit
11169 >0 ubyte 0x0c 32-bit FAT, LBA-mapped
11170 >0 ubyte 0x0d 7XXX, LBA-mapped
11171 >0 ubyte 0x0e 16-bit FAT, LBA-mapped
11172 >0 ubyte 0x0f extended partition, LBA-mapped
16736 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding
17194 #>10 byte &0x80 color mapped,
19495 # mapped into memory between 0xC0000 and 0xFFFFF
30272 0 string MMV PCP memory mapped values
[all …]
H A Dmagic私はガラスを食べられます10479 >>>1 byte 0x08 mapped file 32-bit
10481 >>>1 byte 0x0a mapped file 64-bit
11169 >0 ubyte 0x0c 32-bit FAT, LBA-mapped
11170 >0 ubyte 0x0d 7XXX, LBA-mapped
11171 >0 ubyte 0x0e 16-bit FAT, LBA-mapped
11172 >0 ubyte 0x0f extended partition, LBA-mapped
16736 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding
17194 #>10 byte &0x80 color mapped,
19495 # mapped into memory between 0xC0000 and 0xFFFFF
30272 0 string MMV PCP memory mapped values
[all …]
/PHP-8.2/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt247 # this is mapped onto Unicodes 0xE000-0xE98B as follows:
273 # this. However, this can be mapped to the Unicode sequence
H A DBIG5.txt25 # A number of characters are not currently mapped because

Completed in 234 milliseconds