Searched refs:new_persistent_script (Results 1 – 2 of 2) sorted by relevance
1162 return new_persistent_script; in cache_script_in_shared_memory()1166 return new_persistent_script; in cache_script_in_shared_memory()1170 return new_persistent_script; in cache_script_in_shared_memory()1181 return new_persistent_script; in cache_script_in_shared_memory()1210 return new_persistent_script; in cache_script_in_shared_memory()1221 if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) { in cache_script_in_shared_memory()1226 new_persistent_script->mem, in cache_script_in_shared_memory()1227 (char *)new_persistent_script->mem + new_persistent_script->size, in cache_script_in_shared_memory()1234 …_hash_update(&ZCSG(hash), new_persistent_script->full_path, new_persistent_script->full_path_len +… in cache_script_in_shared_memory()1258 return new_persistent_script; in cache_script_in_shared_memory()[all …]
362 uint zend_accel_script_persist_calc(zend_persistent_script *new_persistent_script, char *key, unsig… argument366 …ADD_SIZE(zend_hash_persist_calc(&new_persistent_script->function_table, (int (*)(void* TSRMLS_DC))…367 ADD_SIZE(zend_accel_persist_class_table_calc(&new_persistent_script->class_table TSRMLS_CC));368 ADD_SIZE(zend_persist_op_array_calc(&new_persistent_script->main_op_array TSRMLS_CC));370 ADD_DUP_SIZE(new_persistent_script->full_path, new_persistent_script->full_path_len + 1);371 ADD_DUP_SIZE(new_persistent_script, sizeof(zend_persistent_script));
Completed in 9 milliseconds