Home
last modified time | relevance | path

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

/PHP-5.5/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.c1398 size_t mapped; in _php_stream_passthru() local
1400 …tream, php_stream_tell(stream), PHP_STREAM_MMAP_ALL, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); in _php_stream_passthru()
1405 if (0 < (b = PHPWRITE(p, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1408 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1410 php_stream_mmap_unmap_ex(stream, mapped); in _php_stream_passthru()
1531 size_t mapped; in _php_stream_copy_to_stream_ex() local
1533 …stream_mmap_range(src, php_stream_tell(src), maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); in _php_stream_copy_to_stream_ex()
1536 didwrite = php_stream_write(dest, p, mapped); in _php_stream_copy_to_stream_ex()
1538 php_stream_mmap_unmap_ex(src, mapped); in _php_stream_copy_to_stream_ex()
1545 if (mapped > 0 && mapped == didwrite) { in _php_stream_copy_to_stream_ex()
H A Dplain_wrapper.c699 range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset); in php_stdiop_set_option()
700 if (range->mapped == (char*)MAP_FAILED) { in php_stdiop_set_option()
701 range->mapped = NULL; in php_stdiop_set_option()
705 data->last_mapped_addr = range->mapped; in php_stdiop_set_option()
787 range->mapped = data->last_mapped_addr + delta; in php_stdiop_set_option()
/PHP-5.5/ext/gd/tests/
H A Dgd_info_variation1.phpt47 ["JIS-mapped Japanese Font Support"]=>
/PHP-5.5/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-5.5/ext/gd/
H A Dconfig.m444 PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
45 [ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS86 plain functions mapped to the same internal functions as their instance methods.
/PHP-5.5/ext/standard/html_tables/mappings/
H A DROMAN.TXT99 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in161 ; (IPv6 and IPv4-mapped) on a specific port;
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1005 int tildemapped; /* this connection got tilde-mapped */
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5374 >1 byte 0x08 mapped file 32-bit
5376 >1 byte 0x0a mapped file 64-bit
7654 # which is mapped to VBN 2 of [000000]INDEXF.SYS;1 - gerardo.cacciari@gmail.com
9970 #>10 byte &0x80 color mapped,
10689 # mapped into memory between 0xC0000 and 0xFFFFF
16411 >20 belong 220 (Memory-mapped Linux USB
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog5036 be mapped to the new one. Instead, I have chosen to extend the mechanism that
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9547 mapped to PCRE native options. In addition, the option REG_EXTENDED is

Completed in 113 milliseconds