Lines Matching refs:it

227 	for (VolumeMap::Iterator it = fVolumes->GetIterator(); it.HasNext();)
228 delete it.Next().value;
345 for (VolumeMap::Iterator it = fVolumes->GetIterator(); it.HasNext();) {
346 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID()))
385 for (VolumeMap::Iterator it = fVolumes->GetIterator(); it.HasNext();) {
386 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID()))
428 for (VolumeMap::Iterator it = fVolumes->GetIterator(); it.HasNext();) {
429 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID()))
455 // init it
811 // if there existed an entry before, we need to delete it, to avoid that
949 // close it
961 // close it
993 // check if it is a file handle
1075 // check if it is a file handle
1653 // check if it is a directory iterator
1903 // open the attribute directory, if caching it failed
1955 // check if it is a attribute directory iterator
2088 // read the whole attribute and convert it
2422 // check if it is a query handle
2516 for (RequestVector::ConstIterator it = requests->Begin();
2517 it != requests->End();
2518 it++) {
2519 delete *it;
2539 for (VolumeMap::Iterator it = fVolumes->GetIterator(); it.HasNext();) {
2540 ClientVolume* clientVolume = it.Next().value;
2607 // Failed to load the directory, so maybe it has already been
2700 // if the client has inverse endianess, swap the type, if we don't know it
2740 // append it
2768 // add it to the volume map
2849 for (VolumeMap::Iterator it = fVolumes->GetIterator(); it.HasNext();) {
2850 if (ClientVolume* volume = _GetVolume(it.Next().value->GetID())) {
3020 // special handling, if it is the root node of the client volume that has
3218 //B_RGB_32_BIT_TYPE: We could translate it, but it's heavy...
3305 for (VolumeMap::Iterator it = fVolumes->GetIterator();
3306 it.HasNext() && arraySize > count;) {
3307 ClientVolume* clientVolume = it.Next().value;
3323 for (VolumeMap::Iterator it = fVolumes->GetIterator();
3324 it.HasNext() && arraySize > count;) {
3325 ClientVolume* clientVolume = it.Next().value;