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

/haiku/src/apps/mail/
H A DMailApp.h70 const char* to = NULL, bool resend = false,
H A DMailApp.cpp1113 TMailApp::NewWindow(const entry_ref* ref, const char* to, bool resend, argument
1133 if (!resend && ref && file.SetTo(ref, O_RDONLY) == B_OK) {
1146 &fContentFont, resend, trackerMessenger);
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c879 int resend = false; local
888 resend = true; // xmit command issued but ISR shows its not completed
893 return (resend);
899 finish_reset(etherpci_private_t *data, int resend) argument
904 if (resend) {
1071 int resend = 0; local
1082 resend = reset(data);
1143 finish_reset(data, resend);

Completed in 32 milliseconds