Lines Matching refs:function_table

401 	p = CG(function_table)->pListHead;  in accel_use_shm_interned_strings()
437 q = ce->function_table.pListHead; in accel_use_shm_interned_strings()
1395 orig_function_table = CG(function_table); in compile_and_cache_file()
1400 CG(function_table) = &ZCG(function_table); in compile_and_cache_file()
1426 CG(function_table) = orig_function_table; in compile_and_cache_file()
1433 zend_accel_free_user_functions(&ZCG(function_table) TSRMLS_CC); in compile_and_cache_file()
1444 …zend_accel_move_user_functions(&ZCG(function_table), &new_persistent_script->function_table TSRMLS… in compile_and_cache_file()
2235 if (ZCG(internal_functions_count) != zend_hash_num_elements(&ZCG(function_table))) {
2236 …ed - was %d, now %d", ZCG(internal_functions_count), zend_hash_num_elements(&ZCG(function_table)));
2358 zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
2372 zend_hash_apply(&ce->function_table, (apply_func_t) accel_cleanup_function_data TSRMLS_CC);
2411 old_destructor = EG(function_table)->pDestructor;
2412 EG(function_table)->pDestructor = NULL;
2413 …zend_hash_reverse_apply(EG(function_table), (apply_func_t) accel_clean_non_persistent_function TSR…
2414 EG(function_table)->pDestructor = old_destructor;
2591 …zend_hash_init(&accel_globals->function_table, zend_hash_num_elements(CG(function_table)), NULL, Z…
2597 accel_globals->function_table.pDestructor = NULL;
2598 zend_hash_destroy(&accel_globals->function_table);
2702 if (zend_hash_find(CG(function_table), "chdir", sizeof("chdir"), (void**)&func) == SUCCESS &&
2791 zend_hash_clean(CG(function_table));