xdebug_hash_find 1178 xdebug.c if (xdebug_hash_find(XG(context).function_breakpoints, fse->function.function, strlen(fse->function.function), (void *) &extra_brk_info)) { xdebug_hash_find 1198 xdebug.c if (xdebug_hash_find(XG(context).class_breakpoints, tmp_name, strlen(tmp_name), (void *) &extra_brk_info)) { xdebug_hash_find 1854 xdebug.c if (xdebug_hash_find(XG(context).exception_breakpoints, exception_ce->name, strlen(exception_ce->name), (void *) &extra_brk_info)) { xdebug_hash_find 51 xdebug_code_coverage.c if (!xdebug_hash_find(XG(code_coverage), filename, strlen(filename), (void *) &file)) { xdebug_hash_find 62 xdebug_code_coverage.c if (!xdebug_hash_find(file->lines, sline, strlen(sline), (void *) &line)) { xdebug_hash_find 136 xdebug_code_coverage.c if (xdebug_hash_find(XG(code_coverage_op_array_cache), cache_key, cache_key_len, (void*) &dummy)) { xdebug_hash_find 629 xdebug_handler_dbgp.c if (xdebug_hash_find(XG(context).eval_id_lookup, key, strlen(key), (void *) &ei)) { xdebug_hash_find 656 xdebug_handler_dbgp.c if (xdebug_hash_find(XG(context).eval_id_lookup, fse->filename, strlen(fse->filename), (void *) &ei)) { xdebug_hash_find 732 xdebug_handler_dbgp.c if (xdebug_hash_find(context->breakpoint_list, hkey, strlen(hkey), (void *) &admin)) { xdebug_hash_find 822 xdebug_handler_dbgp.c if (xdebug_hash_find(XG(context).function_breakpoints, hkey, strlen(hkey), (void *) &brk)) { xdebug_hash_find 828 xdebug_handler_dbgp.c if (xdebug_hash_find(XG(context).class_breakpoints, hkey, strlen(hkey), (void *) &brk)) { xdebug_hash_find 834 xdebug_handler_dbgp.c if (xdebug_hash_find(XG(context).exception_breakpoints, hkey, strlen(hkey), (void *) &brk)) {