Lines Matching refs:ref

193 BMailProtocol::ProcessHeaderFetched(entry_ref& ref, BFile& file,
196 BMailFilterAction action = _ProcessHeaderFetched(ref, file, attributes);
205 BMailProtocol::NotifyBodyFetched(const entry_ref& ref, BFile& file,
208 _NotifyBodyFetched(ref, file, attributes);
214 BMailProtocol::ProcessMessageFetched(entry_ref& ref, BFile& file,
217 BMailFilterAction action = _ProcessHeaderFetched(ref, file, attributes);
219 _NotifyBodyFetched(ref, file, attributes);
228 BMailProtocol::NotifyMessageReadyToSend(const entry_ref& ref, BFile& file)
231 fFilterList.ItemAt(i)->MessageReadyToSend(ref, file);
236 BMailProtocol::NotifyMessageSent(const entry_ref& ref, BFile& file)
239 fFilterList.ItemAt(i)->MessageSent(ref, file);
272 const entry_ref& ref = settings.AddOnRef();
273 std::map<entry_ref, image_id>::iterator it = fFilterImages.find(ref);
278 BEntry entry(&ref);
293 fFilterImages[ref] = image;
299 BMailProtocol::_ProcessHeaderFetched(entry_ref& ref, BFile& file,
302 entry_ref outRef = ref;
309 BEntry entry(&ref);
319 if (ref == outRef)
338 BEntry entry(&ref);
351 ref = outRef;
352 ref.set_name(workerName.String());
359 BMailProtocol::_NotifyBodyFetched(const entry_ref& ref, BFile& file,
363 fFilterList.ItemAt(i)->BodyFetched(ref, file, attributes);
396 entry_ref ref;
397 if (message->FindRef("ref", &ref) != B_OK)
403 status_t status = HandleFetchBody(ref, target);
405 ReplyBodyFetched(target, ref, status);
411 entry_ref ref;
412 message->FindRef("ref", &ref);
414 MarkMessageAsRead(ref, read);
426 BInboundMailProtocol::FetchBody(const entry_ref& ref, BMessenger* replyTo)
429 message.AddRef("ref", &ref);
438 BInboundMailProtocol::MarkMessageAsRead(const entry_ref& ref, read_flags flag)
440 BNode node(&ref);
447 const entry_ref& ref, status_t status)
451 message.AddRef("ref", &ref);