Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_source_window.c41 struct window { struct
56 struct window *ctx; in zip_source_window() argument
63 if ((ctx=(struct window *)malloc(sizeof(*ctx))) == NULL) { in zip_source_window()
81 struct window *ctx; in window_read()
86 ctx = (struct window *)_ctx; in window_read()
/PHP-5.6/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-5.6/ext/openssl/
H A Dxp_ssl.c97 long window; member
1031 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in limit_handshake_reneg()
1092 long window = OPENSSL_DEFAULT_RENEG_WINDOW; in init_server_reneg_limit() local
1112 window = Z_LVAL_PP(val); in init_server_reneg_limit()
1120 sslsock->reneg->window = window; in init_server_reneg_limit()
/PHP-5.6/ext/gd/
H A Dgd.c1973 HWND window; in PHP_FUNCTION() local
1992 window = (HWND) lwindow_handle; in PHP_FUNCTION()
1994 if (!IsWindow(window)) { in PHP_FUNCTION()
2002 GetClientRect(window, &rc); in PHP_FUNCTION()
2006 GetWindowRect(window, &rc); in PHP_FUNCTION()
2025 pPrintWindow(window, memDC, (UINT) client_area); in PHP_FUNCTION()
2062 HWND window = GetDesktopWindow(); in PHP_FUNCTION() local
2082 GetWindowRect(window, &rc); in PHP_FUNCTION()
/PHP-5.6/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-5.6/
H A DUPGRADING137 . "reneg_limit" (number of allowed renegotiations per time window)
138 . "reneg_window" (renegotiation time window in seconds)
H A DNEWS9098 window using its handle (Pierre)
9313 - Fixed bug #33664 Console window appears when using exec()
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic12606 # 77 beshort # horiz posn in window
12607 # 79 beshort # window or folder ID
18498 >0x00003B byte 0x0F (window settings)
18514 >0x00003B byte 0x0B (window settings)
18515 >0x00003B byte 0x0C (window settings)
18532 >0x00003B byte 0x0B (window settings)
18533 >0x00003B byte 0x0C (window settings)
18551 >0x00003B byte 0x0F (window settings)
18581 >0x00003B byte 0x17 (window settings)
18582 >0x00003B byte 0x18 (window settings)
[all …]
/PHP-5.6/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-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1229 pcregrep uses an internal buffer to hold a "window" on the file it is

Completed in 142 milliseconds