Lines Matching refs:status

60 			status_t status = fFile.SetTo(fPath.Path(),
62 if (status == B_FILE_EXISTS && tries-- > 0)
64 if (status != B_OK)
65 return status;
121 status_t status = node.InitCheck();
122 if (status != B_OK)
123 return status;
126 status = node.GetNodeRef(&nodeRef);
127 if (status != B_OK)
128 return status;
144 status = node.GetAttrInfo(kStateAttribute, &info);
145 if (status == B_OK) {
210 status_t status = node.InitCheck();
211 if (status != B_OK)
212 return status;
247 status_t status = GetMessageEntryRef(uid, ref);
248 if (status == B_ENTRY_NOT_FOUND) {
256 if (status == B_OK)
257 status = node.SetTo(&ref);
258 if (status == B_TIMED_OUT) {
262 if (status != B_OK)
345 status_t status = path.SetTo(&fRef);
346 if (status != B_OK)
347 return status;
350 status = temporaryFile.Init(path, ref);
351 if (status != B_OK)
352 return status;
354 status = _WriteStream(file, stream, length);
355 if (status == B_OK)
358 return status;
387 status_t status = _WriteUInt32(directory, kLastUIDAttribute, uid);
388 if (status != B_OK) {
390 "%s: %s\n", fMailboxName.String(), strerror(status));
440 status_t status = GetMessageEntryRef(uid, ref);
441 if (status != B_OK)
442 return status;
444 status = file.SetTo(&ref, B_OPEN_AT_END | B_WRITE_ONLY);
445 if (status != B_OK)
446 return status;
595 IMAPFolder::_NotifyStoredBody(const entry_ref& ref, uint32 uid, status_t status)
606 BInboundMailProtocol::ReplyBodyFetched(*iterator, ref, status);
627 status_t status = GetMessageEntryRef(uid, ref);
628 if (status != B_OK)
629 return status;
656 status_t status = node.ReadAttrString(B_MAIL_ATTR_STATUS, &mailStatus);
657 if (status != B_OK)
658 return status;