Home
last modified time | relevance | path

Searched refs:PRExplodedTime (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/third_party/nspr/
Dprtime.h123 typedef struct PRExplodedTime { struct
141 } PRExplodedTime; argument
166 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
173 PR_ImplodeTime(const PRExplodedTime *exploded);
188 PRExplodedTime *exploded, PRTimeParamFn params);
195 NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt);
Dprtime.cc96 PR_ImplodeTime(const PRExplodedTime *exploded) in PR_ImplodeTime()
257 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset) in ApplySecOffset()
322 PR_NormalizeTime(PRExplodedTime *time, PRTimeParamFn params) in PR_NormalizeTime()
439 PR_GMTParameters(const PRExplodedTime *gmt) in PR_GMTParameters()
521 PRExplodedTime tm; in PR_ParseTimeString()
522 PRExplodedTime *result = &tm; in PR_ParseTimeString()
/external/chromium/crypto/
Dnss_util.cc700 PRExplodedTime prxtime; in PRTimeToBaseTime()