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

/haiku-fatelf/src/kits/app/
H A DRoster.cpp2667 int32 subCount; local
2668 if (supportingSignatures.FindInt32("be:sub", &subCount) != B_OK)
2669 subCount = 0;
2675 for (int32 i = 0; error == B_OK && i < subCount
2686 for (int32 i = 0; error == B_OK && i < subCount
2703 for (int32 i = subCount; error == B_OK

Completed in 85 milliseconds