Home
last modified time | relevance | path

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

/PHP-7.0/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 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.0/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.0/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 …p_error_docref(NULL, E_WARNING, "zlib window size (lograithm) (%pd) must be within 8..15", window); in PHP_FUNCTION()
873 encoding += 15 - window; in PHP_FUNCTION()
875 encoding -= 15 - window; in PHP_FUNCTION()
1019 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local
1046 window = zval_get_long(option_buffer); in PHP_FUNCTION()
1048 if (window < 8 || window > 15) { in PHP_FUNCTION()
1088 encoding += 15 - window; in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c127 zend_long window; member
1065 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in limit_handshake_reneg()
1120 zend_long window = OPENSSL_DEFAULT_RENEG_WINDOW; in init_server_reneg_limit() local
1140 window = Z_LVAL_P(val); in init_server_reneg_limit()
1148 sslsock->reneg->window = window; in init_server_reneg_limit()
/PHP-7.0/ext/gd/
H A Dgd.c1888 HWND window; in PHP_FUNCTION() local
1907 window = (HWND) lwindow_handle; in PHP_FUNCTION()
1909 if (!IsWindow(window)) { in PHP_FUNCTION()
1917 GetClientRect(window, &rc); in PHP_FUNCTION()
1921 GetWindowRect(window, &rc); in PHP_FUNCTION()
1940 pPrintWindow(window, memDC, (UINT) client_area); in PHP_FUNCTION()
1977 HWND window = GetDesktopWindow(); in PHP_FUNCTION() local
1997 GetWindowRect(window, &rc); in PHP_FUNCTION()
/PHP-7.0/Zend/
H A DZEND_CHANGES320 GTK window and the object holds the resource of this GTK window,
322 window with the same properties and have the new object hold the
323 resource of the new window. Another example is if your object
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic13358 # 77 beshort # horiz posn in window
13359 # 79 beshort # window or folder ID
19996 >0x00003B byte 0x0F (window settings)
20012 >0x00003B byte 0x0B (window settings)
20013 >0x00003B byte 0x0C (window settings)
20030 >0x00003B byte 0x0B (window settings)
20031 >0x00003B byte 0x0C (window settings)
20049 >0x00003B byte 0x0F (window settings)
20079 >0x00003B byte 0x17 (window settings)
20080 >0x00003B byte 0x18 (window settings)
[all …]
/PHP-7.0/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.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1229 pcregrep uses an internal buffer to hold a "window" on the file it is

Completed in 258 milliseconds