Lines Matching refs:efree
65 efree((char*)bp->filename); in phpdbg_file_breaks_dtor()
72 efree((char*)bp->class_name); in phpdbg_class_breaks_dtor()
73 efree((char*)bp->func_name); in phpdbg_class_breaks_dtor()
86 efree((char*)bp->class_name); in phpdbg_opline_breaks_dtor()
89 efree((char*)bp->func_name); in phpdbg_opline_breaks_dtor()
335 efree(lcname); in phpdbg_set_breakpoint_method()
546 efree((char*)new_break.func_name); in phpdbg_set_breakpoint_method_opline()
547 efree((char*)new_break.class_name); in phpdbg_set_breakpoint_method_opline()
596 efree((char*)new_break.func_name); in phpdbg_set_breakpoint_function_opline()
645 efree((char*)new_break.class_name); in phpdbg_set_breakpoint_file_opline()
751 efree((char*)new_break.code); in phpdbg_create_conditional_break()
854 efree(lcname); in phpdbg_find_breakpoint_method()
858 efree(lcname); in phpdbg_find_breakpoint_method()
1147 efree(name);