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

/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp177 uint32_t replyType; local
181 replyType = Command::kNoReplyType;
185 replyType = Command::kR2Type;
188 replyType = Command::kR6Type;
192 replyType = Command::kR1bType;
195 replyType = Command::kR7Type;
201 replyType = Command::kR1Type | Command::kDataPresent;
207 replyType = Command::kR1Type;
210 replyType = Command::kR3Type;
218 if ((replyType
[all...]
/haiku/src/apps/mail/
H A DContent.cpp1284 const char *replyType;
1285 if (msg->FindString("be:filetypes", &replyType) != B_OK)
1288 replyType = "application/x-vnd.Be-bookmark";
1293 if (strcmp(replyType, "application/x-vnd.Be-bookmark") == 0) {
1298 } else if (strcasecmp(replyType, "text/plain") == 0) {
1305 fileInfo.SetType(replyType);
1332 const char *replyType;
1333 if (msg->FindString("be:filetypes", &replyType) != B_OK)
1336 replyType = "application/x-vnd.Be-bookmark";
1341 if (!strcmp(replyType, "applicatio
[all...]

Completed in 41 milliseconds