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

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFTPDirectoryParser.cpp44 struct tm gmtimeQt(const QDateTime& input) function in namespace:WebCore
63 static struct tm *gmtimeQt(const time_t *const timep, struct tm *result) function in namespace:WebCore
66 *result = WebCore::gmtimeQt(dt);
70 #define gmtime_r(x, y) gmtimeQt(x, y)

Completed in 77 milliseconds