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

/external/libchrome/base/third_party/nspr/
H A Dprtime.h125 * PRExplodedTime --
133 * Notes on porting: PRExplodedTime corrresponds to struct tm in
144 * NSPR 2.0 PRTime PRExplodedTime
147 typedef struct PRExplodedTime { struct
165 } PRExplodedTime; typedef in typeref:struct:PRExplodedTime
173 * point to a PRExplodedTime that is in GMT, i.e., whose
190 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
197 PR_ImplodeTime(const PRExplodedTime *exploded);
201 * Note that the following fields of PRExplodedTime should not be
212 PRExplodedTime *explode
[all...]
H A Dprtime.cc137 PR_ImplodeTime(const PRExplodedTime *exploded)
139 PRExplodedTime copy;
196 * 'time' should point to a normalized PRExplodedTime.
200 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset)
265 PR_NormalizeTime(PRExplodedTime *time, PRTimeParamFn params)
382 PR_GMTParameters(const PRExplodedTime* /*gmt*/)
461 PRExplodedTime tm;
462 PRExplodedTime *result = &tm;
/external/libchrome/crypto/
H A Dnss_util_unittest.cc18 PRExplodedTime prxtime;
25 // PRExplodedTime::tm_wday is a smaller type than Exploded::day_of_week, so
/external/curl/lib/vtls/
H A Dnss.c833 PRExplodedTime printableTime;

Completed in 201 milliseconds