Lines Matching refs:function_table

392 	p = CG(function_table)->pListHead;  in accel_use_shm_interned_strings()
428 q = ce->function_table.pListHead; in accel_use_shm_interned_strings()
1362 orig_function_table = CG(function_table); in compile_and_cache_file()
1367 CG(function_table) = &ZCG(function_table); in compile_and_cache_file()
1393 CG(function_table) = orig_function_table; in compile_and_cache_file()
1400 zend_accel_free_user_functions(&ZCG(function_table) TSRMLS_CC); in compile_and_cache_file()
1411 …zend_accel_move_user_functions(&ZCG(function_table), &new_persistent_script->function_table TSRMLS… in compile_and_cache_file()
2137 if (ZCG(internal_functions_count) != zend_hash_num_elements(&ZCG(function_table))) {
2138 …ed - was %d, now %d", ZCG(internal_functions_count), zend_hash_num_elements(&ZCG(function_table)));
2258 zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
2272 zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
2311 old_destructor = EG(function_table)->pDestructor;
2312 EG(function_table)->pDestructor = NULL;
2313 …zend_hash_reverse_apply(EG(function_table), (apply_func_t) accel_clean_non_persistent_function TSR…
2314 EG(function_table)->pDestructor = old_destructor;
2491 …zend_hash_init(&accel_globals->function_table, zend_hash_num_elements(CG(function_table)), NULL, Z…
2497 accel_globals->function_table.pDestructor = NULL;
2498 zend_hash_destroy(&accel_globals->function_table);
2602 if (zend_hash_find(CG(function_table), "chdir", sizeof("chdir"), (void**)&func) == SUCCESS &&
2691 zend_hash_clean(CG(function_table));