Lines Matching refs:function_table

649 	ZEND_HASH_MAP_FOREACH_BUCKET(CG(function_table), p) {  in accel_copy_permanent_strings()
700 ZEND_HASH_MAP_FOREACH_BUCKET(&ce->function_table, q) { in accel_copy_permanent_strings()
1801 orig_functions_count = EG(function_table)->nNumUsed; in opcache_compile_file()
1857 …zend_accel_move_user_functions(CG(function_table), CG(function_table)->nNumUsed - orig_functions_c… in opcache_compile_file()
3372 if ((func = zend_hash_str_find_ptr(CG(function_table), "chdir", sizeof("chdir")-1)) != NULL &&
3574 if (EG(function_table)) {
3575 ZEND_HASH_MAP_REVERSE_FOREACH_VAL(EG(function_table), zv) {
3915 func = zend_hash_find_ptr(EG(function_table), key);
4116 ZEND_HASH_MAP_FOREACH_PTR_FROM(EG(function_table), op_array, EG(persistent_functions_count)) {
4121 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) {
4226 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) {
4238 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, op_array) {
4358 if (zend_hash_num_elements(&script->function_table)) {
4359 Bucket *p = script->function_table.arData;
4360 Bucket *end = p + script->function_table.nNumUsed;
4362 zend_hash_extend(CG(function_table),
4363 CG(function_table)->nNumUsed + script->function_table.nNumUsed, 0);
4365 _zend_hash_append_ptr_ex(CG(function_table), p->key, Z_PTR(p->val), 1);
4383 if (EG(function_table)) {
4384 EG(persistent_functions_count) = EG(function_table)->nNumUsed;
4578 preload_move_user_functions(CG(function_table), &script->script.function_table);
4730 EG(function_table) = NULL;