Lines Matching refs:TempInt32

1802   int32       TempInt32;
1824 if (ReplyMessage.FindInt32 ("error", &TempInt32) != B_OK ||
1825 TempInt32 != B_OK)
3368 int32 TempInt32;
3467 while (Parameters.FindInt32 ("attr:type", i, &TempInt32) == B_BAD_INDEX)
3476 while (Parameters.FindInt32 ("attr:width", i, &TempInt32) == B_BAD_INDEX)
3479 while (Parameters.FindInt32 ("attr:alignment", i, &TempInt32) == B_BAD_INDEX)
3870 int32 TempInt32;
3961 if (Settings.FindInt32 (NamePntr, &TempInt32) == B_OK)
3962 m_PurgeAge = TempInt32;
3970 if (Settings.FindInt32 (NamePntr, &TempInt32) == B_OK)
3971 m_PurgePopularity = TempInt32;
3979 if (Settings.FindInt32 (NamePntr, &TempInt32) == B_OK)
3980 m_ScoringMode = (ScoringModes) TempInt32;
3990 if (Settings.FindInt32 (NamePntr, &TempInt32) == B_OK)
3991 m_TokenizeMode = (TokenizeModes) TempInt32;
5702 int32 TempInt32;
5864 TempInt32 = -1;
5865 if (ReplyMessage.FindInt32 ("error", &TempInt32) == B_OK &&
5866 TempInt32 == B_OK)
5874 else if (ReplyMessage.FindInt32 (g_ResultName, &TempInt32) == B_OK)
5875 cout << TempInt32;
5882 if (ReplyMessage.FindInt32 ("count", &TempInt32) == B_OK)
5883 cout << "\t(count " << TempInt32 << ")";
5900 cout << TempInt32 << " (" << strerror (TempInt32) << ")";
5942 int32 TempInt32;
5950 TempInt32 = 0;
5951 while (!g_AppReadyToRunCompleted && TempInt32++ < 10)
5964 if (MessagePntr->FindInt32 ("BulkClassification", &TempInt32) == B_OK &&
5965 TempInt32 >= 0 && TempInt32 < CL_MAX)
5966 BulkClassification = (ClassificationTypes) TempInt32;
6070 if (ReplyMessage.FindInt32 ("error", &TempInt32) != B_OK ||
6071 TempInt32 != B_OK)