Home
last modified time | relevance | path

Searched refs:cache (Results 126 – 150 of 163) sorted by relevance

1234567

/php-src/.github/workflows/
H A Dpush.yml200 PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
202 PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c313 filter->status = filter->cache = 0; in mbfl_filt_conv_common_ctor()
/php-src/build/
H A DMakefile.global129 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
/php-src/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt54 clearstatcache();//clears file status cache
H A Dfwrite_variation4.phpt54 clearstatcache();//clears file status cache
H A Dfwrite_variation2-win32.phpt71 clearstatcache();//clears file status cache
H A Dfwrite_variation2.phpt71 clearstatcache();//clears file status cache
H A Dfwrite_variation3-win32.phpt63 clearstatcache();//clears file status cache
H A Dfwrite_variation3.phpt64 clearstatcache();//clears file status cache
H A Dfwrite_basic-win32-mb.phpt59 clearstatcache();//clears file status cache
H A Dfwrite_basic-win32.phpt59 clearstatcache();//clears file status cache
H A Dfwrite_basic.phpt59 clearstatcache();//clears file status cache
H A Dfwrite_variation1-win32-mb.phpt62 clearstatcache();//clears file status cache
H A Dfwrite_variation1.phpt55 clearstatcache();//clears file status cache
H A Dftruncate_variation1-win32-mb.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1-win32.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1.phpt57 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7-win32.phpt59 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7.phpt59 clearstatcache(); // clear previous size value in cache
/php-src/Zend/
H A Dzend_virtual_cwd.c153 static void realpath_cache_clean_helper(uint32_t max_entries, realpath_cache_bucket **cache, zend_l… in realpath_cache_clean_helper() argument
158 realpath_cache_bucket *p = cache[i]; in realpath_cache_clean_helper()
164 cache[i] = NULL; in realpath_cache_clean_helper()
/php-src/ext/mbstring/
H A Dmbstring.c6566 unsigned int bits = 0, cache = 0; in mime_header_decode_encoded_word() local
6578 cache = (cache << 6) | (decoded & 0x3F); in mime_header_decode_encoded_word()
6580 *bufp++ = (cache >> 16) & 0xFF; in mime_header_decode_encoded_word()
6581 *bufp++ = (cache >> 8) & 0xFF; in mime_header_decode_encoded_word()
6582 *bufp++ = cache & 0xFF; in mime_header_decode_encoded_word()
6583 bits = cache = 0; in mime_header_decode_encoded_word()
6587 *bufp++ = (cache >> 10) & 0xFF; in mime_header_decode_encoded_word()
6588 *bufp++ = (cache >> 2) & 0xFF; in mime_header_decode_encoded_word()
6590 *bufp++ = (cache >> 4) & 0xFF; in mime_header_decode_encoded_word()
/php-src/sapi/litespeed/
H A DREADME.md124 memory block for the opcode cache.
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst180 Luckily, it is also not necessary. We can cache the opcodes in memory between requests, to skip over
/php-src/docs/source/core/data-structures/
H A Dzval.rst103 uint32_t cache_slot; /* cache slot (for RECV_INIT) */
/php-src/ext/spl/
H A Dspl_iterators.c298 zend_function **cache = &object->iterators[object->level].haschildren; in spl_recursive_it_move_forward_ex() local
300 zend_call_method_with_0_params(obj, ce, cache, "haschildren", &retval); in spl_recursive_it_move_forward_ex()
362 zend_function **cache = &object->iterators[object->level].getchildren; in spl_recursive_it_move_forward_ex() local
364 zend_call_method_with_0_params(obj, ce, cache, "getchildren", &child); in spl_recursive_it_move_forward_ex()

Completed in 95 milliseconds

1234567