Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dwindow.c31 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 Dwindow.h27 lxb_html_window_destroy(lxb_html_window_t *window);
/php-src/ext/zlib/tests/
H A Dbug67724.phpt15 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 Dbug75273.phpt33 …$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 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));
H A Dbug71417.phpt53 stream_filter_append($r, 'zlib.inflate', STREAM_FILTER_READ, array('window' => 15+16));
/php-src/ext/zlib/
H A Dzlib.c868 zend_long encoding, window = 15; in PHP_FUNCTION() local
879 window = zval_get_long(option_buffer); in PHP_FUNCTION()
881 if (window < 8 || window > 15) { in PHP_FUNCTION()
882 zend_value_error("zlib window size (logarithm) (" ZEND_LONG_FMT ") must be within 8..15", window); in PHP_FUNCTION()
910 encoding += 15 - window; in PHP_FUNCTION()
912 encoding -= 15 - window; in PHP_FUNCTION()
1086 zend_long encoding, level = -1, memory = 8, window = 15, strategy = Z_DEFAULT_STRATEGY; in PHP_FUNCTION() local
1113 window = zval_get_long(option_buffer); in PHP_FUNCTION()
1115 if (window < 8 || window > 15) { in PHP_FUNCTION()
1156 encoding += 15 - window; in PHP_FUNCTION()
[all …]
/php-src/ext/standard/tests/filters/
H A Dgh13264.phpt21 stream_filter_append($stream, 'zlib.inflate', STREAM_FILTER_READ, ['window' => 15]);
/php-src/ext/dom/
H A Dconfig.w3229 …tle_element.c track_element.c u_list_element.c unknown_element.c video_element.c window.c", "dom");
H A Dconfig.m424 …nknown_element.c $LEXBOR_DIR/html/interfaces/video_element.c $LEXBOR_DIR/html/interfaces/window.c \
/php-src/ext/openssl/
H A Dxp_ssl.c174 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 Dgd.c1062 HWND window; in PHP_FUNCTION() local
1077 window = (HWND) lwindow_handle; in PHP_FUNCTION()
1079 if (!IsWindow(window)) { in PHP_FUNCTION()
1087 GetClientRect(window, &rc); in PHP_FUNCTION()
1091 GetWindowRect(window, &rc); in PHP_FUNCTION()
1102 PrintWindow(window, memDC, (UINT) client_area); in PHP_FUNCTION()
1131 HWND window = GetDesktopWindow(); in PHP_FUNCTION() local
1149 GetWindowRect(window, &rc); in PHP_FUNCTION()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます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 Dmagic19781 # 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 260 milliseconds