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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h106 * PRExplodedTime --
114 * Notes on porting: PRExplodedTime corrresponds to struct tm in
125 * NSPR 2.0 PRTime PRExplodedTime
128 typedef struct PRExplodedTime { struct
146 } PRExplodedTime; typedef in typeref:struct:PRExplodedTime
154 * point to a PRExplodedTime that is in GMT, i.e., whose
171 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
200 * - From given PRTime, calculate PRExplodedTime in GMT
204 * as PRExplodedTime.
208 PRTime usecs, PRTimeParamFn params, PRExplodedTime *explode
[all...]

Completed in 425 milliseconds