Lines Matching refs:cookie
27 // cookie is the value passed to the enumerate method.
32 PVOID cookie);
36 // contains the dll and symbol to forward this export to. cookie is the value
41 LPCSTR forward, PVOID cookie);
45 // this block. cookie is the value passed to the enumerate method.
49 PIMAGE_THUNK_DATA iat, PVOID cookie);
52 // module is the dll that exports this symbol. cookie is the value passed to
57 PIMAGE_THUNK_DATA iat, PVOID cookie);
60 // module is the dll that exports this block of symbols. cookie is the value
70 PVOID cookie);
73 // cookie is the value passed to the enumerate method.
76 PVOID address, PVOID cookie);
152 // cookie is a generic cookie to pass to the callback.
154 bool EnumSections(EnumSectionsFunction callback, PVOID cookie) const;
157 // cookie is a generic cookie to pass to the callback.
159 bool EnumExports(EnumExportsFunction callback, PVOID cookie) const;
162 // cookie is a generic cookie to pass to the callback.
164 bool EnumAllImports(EnumImportsFunction callback, PVOID cookie) const;
167 // cookie is a generic cookie to pass to the callback.
169 bool EnumImportChunks(EnumImportChunksFunction callback, PVOID cookie) const;
172 // cookie is a generic cookie to pass to the callback.
176 PVOID cookie) const;
180 // cookie is a generic cookie to pass to the callback.
182 bool EnumAllDelayImports(EnumImportsFunction callback, PVOID cookie) const;
185 // cookie is a generic cookie to pass to the callback.
188 PVOID cookie) const;
191 // cookie is a generic cookie to pass to the callback.
200 PVOID cookie) const;
203 // cookie is a generic cookie to pass to the callback.
205 bool EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const;