Home
last modified time | relevance | path

Searched refs:zend_accel_script_persist_calc (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/opcache/
H A Dzend_persist.h25 uint32_t zend_accel_script_persist_calc(zend_persistent_script *script, const char *key, unsigned i…
H A Dzend_persist_calc.c554 uint32_t zend_accel_script_persist_calc(zend_persistent_script *new_persistent_script, const char *… in zend_accel_script_persist_calc() function
H A DZendAccelerator.c1373 memory_used = zend_accel_script_persist_calc(new_persistent_script, NULL, 0, 0); in store_script_in_file_cache()
1490 memory_used = zend_accel_script_persist_calc(new_persistent_script, key, key_length, 1); in cache_script_in_shared_memory()
4239 memory_used = zend_accel_script_persist_calc(new_persistent_script, NULL, 0, 1);

Completed in 28 milliseconds