Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/nspr/
Dprtime.h147 typedef struct PRExplodedTime { struct
165 } PRExplodedTime; argument
190 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
197 PR_ImplodeTime(const PRExplodedTime *exploded);
212 PRExplodedTime *exploded, PRTimeParamFn params);
219 NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt);
Dprtime.cc137 PR_ImplodeTime(const PRExplodedTime *exploded) in PR_ImplodeTime()
139 PRExplodedTime copy; in PR_ImplodeTime()
200 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset) in ApplySecOffset()
265 PR_NormalizeTime(PRExplodedTime *time, PRTimeParamFn params) in PR_NormalizeTime()
382 PR_GMTParameters(const PRExplodedTime* /*gmt*/) in PR_GMTParameters() argument
461 PRExplodedTime tm; in PR_ParseTimeString()
462 PRExplodedTime *result = &tm; in PR_ParseTimeString()
/external/libchrome/crypto/
Dnss_util_unittest.cc18 PRExplodedTime prxtime; in TEST()
/external/curl/lib/vtls/
Dnss.c833 PRExplodedTime printableTime; in display_cert_info()