Home
last modified time | relevance | path

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

/PHP-5.4/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.c1403 size_t mapped; in _php_stream_passthru() local
1405 …tream, php_stream_tell(stream), PHP_STREAM_MMAP_ALL, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); in _php_stream_passthru()
1410 if (0 < (b = PHPWRITE(p, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1413 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1415 php_stream_mmap_unmap_ex(stream, mapped); in _php_stream_passthru()
1536 size_t mapped; in _php_stream_copy_to_stream_ex() local
1538 …stream_mmap_range(src, php_stream_tell(src), maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); in _php_stream_copy_to_stream_ex()
1541 didwrite = php_stream_write(dest, p, mapped); in _php_stream_copy_to_stream_ex()
1543 php_stream_mmap_unmap_ex(src, mapped); in _php_stream_copy_to_stream_ex()
1550 if (mapped > 0 && mapped == didwrite) { in _php_stream_copy_to_stream_ex()
H A Dplain_wrapper.c670 range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset); in php_stdiop_set_option()
671 if (range->mapped == (char*)MAP_FAILED) { in php_stdiop_set_option()
672 range->mapped = NULL; in php_stdiop_set_option()
676 data->last_mapped_addr = range->mapped; in php_stdiop_set_option()
758 range->mapped = data->last_mapped_addr + delta; in php_stdiop_set_option()
/PHP-5.4/ext/gd/tests/
H A Dgd_info_variation1.phpt47 ["JIS-mapped Japanese Font Support"]=>
/PHP-5.4/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.4/ext/gd/
H A Dconfig.m445 PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
46 [ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
/PHP-5.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-5.4/sapi/thttpd/
H A Dthttpd_patch1005 int tildemapped; /* this connection got tilde-mapped */
/PHP-5.4/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.4/ext/pcre/pcrelib/
H A DChangeLog4860 be mapped to the new one. Instead, I have chosen to extend the mechanism that
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt9523 mapped to PCRE native options. In addition, the option REG_EXTENDED is

Completed in 101 milliseconds