Start
static void Start(SecureClient*& s);
SecureClient::Start(s);
CcAutoLock::Start(a, Client::sLock);
SecureClient::Start(s);
CcAutoLock::Start(a, Client::sLock);
tod = RelativeDate(Start, yyDayOrdinal, yyDayNumber, &error);
Start += tod;
return Start == -1 ? 0 : Start;
DSTcorrect(time_t Start, time_t Future, int *error)
tm = localtime(&Start);
return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber, int *error)
now = Start;
return DSTcorrect(Start, now, error);
RelativeMonth(time_t Start, time_t RelMonth)
tm = localtime(&Start);
ret = DSTcorrect(Start, ret, &error);
time_t Start;
Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
if (Start < 0)
Start = now->time;
Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
Start += yyRelSeconds;
delta = RelativeMonth(Start, yyRelMonth);
Start += delta;
result = (arg1)->Start((lldb::SBStructuredData const &)*arg2);
result = (arg1)->Start((lldb::SBThread const &)*arg2,(lldb::SBStructuredData const &)*arg3);
CONST EFI_DEVICE_PATH_PROTOCOL *Start;
Start = DevicePath;
return ((UINTN)DevicePath - (UINTN)Start) + DevicePathNodeLength (DevicePath);
status = net->Start(net);
DSTcorrect(time_t Start, time_t Future)
StartDay = (localtime(&Start)->tm_hour + 1) % 24;
return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber)
now = Start;
return DSTcorrect(Start, now);
RelativeMonth(time_t Start, time_t RelMonth)
tm = localtime(&Start);
return DSTcorrect(Start,
time_t Start;
Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
if (Start < 0)
Start = nowtime;
Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
Start += yyRelSeconds;
Start += RelativeMonth(Start, yyRelMonth);
tod = RelativeDate(Start, yyDayOrdinal, yyDayNumber);
Start += tod;
return Start == -1 ? 0 : Start;
DSTcorrect(time_t Start, time_t Future)
StartDay = (localtime(&Start)->tm_hour + 1) % 24;
return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber)
now = Start;
return DSTcorrect(Start, now);
RelativeMonth(time_t Start, time_t RelMonth)
tm = localtime(&Start);
return DSTcorrect(Start,
time_t Start;
Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
if (Start < 0)
Start = nowtime;
Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
Start += yyRelSeconds;
Start += RelativeMonth(Start, yyRelMonth);
tod = RelativeDate(Start, yyDayOrdinal, yyDayNumber);
Start += tod;
return Start == -1 ? 0 : Start;