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

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A DipMoreC.tcl127 int allSet,inlineSet,index;
137 allSet = 0;
153 allSet = 1;
179 if (allSet || inlineSet) {
203 if (allSet) {
225 if (allSet || inlineSet) {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp788 OSSet * allSet = 0; local
808 if (allSet) {
809 allSet->merge((const OSSet *) set);
813 allSet = set;
823 if (allSet) {
824 while( (service = (IOService *) allSet->getAnyObject())) {
826 allSet->removeObject(service);
828 allSet->release();

Completed in 190 milliseconds