Home
last modified time | relevance | path

Searched refs:intercept_function_ (Results 1 – 4 of 4) sorted by relevance

/external/cronet/stable/base/win/
Diat_patch_function.cc173 if (intercept_function_) { in ~IATPatchFunction()
205 DCHECK_EQ(nullptr, intercept_function_); in PatchFromModule()
214 DCHECK_NE(original_function_, intercept_function_); in PatchFromModule()
215 intercept_function_ = new_function; in PatchFromModule()
222 DWORD error = RestoreImportedFunction(intercept_function_, original_function_, in Unpatch()
235 intercept_function_ = nullptr; in Unpatch()
Diat_patch_function.h66 bool is_patched() const { return (nullptr != intercept_function_); } in is_patched()
72 raw_ptr<void> intercept_function_ = nullptr; variable
/external/cronet/tot/base/win/
Diat_patch_function.cc173 if (intercept_function_) { in ~IATPatchFunction()
205 DCHECK_EQ(nullptr, intercept_function_); in PatchFromModule()
214 DCHECK_NE(original_function_, intercept_function_); in PatchFromModule()
215 intercept_function_ = new_function; in PatchFromModule()
222 DWORD error = RestoreImportedFunction(intercept_function_, original_function_, in Unpatch()
235 intercept_function_ = nullptr; in Unpatch()
Diat_patch_function.h66 bool is_patched() const { return (nullptr != intercept_function_); } in is_patched()
72 raw_ptr<void> intercept_function_ = nullptr; variable