FindInt16
status_t FindInt16(const char *name, int16 *value) const;
status_t FindInt16(const char *name, int32 index, int16 *value) const;
int16 FindInt16(const char *, int32 n = 0) const;
status_t FindInt16(const char* name, int16* value) const;
status_t FindInt16(const char* name, int32 index,
int16 FindInt16(const char* name, int32 n = 0) const;
return FindInt16(name, 0, value);
inline status_t FindInt16(const char* name, int16* value) const;
inline status_t FindInt16(const char* name, int32 index,
message->FindInt16("scroll_xstepsize",
message->FindInt16("scroll_ystepsize",
settingsMsg.FindInt16("padblocker_threshold",
msg->FindInt16(name, j, &anInt16);
err = message->FindInt16(name, index, &v);
status_t err __attribute__((unused)) = pArchive->FindInt16("digits", (int16*)&m_digitCount);
err = pArchive->FindInt16("scaleFactor", &m_scaleFactor);
if (archive->FindInt16("cols", &fColumns) < B_OK)
if (archive->FindInt16("rows", &fRows) < B_OK)
if (from->FindInt16(kKeyMinimumAge, &minimumAge) != B_OK)
if (m.FindInt16("fMaxConnections", &fMaxConnections) != B_OK)
the_reply.FindInt16("result", &v);
the_reply.FindInt16("result", (int16*)&v);
reply.FindInt16("handle", (int16*)&fHandle);
status_t err = reply.FindInt16("id", (int16 *)&kid);
if (archive->FindInt16("_hashloc", &hashloc) == B_OK)
if (archive->FindInt16("_sstyle", &sstyle) == B_OK)
if (archive->FindInt16("_but_width", &width) == B_OK)
if (archive->FindInt16("_lmcapjoin", 0, &lineCap) == B_OK
&& archive->FindInt16("_lmcapjoin", 1, &lineJoin) == B_OK
if (archive->FindInt16("_fillrule", &fillRule) == B_OK)
if (archive->FindInt16("_blend", 0, &alphaBlend) == B_OK
&& archive->FindInt16("_blend", 1, &modeBlend) == B_OK)
if (archive->FindInt16("_show", &fShowLevel) != B_OK)
res = archiveMsg.FindInt16("c:ver", &version)
if (archive->FindInt16("bnaddr_family", &int16value) != B_OK)
if (archive->FindInt16("bnaddr_port", &int16value) != B_OK)
fStatus = archive->FindInt16("_BNetEndpoint_addr_port",
fStatus = archive->FindInt16("_BNetEndpoint_peer_port",
if (FindInt16(name, &value) != B_OK)
msg->FindInt16(name, j, &anInt16);
settingsMsg.FindInt16("scroll_xstepsize", (int16*)&fSettings.scroll_xstepsize);
settingsMsg.FindInt16("scroll_ystepsize", (int16*)&fSettings.scroll_ystepsize);
settingsMsg.FindInt16("padblocker_threshold", (int16*)&fSettings.padblocker_threshold);
status_t result1 = message->FindInt16(key_count, &count);
status_t result1 = message->FindInt16(key_count, &count);
status_t result1 = message->FindInt16(key_count, &count);
status_t result1 = message->FindInt16(key_count, &count);
FindInt16(propertyRequested);
if ((msg->FindInt16("opcodeExpected", eventIndex, &opcodeFound) == B_OK)
while (msg->FindInt16("eventExpected", eventIndex, &eventFound) == B_OK ) {
if (msg->FindInt16("opcodeExpected", eventIndex, &opcodeFound)
while (msg->FindInt16("eventExpected", eventIndex, &eventFound) == B_OK) {
if (request->FindInt16("eventExpected", &eventFound) == B_OK)
request->FindInt16("opcodeExpected", index, &opcodeExpected);
request->FindInt16("opcodeExpected", index, &opcodeExpected);
if (message->FindInt16("id", &id) == B_OK) {
CPPUNIT_ASSERT(msg.FindInt16("data") == 0);
if (archive.FindInt16("_BNetEndpoint_peer_port", &arcPort) != B_OK) {
if (archive.FindInt16("_BNetEndpoint_addr_port", &arcPort) != B_OK) {
int16 status = message->FindInt16(UrlEventData::HttpStatusCode);
res = archiveMsg.FindInt16("c:ver", &version)