Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis.c161 filter->cache = c; in mbfl_filt_conv_sjis_wchar()
171 c1 = filter->cache; in mbfl_filt_conv_sjis_wchar()
H A Dmbfilter_iso2022jp_mobile.c158 filter->cache = c; in mbfl_filt_conv_2022jp_mobile_wchar()
175 c1 = filter->cache; in mbfl_filt_conv_2022jp_mobile_wchar()
394 if (filter->status == 1 && filter->cache > 0) { in mbfl_filt_conv_wchar_2022jp_mobile()
H A Dmbfilter_cp51932.c121 filter->cache = c; in mbfl_filt_conv_cp51932_wchar()
133 c1 = filter->cache; in mbfl_filt_conv_cp51932_wchar()
H A Dmbfilter_cp936.c115 filter->cache = c; in mbfl_filt_conv_cp936_wchar()
123 c1 = filter->cache; in mbfl_filt_conv_cp936_wchar()
H A Dmbfilter_big5.c177 filter->cache = c; in mbfl_filt_conv_big5_wchar()
187 c1 = filter->cache; in mbfl_filt_conv_big5_wchar()
H A Dmbfilter_cp932.c158 filter->cache = c; in mbfl_filt_conv_cp932_wchar()
168 c1 = filter->cache; in mbfl_filt_conv_cp932_wchar()
H A Dmbfilter_sjis_open.c157 filter->cache = c; in mbfl_filt_conv_sjis_open_wchar()
167 c1 = filter->cache; in mbfl_filt_conv_sjis_open_wchar()
H A Dmbfilter_iso2022_kr.c96 filter->cache = c; in mbfl_filt_conv_2022kr_wchar()
110 c1 = filter->cache; in mbfl_filt_conv_2022kr_wchar()
/PHP-8.0/ext/standard/tests/file/
H A Dlstat_stat_variation1.phpt30 // clear the cache
H A Dlstat_stat_variation2.phpt31 // clear the cache
H A Dlstat_stat_variation10.phpt22 // clear the cache
H A Dlstat_stat_variation21.phpt27 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation5.phpt37 // clear the cache
H A Dlstat_stat_variation6.phpt40 // clear the cache
H A Dstat_variation4-win32.phpt32 // clear the cache
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h57 int cache; member
H A Dmbfilter.c2251 int cache; member
2337 s = pc->cache; in collector_decode_htmlnumericentity()
2343 pc->cache = s; in collector_decode_htmlnumericentity()
2348 s = pc->cache; in collector_decode_htmlnumericentity()
2413 s = pc->cache; in collector_decode_htmlnumericentity()
2423 pc->cache = s; in collector_decode_htmlnumericentity()
2428 s = pc->cache; in collector_decode_htmlnumericentity()
2544 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
2569 s = pc->cache; in mbfl_filt_decode_htmlnumericentity_flush()
2591 pc->cache = 0; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]
H A Dmbfl_convert.c403 filter->cache = 0; in mbfl_filt_conv_common_ctor()
409 filter->cache = 0; in mbfl_filt_conv_common_flush()
/PHP-8.0/ext/soap/tests/
H A Dbug69137.phpt22 // Prime the WSDL cache because that request sets peer_name on the HTTP context
/PHP-8.0/ext/pcre/tests/
H A Dbug76514.phpt8 "cache-files-ttl": 0,
71 "name": "doctrine/cache",
448 "doctrine/cache": "v1.6.0",
507 "doctrine/cache": "v1.6.0",
/PHP-8.0/
H A D.gitignore45 autom4te.cache/
48 config.cache
278 # GitHub actions cache
280 /branch-commit-cache.json
/PHP-8.0/ext/imap/
H A Dphp_imap.c1262 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1263 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
1267 tmp[5] = cache->draft ? 'X' : ' '; in PHP_FUNCTION()
1269 mail_date(tmp+11, cache); in PHP_FUNCTION()
1274 if ((i = cache->user_flags)) { in PHP_FUNCTION()
1669 MESSAGECACHE *cache; in PHP_FUNCTION() local
1707 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " "); in PHP_FUNCTION()
1708 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U"); in PHP_FUNCTION()
1717 mail_date(dummy, cache); in PHP_FUNCTION()
2187 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/phar/tests/
H A Dbug65028.phpt54 "modules/bwd/cache/bwdWordCacheCreator.php",
62 "modules/gmp/cache/gmpMarkersCacheCreator.php",
67 "modules/mul/cache/mulVideoPortalCacheCreator.php",
/PHP-8.0/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-8.0/ext/soap/
H A Dphp_soap.h165 char cache; variable

Completed in 52 milliseconds

1234567