HomeSort by relevance Sort by last modified time
    Searched refs:PRExplodedTime (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/third_party/nspr/
prtime.h 125 * PRExplodedTime --
133 * Notes on porting: PRExplodedTime corrresponds to struct tm in
144 * NSPR 2.0 PRTime PRExplodedTime
147 typedef struct PRExplodedTime {
165 } 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 *exploded, PRTimeParamFn params)
    [all...]
prtime.cc 137 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;
    [all...]
  /external/libchrome/crypto/
nss_util_unittest.cc 18 PRExplodedTime prxtime;
25 // PRExplodedTime::tm_wday is a smaller type than Exploded::day_of_week, so
  /external/curl/lib/vtls/
nss.c 913 PRExplodedTime printableTime;
    [all...]

Completed in 442 milliseconds