Searched refs:termcb_contextinfo (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutilsexc.cpp185 CFMachPortContext termcb_contextinfo; local
186 termcb_contextinfo.version = NULL;
187 termcb_contextinfo.info = (void*)proc_data;
188 termcb_contextinfo.retain = NULL;
189 termcb_contextinfo.release = NULL;
190 termcb_contextinfo.copyDescription = NULL;
193 CFMachPortForProcess = CFMachPortCreateWithPort(NULL, machPortForProcess, NULL, &termcb_contextinfo, &ShouldFreePort);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_cf.cpp191 CFMachPortContext termcb_contextinfo; local
192 termcb_contextinfo.version = 0;
193 termcb_contextinfo.info = (void*)proc_data;
194 termcb_contextinfo.retain = NULL;
195 termcb_contextinfo.release = NULL;
196 termcb_contextinfo.copyDescription = NULL;
199 CFMachPortForProcess = CFMachPortCreateWithPort(NULL, machPortForProcess, NULL, &termcb_contextinfo, &ShouldFreePort);

Completed in 108 milliseconds