Lines Matching refs:TSRMLS_DC

49 static uint zend_persist_zval_ptr_calc(zval **zp TSRMLS_DC);
51 …ist_calc(HashTable *ht, int (*pPersistElement)(void *pElement TSRMLS_DC), size_t el_size TSRMLS_DC) in zend_hash_persist_calc() argument
96 static uint zend_persist_zval_calc(zval *z TSRMLS_DC) argument
112 …ADD_SIZE(zend_hash_persist_calc(z->value.ht, (int (*)(void* TSRMLS_DC)) zend_persist_zval_ptr_calc…
118 static uint zend_persist_zval_ptr_calc(zval **zp TSRMLS_DC) argument
130 static uint zend_persist_op_array_calc(zend_op_array *op_array TSRMLS_DC) argument
200 …ADD_SIZE(zend_hash_persist_calc(op_array->static_variables, (int (*)(void* TSRMLS_DC)) zend_persis…
223 static uint zend_persist_property_info_calc(zend_property_info *prop TSRMLS_DC) argument
233 static uint zend_persist_class_entry_calc(zend_class_entry **pce TSRMLS_DC) argument
241 …ADD_SIZE(zend_hash_persist_calc(&ce->function_table, (int (*)(void* TSRMLS_DC)) zend_persist_op_ar…
264 …ADD_SIZE(zend_hash_persist_calc(&ce->default_properties, (int (*)(void* TSRMLS_DC)) zend_persist_z…
265 …ADD_SIZE(zend_hash_persist_calc(&ce->default_static_members, (int (*)(void* TSRMLS_DC)) zend_persi…
267 …ADD_SIZE(zend_hash_persist_calc(&ce->constants_table, (int (*)(void* TSRMLS_DC)) zend_persist_zval…
276 …ADD_SIZE(zend_hash_persist_calc(&ce->properties_info, (int (*)(void* TSRMLS_DC)) zend_persist_prop…
328 static uint zend_accel_persist_class_table_calc(HashTable *class_table TSRMLS_DC) argument
330 …return zend_hash_persist_calc(class_table, (int (*)(void* TSRMLS_DC)) zend_persist_class_entry_cal…
333 …t_calc(zend_persistent_script *new_persistent_script, char *key, unsigned int key_length TSRMLS_DC) argument
337 …ADD_SIZE(zend_hash_persist_calc(&new_persistent_script->function_table, (int (*)(void* TSRMLS_DC))…