Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dmmap.c32 range.mapped = NULL; in _php_stream_mmap_range()
44 return range.mapped; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h57 char *mapped; member
H A Dstreams.c1366 size_t mapped; in _php_stream_passthru() local
1368 …tream, php_stream_tell(stream), PHP_STREAM_MMAP_ALL, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); in _php_stream_passthru()
1373 if (0 < (b = PHPWRITE(p + bcount, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1376 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1378 php_stream_mmap_unmap_ex(stream, mapped); in _php_stream_passthru()
1509 size_t mapped; in _php_stream_copy_to_stream_ex() local
1511 …stream_mmap_range(src, php_stream_tell(src), maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); in _php_stream_copy_to_stream_ex()
1514 didwrite = php_stream_write(dest, p, mapped); in _php_stream_copy_to_stream_ex()
1516 php_stream_mmap_unmap_ex(src, mapped); in _php_stream_copy_to_stream_ex()
1523 if (mapped > 0 && mapped == didwrite) { in _php_stream_copy_to_stream_ex()
H A Dplain_wrapper.c729 range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset); in php_stdiop_set_option()
730 if (range->mapped == (char*)MAP_FAILED) { in php_stdiop_set_option()
731 range->mapped = NULL; in php_stdiop_set_option()
735 data->last_mapped_addr = range->mapped; in php_stdiop_set_option()
817 range->mapped = data->last_mapped_addr + delta; in php_stdiop_set_option()
/PHP-7.2/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.2/ext/com_dotnet/
H A DREADME11 COM errrors are mapped to exceptions; you should protect your COM code using
41 large number of the variant API has been mapped to PHP space so that you can
/PHP-7.2/ext/dba/
H A Dconfig.w327 ARG_WITH("lmdb", "DBA: Lightning memory-mapped database support", "no");
H A Dconfig.m4104 [ --with-lmdb[=DIR] DBA: Lightning memory-mapped database support], no, no)
/PHP-7.2/ext/gd/
H A Dconfig.m438 PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
39 [ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
/PHP-7.2/ext/intl/
H A DERROR.CONVENTIONS86 plain functions mapped to the same internal functions as their instance methods.
/PHP-7.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-7.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-7.2/sapi/fpm/
H A Dwww.conf.in33 ; (IPv6 and IPv4-mapped) on a specific port;
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic7871 >>>1 byte 0x08 mapped file 32-bit
7873 >>>1 byte 0x0a mapped file 64-bit
8441 >0 ubyte 0x0c 32-bit FAT, LBA-mapped
8442 >0 ubyte 0x0d 7XXX, LBA-mapped
8443 >0 ubyte 0x0e 16-bit FAT, LBA-mapped
8444 >0 ubyte 0x0f extended partition, LBA-mapped
10641 # which is mapped to VBN 2 of [000000]INDEXF.SYS;1 - gerardo.cacciari@gmail.com
13311 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding
13712 #>10 byte &0x80 color mapped,
14771 # mapped into memory between 0xC0000 and 0xFFFFF
[all …]
H A Dmagic私はガラスを食べられます7871 >>>1 byte 0x08 mapped file 32-bit
7873 >>>1 byte 0x0a mapped file 64-bit
8441 >0 ubyte 0x0c 32-bit FAT, LBA-mapped
8442 >0 ubyte 0x0d 7XXX, LBA-mapped
8443 >0 ubyte 0x0e 16-bit FAT, LBA-mapped
8444 >0 ubyte 0x0f extended partition, LBA-mapped
10641 # which is mapped to VBN 2 of [000000]INDEXF.SYS;1 - gerardo.cacciari@gmail.com
13311 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding
13712 #>10 byte &0x80 color mapped,
14771 # mapped into memory between 0xC0000 and 0xFFFFF
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog5222 be mapped to the new one. Instead, I have chosen to extend the mechanism that
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9594 mapped to PCRE native options. In addition, the option REG_EXTENDED is

Completed in 183 milliseconds