Home
last modified time | relevance | path

Searched refs:cache (Results 76 – 100 of 147) sorted by relevance

123456

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_big5.c164 filter->cache = c; in mbfl_filt_conv_big5_wchar()
174 c1 = filter->cache; in mbfl_filt_conv_big5_wchar()
H A Dmbfilter_cp932.c159 filter->cache = c; in mbfl_filt_conv_cp932_wchar()
169 c1 = filter->cache; in mbfl_filt_conv_cp932_wchar()
H A Dmbfilter_sjis_open.c158 filter->cache = c; in mbfl_filt_conv_sjis_open_wchar()
168 c1 = filter->cache; in mbfl_filt_conv_sjis_open_wchar()
H A Dmbfilter_iso2022_kr.c97 filter->cache = c; in mbfl_filt_conv_2022kr_wchar()
111 c1 = filter->cache; in mbfl_filt_conv_2022kr_wchar()
H A Dmbfilter_iso2022_jp_ms.c109 filter->cache = c; in mbfl_filt_conv_2022jpms_wchar()
127 c1 = filter->cache; in mbfl_filt_conv_2022jpms_wchar()
/PHP-5.5/
H A Dmakerpm82 test -f config.cache && rm -f config.cache
H A D.gitignore47 autom4te.cache
54 config.cache
H A Dphp.ini-development329 ; http://php.net/realpath-cache-size
335 ; http://php.net/realpath-cache-ttl
970 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1104 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1171 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1499 ; http://php.net/session.cache-limiter
1503 ; http://php.net/session.cache-expire
1796 ; http://php.net/soap.wsdl-cache-enabled
1800 ; http://php.net/soap.wsdl-cache-dir
1805 ; http://php.net/soap.wsdl-cache-ttl
[all …]
H A Dphp.ini-production329 ; http://php.net/realpath-cache-size
335 ; http://php.net/realpath-cache-ttl
970 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1104 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1171 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1499 ; http://php.net/session.cache-limiter
1503 ; http://php.net/session.cache-expire
1796 ; http://php.net/soap.wsdl-cache-enabled
1800 ; http://php.net/soap.wsdl-cache-dir
1805 ; http://php.net/soap.wsdl-cache-ttl
[all …]
/PHP-5.5/ext/phar/tests/
H A Dbug65028.phpt54 "modules/bwd/cache/bwdWordCacheCreator.php",
62 "modules/gmp/cache/gmpMarkersCacheCreator.php",
67 "modules/mul/cache/mulVideoPortalCacheCreator.php",
H A Dphar_createdefaultstub.phpt94 header("Cache-Control: no-cache, must-revalidate");
95 header("Pragma: no-cache");
388 header("Cache-Control: no-cache, must-revalidate");
389 header("Pragma: no-cache");
690 header("Cache-Control: no-cache, must-revalidate");
691 header("Pragma: no-cache");
H A Dphar_setdefaultstub.phpt114 header("Cache-Control: no-cache, must-revalidate");
115 header("Pragma: no-cache");
409 header("Cache-Control: no-cache, must-revalidate");
410 header("Pragma: no-cache");
704 header("Cache-Control: no-cache, must-revalidate");
705 header("Pragma: no-cache");
/PHP-5.5/ext/imap/
H A Dphp_imap.c1648 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1649 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
1653 tmp[5] = cache->draft ? 'X' : ' '; in PHP_FUNCTION()
1655 mail_date(tmp+11, cache); in PHP_FUNCTION()
1660 if ((i = cache->user_flags)) { in PHP_FUNCTION()
2044 MESSAGECACHE *cache; in PHP_FUNCTION() local
2087 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " ", 1); in PHP_FUNCTION()
2088 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U", 1); in PHP_FUNCTION()
2097 mail_date(dummy, cache); in PHP_FUNCTION()
2575 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation1.phpt43 // clear the cache
H A Dlstat_stat_variation2.phpt44 // clear the cache
H A Dlstat_stat_variation21.phpt34 // clear the cache
H A Dlstat_stat_variation6.phpt46 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation5.phpt49 // clear the cache
H A Dstat_variation4-win32.phpt37 // clear the cache
H A Duserwrapper.phpt25 we effectively test the stat cache mechanism */
/PHP-5.5/ext/session/tests/
H A Dsession_cache_expire_error.phpt12 * Description : Return current cache expire
H A Dsession_cache_limiter_error.phpt12 * Description : Get and/or set the current cache limiter
/PHP-5.5/ext/opcache/tests/
H A Drevalidate_path_01.phpt2 revalidate_path 01: OPCache must cache only resolved real paths when revalidate_path is set
/PHP-5.5/ext/spl/internal/
H A Drecursivecachingiterator.inc27 * @param it Iterator to cache
/PHP-5.5/ext/soap/
H A Dphp_soap.h170 char cache; variable

Completed in 100 milliseconds

123456