Home
last modified time | relevance | path

Searched refs:window (Results 1 – 11 of 11) sorted by relevance

/PHP-7.2/ext/zlib/tests/
H A Dbug67724.phpt13 stream_filter_append($f, "zlib.inflate", STREAM_FILTER_READ, ["window" => 30]);
14 stream_filter_append($f, "zlib.inflate", STREAM_FILTER_READ, ["window" => 30]);
H A Dbug75273.phpt35 …$deflate_filter = stream_filter_append($stream, 'zlib.deflate', STREAM_FILTER_WRITE, ['window' =>…
44 …$inflate_filter = stream_filter_prepend($stream, 'zlib.inflate', STREAM_FILTER_WRITE, ['window' =…
H A Dzlib_filter_inflate2.phpt20 stream_filter_append($fp, 'zlib.inflate', STREAM_FILTER_READ, array('window' => 15+16));
26 stream_filter_append($fp, 'zlib.inflate', STREAM_FILTER_READ, array('window' => 15+32));
/PHP-7.2/ext/zip/lib/
H A Dzip_source_window.c40 struct window { struct
63 struct window *ctx; in _zip_source_window_new() argument
70 if ((ctx=(struct window *)malloc(sizeof(*ctx))) == NULL) { in _zip_source_window_new()
116 struct window *ctx; in window_read()
121 ctx = (struct window *)_ctx; in window_read()
/PHP-7.2/ext/zlib/
H A Dzlib.c834 zend_long encoding, window = 15; in PHP_FUNCTION() local
845 window = zval_get_long(option_buffer); in PHP_FUNCTION()
847 if (window < 8 || window > 15) { in PHP_FUNCTION()
848 …(NULL, E_WARNING, "zlib window size (lograithm) (" ZEND_LONG_FMT ") must be within 8..15", window); in PHP_FUNCTION()
874 encoding += 15 - window; in PHP_FUNCTION()
876 encoding -= 15 - window; in PHP_FUNCTION()
1070 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local
1097 window = zval_get_long(option_buffer); in PHP_FUNCTION()
1099 if (window < 8 || window > 15) { in PHP_FUNCTION()
1139 encoding += 15 - window; in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c121 zend_long window; member
1062 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in php_openssl_limit_handshake_reneg()
1117 zend_long window = OPENSSL_DEFAULT_RENEG_WINDOW; in php_openssl_init_server_reneg_limit() local
1135 window = Z_LVAL_P(val); in php_openssl_init_server_reneg_limit()
1143 sslsock->reneg->window = window; in php_openssl_init_server_reneg_limit()
/PHP-7.2/ext/gd/
H A Dgd.c1943 HWND window; in PHP_FUNCTION() local
1959 window = (HWND) lwindow_handle; in PHP_FUNCTION()
1961 if (!IsWindow(window)) { in PHP_FUNCTION()
1969 GetClientRect(window, &rc); in PHP_FUNCTION()
1973 GetWindowRect(window, &rc); in PHP_FUNCTION()
1984 PrintWindow(window, memDC, (UINT) client_area); in PHP_FUNCTION()
2014 HWND window = GetDesktopWindow(); in PHP_FUNCTION() local
2034 GetWindowRect(window, &rc); in PHP_FUNCTION()
/PHP-7.2/win32/
H A Dinstall.txt333 system. To achieve this, open a Command Prompt window (located in the
347 Save and double-click on the file. If you receive a little window
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic16143 # 77 beshort # horiz posn in window
16144 # 79 beshort # window or folder ID
23674 >0x00003B byte 0x0F (window settings)
23690 >0x00003B byte 0x0B (window settings)
23691 >0x00003B byte 0x0C (window settings)
23708 >0x00003B byte 0x0B (window settings)
23709 >0x00003B byte 0x0C (window settings)
23727 >0x00003B byte 0x0F (window settings)
23757 >0x00003B byte 0x17 (window settings)
23758 >0x00003B byte 0x18 (window settings)
[all …]
H A Dmagic私はガラスを食べられます16143 # 77 beshort # horiz posn in window
16144 # 79 beshort # window or folder ID
23674 >0x00003B byte 0x0F (window settings)
23690 >0x00003B byte 0x0B (window settings)
23691 >0x00003B byte 0x0C (window settings)
23708 >0x00003B byte 0x0B (window settings)
23709 >0x00003B byte 0x0C (window settings)
23727 >0x00003B byte 0x0F (window settings)
23757 >0x00003B byte 0x17 (window settings)
23758 >0x00003B byte 0x18 (window settings)
[all …]
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1229 pcregrep uses an internal buffer to hold a "window" on the file it is

Completed in 385 milliseconds