Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_persist.h27 uint32_t zend_accel_script_persist_calc(zend_persistent_script *script, int for_shm);
H A Dzend_persist_calc.c591 uint32_t zend_accel_script_persist_calc(zend_persistent_script *new_persistent_script, int for_shm) in zend_accel_script_persist_calc() function
H A DZendAccelerator.c1498 memory_used = zend_accel_script_persist_calc(new_persistent_script, 0); in store_script_in_file_cache()
1609 memory_used = zend_accel_script_persist_calc(new_persistent_script, 1); in cache_script_in_shared_memory()
4237 memory_used = zend_accel_script_persist_calc(new_persistent_script, 1);

Completed in 20 milliseconds