Home
last modified time | relevance | path

Searched refs:new_persistent_script (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1133 return new_persistent_script; in cache_script_in_shared_memory()
1137 return new_persistent_script; in cache_script_in_shared_memory()
1148 return new_persistent_script; in cache_script_in_shared_memory()
1165 return new_persistent_script; in cache_script_in_shared_memory()
1177 return new_persistent_script; in cache_script_in_shared_memory()
1188 if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) { in cache_script_in_shared_memory()
1193 new_persistent_script->mem, in cache_script_in_shared_memory()
1194 (char *)new_persistent_script->mem + new_persistent_script->size, in cache_script_in_shared_memory()
1201 …_hash_update(&ZCSG(hash), new_persistent_script->full_path, new_persistent_script->full_path_len +… in cache_script_in_shared_memory()
1225 return new_persistent_script; in cache_script_in_shared_memory()
[all …]
H A Dzend_persist_calc.c333 uint zend_accel_script_persist_calc(zend_persistent_script *new_persistent_script, char *key, unsig… argument
337 …ADD_SIZE(zend_hash_persist_calc(&new_persistent_script->function_table, (int (*)(void* TSRMLS_DC))…
338 ADD_SIZE(zend_accel_persist_class_table_calc(&new_persistent_script->class_table TSRMLS_CC));
339 ADD_SIZE(zend_persist_op_array_calc(&new_persistent_script->main_op_array TSRMLS_CC));
341 ADD_DUP_SIZE(new_persistent_script->full_path, new_persistent_script->full_path_len + 1);
342 ADD_DUP_SIZE(new_persistent_script, sizeof(zend_persistent_script));

Completed in 18 milliseconds