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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1802 int32 TempInt32; local
1824 if (ReplyMessage.FindInt32 ("error", &TempInt32) != B_OK ||
1825 TempInt32 != B_OK)
3368 int32 TempInt32; local
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; local
3961 if (Settings.FindInt32 (NamePntr, &TempInt32) == B_OK)
3962 m_PurgeAge = TempInt32;
5702 int32 TempInt32; local
5875 cout << TempInt32; local
5883 cout << "\\t(count " << TempInt32 << ")"; local
5942 int32 TempInt32; local
[all...]

Completed in 46 milliseconds