Lines Matching refs:macCommon
273 struct _CommonChars *macCommon; in CALLBACK() local
279 macCommon = (struct _CommonChars*) param2; in CALLBACK()
280 if (macCommon == NULL) in CALLBACK()
288 macCommon->moduleName, in CALLBACK()
289 ((MacChars*) macCommon->serviceChars)->macName); in CALLBACK()
292 result = macCommon->systemRequest ((DWORD)&common, (DWORD)&macCommon, in CALLBACK()
294 macCommon->moduleDS); in CALLBACK()
297 handle->common = macCommon; in CALLBACK()
303 macCommon = (struct _CommonChars*) param2; in CALLBACK()
304 result = macCommon->systemRequest ((DWORD)&common, 0, in CALLBACK()
306 macCommon->moduleDS); in CALLBACK()