Home
last modified time | relevance | path

Searched refs:mPatchedFnsLen (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/build/
H A DnsWindowsDllInterceptor.h119 int mPatchedFnsLen; variable
124 , mPatchedFnsLen(0) in WindowsDllNopSpacePatcher()
132 for (int i = 0; i < mPatchedFnsLen; i++) { in ~WindowsDllNopSpacePatcher()
254 if (mPatchedFnsLen == maxPatchedFns) { in AddHook()
279 mPatchedFns[mPatchedFnsLen] = fn; in AddHook()
280 mPatchedFnsLen++; in AddHook()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/build/
H A DnsWindowsDllInterceptor.h125 size_t mPatchedFnsLen; variable
128 WindowsDllNopSpacePatcher() : mModule(0), mPatchedFnsLen(0) {} in WindowsDllNopSpacePatcher()
134 for (size_t i = 0; i < mPatchedFnsLen; i++) { in ~WindowsDllNopSpacePatcher()
249 MOZ_RELEASE_ASSERT(mPatchedFnsLen < maxPatchedFns, "No room for the hook"); in AddHook()
271 mPatchedFns[mPatchedFnsLen] = fn; in AddHook()
272 mPatchedFnsLen++; in AddHook()