Lines Matching refs:HashTable

45 static inline void _phpdbg_break_mapping(int id, HashTable *table) /* {{{ */  in _phpdbg_break_mapping()
100 HashTable *table; in phpdbg_reset_breakpoints()
121 HashTable *table; in phpdbg_export_breakpoints_to_string()
253 HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE]; in phpdbg_set_breakpoint_file_ex()
287 HashTable breaks; in phpdbg_set_breakpoint_file_ex()
290 broken = zend_hash_add_mem(file_breaks, path_str, &breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_file_ex()
305 HashTable *fileht; in phpdbg_set_breakpoint_file_ex()
332 PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint filelen, zend_str… in phpdbg_resolve_pending_file_break_ex()
344 HashTable *master; in phpdbg_resolve_pending_file_break_ex()
349 HashTable new_ht; in phpdbg_resolve_pending_file_break_ex()
351 …zend_hash_str_add_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen, &new_ht, sizeof(HashTable)); in phpdbg_resolve_pending_file_break_ex()
380 HashTable *fileht; in phpdbg_resolve_pending_file_break()
426 HashTable class_breaks, *class_table; in phpdbg_set_breakpoint_method()
441 …mem(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname, class_len, &class_breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_method()
527 HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]; in phpdbg_resolve_op_array_breaks()
528 HashTable *oplines_table; in phpdbg_resolve_op_array_breaks()
563 HashTable *func_table = EG(function_table); in phpdbg_resolve_opline_break()
631 HashTable class_breaks, *class_table; in phpdbg_set_breakpoint_method_opline()
632 HashTable method_breaks, *method_table; in phpdbg_set_breakpoint_method_opline()
657 …BREAK_METHOD_OPLINE], new_break.class_name, new_break.class_len, &class_breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_method_opline()
662 …pdate_mem(class_table, new_break.func_name, new_break.func_len, &method_breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_method_opline()
684 HashTable func_breaks, *func_table; in phpdbg_set_breakpoint_function_opline()
709 …_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len, &func_breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_function_opline()
730 HashTable file_breaks, *file_table; in phpdbg_set_breakpoint_file_opline()
755 …BG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, &file_breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_file_opline()
900 HashTable *breaks; in phpdbg_find_breakpoint_file()
949 HashTable *class_table; in phpdbg_find_breakpoint_method()
1156 HashTable *table; in phpdbg_delete_breakpoint()
1388 HashTable *table; in phpdbg_find_breakbase()
1395 PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable **table, zend_ulon… in phpdbg_find_breakbase_ex()
1428 HashTable *class_table; in phpdbg_print_breakpoints()
1444 HashTable *points; in phpdbg_print_breakpoints()
1458 HashTable *points; in phpdbg_print_breakpoints()
1514 HashTable *class_table, *method_table; in phpdbg_print_breakpoints()
1532 HashTable *function_table; in phpdbg_print_breakpoints()
1548 HashTable *file_table; in phpdbg_print_breakpoints()