Searched refs:wxGmtime_r (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp185 struct tm *wxGmtime_r(const time_t* t, struct tm* tm) function
222 struct tm *wxGmtime_r(const time_t* ticks, struct tm* temp)
1658 tm = wxGmtime_r(&time, &tmstruct);
1661 wxCHECK_MSG( tm, Tm(), _T("wxGmtime_r() failed") );
2338 tm = wxGmtime_r(&time, &tmstruct);
2341 wxCHECK_MSG( tm, wxEmptyString, _T("wxGmtime_r() failed") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h67 #define wxGmtime_r gmtime_r macro
69 WXDLLIMPEXP_BASE struct tm *wxGmtime_r(const time_t*, struct tm*);

Completed in 84 milliseconds