Lines Matching refs:class_table

299 	HashTable class_breaks, *class_table;  in phpdbg_set_breakpoint_method()  local
305 class_len, (void**)&class_table) != SUCCESS) { in phpdbg_set_breakpoint_method()
310 (void**)&class_breaks, sizeof(HashTable), (void**)&class_table); in phpdbg_set_breakpoint_method()
313 if (!zend_hash_exists(class_table, lcname, func_len)) { in phpdbg_set_breakpoint_method()
324 zend_hash_update(class_table, lcname, func_len, in phpdbg_set_breakpoint_method()
330 PHPDBG_BREAK_MAPPING(new_break.id, class_table); in phpdbg_set_breakpoint_method()
469 …if (zend_hash_find(EG(class_table), zend_str_tolower_dup(new_break->class_name, new_break->class_l… in phpdbg_resolve_opline_break()
502 HashTable class_breaks, *class_table; in phpdbg_set_breakpoint_method_opline() local
526 …EAK_METHOD_OPLINE], new_break.class_name, new_break.class_len, (void **)&class_table) == FAILURE) { in phpdbg_set_breakpoint_method_opline()
532 (void **)&class_breaks, sizeof(HashTable), (void **)&class_table); in phpdbg_set_breakpoint_method_opline()
535 …if (zend_hash_find(class_table, new_break.func_name, new_break.func_len, (void **)&method_table) =… in phpdbg_set_breakpoint_method_opline()
538 class_table, in phpdbg_set_breakpoint_method_opline()
842 HashTable *class_table; in phpdbg_find_breakpoint_method() local
846 ops->scope->name_length, (void**)&class_table) == SUCCESS) { in phpdbg_find_breakpoint_method()
851 class_table, in phpdbg_find_breakpoint_method()
1372 HashTable *class_table; local
1380 …zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], (void**) &class_table, &position…
1387 for (zend_hash_internal_pointer_reset_ex(class_table, &position[1]);
1388 zend_hash_get_current_data_ex(class_table, (void**)&brake, &position[1]) == SUCCESS;
1389 zend_hash_move_forward_ex(class_table, &position[1])) {
1451 HashTable *class_table, *method_table; local
1459 …t_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], (void**) &class_table, &position[0]) …
1465 for (zend_hash_internal_pointer_reset_ex(class_table, &position[1]);
1466 … zend_hash_get_current_data_ex(class_table, (void**) &method_table, &position[1]) == SUCCESS;
1467 zend_hash_move_forward_ex(class_table, &position[1])) {
1469 if (zend_hash_get_current_key_ex(class_table,