Lines Matching refs:function_table

648 	ZEND_HASH_MAP_FOREACH_BUCKET(CG(function_table), p) {  in accel_copy_permanent_strings()
699 ZEND_HASH_MAP_FOREACH_BUCKET(&ce->function_table, q) { in accel_copy_permanent_strings()
1800 orig_functions_count = EG(function_table)->nNumUsed; in opcache_compile_file()
1856 …zend_accel_move_user_functions(CG(function_table), CG(function_table)->nNumUsed - orig_functions_c… in opcache_compile_file()
3323 if ((func = zend_hash_str_find_ptr(CG(function_table), "chdir", sizeof("chdir")-1)) != NULL &&
3525 if (EG(function_table)) {
3526 ZEND_HASH_MAP_REVERSE_FOREACH_VAL(EG(function_table), zv) {
3866 func = zend_hash_find_ptr(EG(function_table), key);
4067 ZEND_HASH_MAP_FOREACH_PTR_FROM(EG(function_table), op_array, EG(persistent_functions_count)) {
4072 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) {
4177 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) {
4189 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) {
4309 if (zend_hash_num_elements(&script->function_table)) {
4310 Bucket *p = script->function_table.arData;
4311 Bucket *end = p + script->function_table.nNumUsed;
4313 zend_hash_extend(CG(function_table),
4314 CG(function_table)->nNumUsed + script->function_table.nNumUsed, 0);
4316 _zend_hash_append_ptr_ex(CG(function_table), p->key, Z_PTR(p->val), 1);
4334 if (EG(function_table)) {
4335 EG(persistent_functions_count) = EG(function_table)->nNumUsed;
4529 preload_move_user_functions(CG(function_table), &script->script.function_table);
4681 EG(function_table) = NULL;