Lines Matching refs:PRExplodedTime
114 * PRExplodedTime --
122 * Notes on porting: PRExplodedTime corrresponds to struct tm in
133 * NSPR 2.0 PRTime PRExplodedTime
136 typedef struct PRExplodedTime {
154 } PRExplodedTime;
162 * point to a PRExplodedTime that is in GMT, i.e., whose
179 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
186 PR_ImplodeTime(const PRExplodedTime *exploded);
190 * Note that the following fields of PRExplodedTime should not be
201 PRExplodedTime *exploded, PRTimeParamFn params);
208 NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt);