Searched refs:cached (Results 1 – 18 of 18) sorted by relevance
/PHP-5.4/ext/xmlreader/ |
H A D | README | 1 XMLReader represents a reader that provides non-cached,
|
/PHP-5.4/ext/standard/tests/streams/ |
H A D | stream_set_chunk_size.phpt | 46 echo "should elicit no read because there is sufficient cached data\n"; 76 should elicit no read because there is sufficient cached data
|
/PHP-5.4/ext/com_dotnet/ |
H A D | com_com.c | 242 int cached; in PHP_FUNCTION() local 244 TL = php_com_load_typelib_via_cache(typelib_name, obj->code_page, &cached TSRMLS_CC); in PHP_FUNCTION() 247 if (COMG(autoreg_on) && !cached) { in PHP_FUNCTION() 812 int cached = 0; in PHP_FUNCTION() local 821 pTL = php_com_load_typelib_via_cache(name, codepage, &cached TSRMLS_CC); in PHP_FUNCTION() 823 if (cached) { in PHP_FUNCTION()
|
H A D | com_extension.c | 271 int cached; in PHP_INI_MH() local 310 …if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached TSRMLS_CC)) != NU… in PHP_INI_MH() 311 if (!cached) { in PHP_INI_MH()
|
H A D | com_typeinfo.c | 232 int codepage, int *cached TSRMLS_DC) in php_com_load_typelib_via_cache() 243 *cached = 1; in php_com_load_typelib_via_cache() 249 *cached = 0; in php_com_load_typelib_via_cache()
|
H A D | php_com_dotnet_internal.h | 170 int codepage, int *cached TSRMLS_DC);
|
/PHP-5.4/Zend/tests/ |
H A D | bug55509.phpt | 25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];
|
/PHP-5.4/ext/spl/tests/ |
H A D | iterator_003.phpt | 82 // The goal is to verify we can access the cached string value even if it was
|
/PHP-5.4/ext/oci8/tests/ |
H A D | bug46994.phpt | 58 var_dump($myclob->load()); // Use cached size code path
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | 001-win32.phpt | 74 echo "test.file exists (cached)\n";
|
H A D | 001.phpt | 110 echo "test.file exists (cached)\n";
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_pconn_reuse.phpt | 78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
|
/PHP-5.4/Zend/ |
H A D | zend_alloc.c | 436 unsigned int cached; member 896 heap->cached = 0; in zend_mm_init() 941 heap->cached -= size; in zend_mm_free_cache() 1907 heap->cached -= true_size; in _zend_mm_alloc_int() 2079 if (EXPECTED(ZEND_MM_SMALL_SIZE(size)) && EXPECTED(heap->cached < ZEND_MM_CACHE_SIZE)) { in _zend_mm_free_int() 2085 heap->cached += size; in _zend_mm_free_int() 2196 heap->cached -= true_size - orig_size; in _zend_mm_realloc_int() 2657 usage -= AG(mm_heap)->cached; in zend_memory_usage()
|
/PHP-5.4/ext/soap/ |
H A D | php_sdl.c | 1533 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_D… in get_sdl_from_cache() 1577 *cached = old_t; in get_sdl_from_cache() 3231 time_t cached; in get_sdl() local 3251 if ((sdl = get_sdl_from_cache(key, uri, t-SOAP_GLOBAL(cache_ttl), &cached TSRMLS_CC)) != NULL) { in get_sdl() 3252 t = cached; in get_sdl()
|
/PHP-5.4/ |
H A D | php.ini-development | 1794 ; (time to live) Sets the number of second while cached file will be used
|
H A D | php.ini-production | 1794 ; (time to live) Sets the number of second while cached file will be used
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1439 2003/03/12: [tune] use cached value of effect node in get_min_match_length().
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 6975 >>>>>>8 string IHC \b cached by Windows 9M
|
Completed in 100 milliseconds