xdebug_hash_apply 1661 xdebug.c       					xdebug_hash_apply(i->used_vars, (void*) &html, dump_used_var_with_contents);
xdebug_hash_apply 2075 xdebug.c       		xdebug_hash_apply(i->used_vars, (void *) return_value, attach_used_var_names);
xdebug_hash_apply  221 xdebug_code_coverage.c 	xdebug_hash_apply(file->lines, (void *) lines, add_line);
xdebug_hash_apply  233 xdebug_code_coverage.c 	xdebug_hash_apply(XG(code_coverage), (void *) return_value, add_file);
xdebug_hash_apply 1010 xdebug_handler_dbgp.c 	xdebug_hash_apply(context->breakpoint_list, (void *) *retval, breakpoint_list_helper);
xdebug_hash_apply  593 xdebug_handler_gdb.c 			xdebug_hash_apply(i->used_vars, (void *) h, dump_used_var_with_contents);
xdebug_hash_apply  600 xdebug_handler_gdb.c 			xdebug_hash_apply(i->used_vars, (void *) h, dump_used_var_with_contents);
xdebug_hash_apply 1146 xdebug_handler_gdb.c 	xdebug_hash_apply(context->function_breakpoints, (void *) context, dump_function_breakpoint);
xdebug_hash_apply 1147 xdebug_handler_gdb.c 	xdebug_hash_apply(context->class_breakpoints, (void *) context, dump_class_breakpoint);
xdebug_hash_apply 1178 xdebug_handler_gdb.c 			xdebug_hash_apply(ht, (void *) context, func);
xdebug_hash_apply   69 xdebug_hash.h  void xdebug_hash_apply(xdebug_hash *h, void *user, void (*cb)(void *, xdebug_hash_element *));