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

/macosx-10.10/efax-38/efax/
H A Defaxos.c991 removeIterator; /* Remove iterator */ local
1004 removeIterator = IO_OBJECT_NULL;
1042 &removeIterator);
1044 if (kr == kIOReturnSuccess && removeIterator != IO_OBJECT_NULL)
1046 deviceNotifier((void*)&sysevent_modemremoved, removeIterator);
1095 if (removeIterator != IO_OBJECT_NULL)
1096 IOObjectRelease(removeIterator);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DHashTable.h88 void removeIterator(HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
97 inline void removeIterator(HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*) { } function in namespace:WTF
146 removeIterator(this);
160 removeIterator(this);
1286 void removeIterator(HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>* it) function in namespace:WTF

Completed in 76 milliseconds