Searched refs:fLog (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp272 "server said:\n") << fLog;
288 if (fLog.Length() > 0)
289 errorMessage << B_TRANSLATE(". The server says:\n") << fLog;
305 << B_TRANSLATE(". The server said:\n") << fLog;
348 << ref.name << " (" << strerror(status) << "):\n" << fLog;
426 const char *res = fLog.String();
464 fLog = "Invalid message headers";
527 const char *res = fLog.String();
586 res = fLog.String();
593 res = fLog
[all...]
H A DSMTP.h49 BString fLog; member in class:SMTPProtocol
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp324 fLog = "";
371 fLog = line;
385 int32 index = fLog.FindFirst("<");
389 int32 end = fLog.FindFirst(">", index);
391 fLog.CopyInto(timestamp, index, end - index + 1);
403 errorMessage << B_TRANSLATE(". The server said:\n") << fLog;
423 errorMessage << B_TRANSLATE(". The server said:\n") << fLog;
435 errorMessage << B_TRANSLATE(". The server said:\n") << fLog;
454 if (sscanf(fLog.String(), "+OK %" B_SCNd32" %" B_SCNd32, &messages,
605 fLog
[all...]
H A DPOP3.h73 BString fLog; member in class:POP3Protocol
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp236 Log fLog; member in class:LaunchDaemon
486 fLog.JobLaunched(job, status);
579 fLog.JobTerminated(job, exitStatus);
701 fLog.EventTriggered(job, event);
708 fLog.EventTriggered(target, event);
866 fLog.JobStopped(target, force);
930 fLog.JobEnabled(job, enable);
961 fLog.JobStopped(job, force);
1072 fLog.ExternalEventRegistered(name);
1111 fLog
[all...]

Completed in 47 milliseconds