Searched refs:window (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | window.c | 31 lxb_html_window_destroy(lxb_html_window_t *window) in lxb_html_window_destroy() argument 34 lxb_dom_interface_node(window)->owner_document->mraw, in lxb_html_window_destroy() 35 window); in lxb_html_window_destroy()
|
H A D | window.h | 27 lxb_html_window_destroy(lxb_html_window_t *window);
|
/php-src/ext/zlib/tests/ |
H A D | bug67724.phpt | 15 stream_filter_append($f, "zlib.inflate", STREAM_FILTER_READ, ["window" => 30]); 16 stream_filter_append($f, "zlib.inflate", STREAM_FILTER_READ, ["window" => 30]);
|
H A D | bug75273.phpt | 33 …$deflate_filter = stream_filter_append($stream, 'zlib.deflate', STREAM_FILTER_WRITE, ['window' =>… 42 …$inflate_filter = stream_filter_prepend($stream, 'zlib.inflate', STREAM_FILTER_WRITE, ['window' =…
|
H A D | zlib_filter_inflate2.phpt | 20 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));
|
H A D | bug71417.phpt | 53 stream_filter_append($r, 'zlib.inflate', STREAM_FILTER_READ, array('window' => 15+16));
|
/php-src/ext/zlib/ |
H A D | zlib.c | 862 zend_long encoding, window = 15; in PHP_FUNCTION() local 873 window = zval_get_long(option_buffer); in PHP_FUNCTION() 875 if (window < 8 || window > 15) { in PHP_FUNCTION() 876 zend_value_error("zlib window size (logarithm) (" ZEND_LONG_FMT ") must be within 8..15", window); in PHP_FUNCTION() 904 encoding += 15 - window; in PHP_FUNCTION() 906 encoding -= 15 - window; in PHP_FUNCTION() 1080 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local 1107 window = zval_get_long(option_buffer); in PHP_FUNCTION() 1109 if (window < 8 || window > 15) { in PHP_FUNCTION() 1150 encoding += 15 - window; in PHP_FUNCTION() [all …]
|
/php-src/ext/standard/tests/filters/ |
H A D | gh13264.phpt | 21 stream_filter_append($stream, 'zlib.inflate', STREAM_FILTER_READ, ['window' => 15]);
|
/php-src/ext/dom/ |
H A D | config.w32 | 31 …tle_element.c track_element.c u_list_element.c unknown_element.c video_element.c window.c", "dom");
|
H A D | config.m4 | 145 $LEXBOR_DIR/html/interfaces/window.c
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 174 zend_long window; member 1134 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in php_openssl_limit_handshake_reneg() 1189 zend_long window = OPENSSL_DEFAULT_RENEG_WINDOW; in php_openssl_init_server_reneg_limit() local 1205 window = zval_get_long(val); in php_openssl_init_server_reneg_limit() 1213 sslsock->reneg->window = window; in php_openssl_init_server_reneg_limit()
|
/php-src/ext/gd/ |
H A D | gd.c | 1103 HWND window; in PHP_FUNCTION() local 1120 window = (HWND) lwindow_handle; in PHP_FUNCTION() 1122 if (!IsWindow(window)) { in PHP_FUNCTION() 1130 GetClientRect(window, &rc); in PHP_FUNCTION() 1134 GetWindowRect(window, &rc); in PHP_FUNCTION() 1145 PrintWindow(window, memDC, (UINT) client_area); in PHP_FUNCTION() 1174 HWND window = GetDesktopWindow(); in PHP_FUNCTION() local 1190 GetWindowRect(window, &rc); in PHP_FUNCTION()
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 19781 # WindowWidth; window width 19783 # WindowHeight; window height 24830 # 77 beshort # horiz posn in window 24832 # 79 beshort # window or folder ID 37306 >0x00003B byte 0x0F (window settings) 37322 >0x00003B byte 0x0B (window settings) 37323 >0x00003B byte 0x0C (window settings) 37340 >0x00003B byte 0x0B (window settings) 37341 >0x00003B byte 0x0C (window settings) 37359 >0x00003B byte 0x0F (window settings) [all …]
|
H A D | magic | 19781 # WindowWidth; window width 19783 # WindowHeight; window height 24830 # 77 beshort # horiz posn in window 24832 # 79 beshort # window or folder ID 37306 >0x00003B byte 0x0F (window settings) 37322 >0x00003B byte 0x0B (window settings) 37323 >0x00003B byte 0x0C (window settings) 37340 >0x00003B byte 0x0B (window settings) 37341 >0x00003B byte 0x0C (window settings) 37359 >0x00003B byte 0x0F (window settings) [all …]
|
Completed in 407 milliseconds