Home | History | Annotate | Download | only in src

Lines Matching defs:dll_info

189   DllPatchInfo* dll_info = shared_memory->dll_list;
195 buffer = dll_info;
215 if (!SetupInterceptionInfo(*rest, &buffer, &buffer_bytes, dll_info))
224 dll_info = reinterpret_cast<DllPatchInfo*>(buffer);
241 DllPatchInfo* dll_info = reinterpret_cast<DllPatchInfo*>(*buffer);
254 dll_info->unload_module = (data.type == INTERCEPTION_UNLOAD_MODULE);
255 dll_info->record_bytes = required;
256 dll_info->offset_to_functions = required;
257 dll_info->num_functions = 0;
258 data.dll._Copy_s(dll_info->dll_name, data.dll.size(), data.dll.size());
259 dll_info->dll_name[data.dll.size()] = L'\0';
267 DllPatchInfo* dll_info) const {
272 if ((dll_info->unload_module) &&
310 dll_info->num_functions++;
311 dll_info->record_bytes += required;