Lines Matching defs:PRTime
79 * PRTime --
89 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
93 typedef PRInt64 PRTime;
120 * The corresponding type in NSPR 1.0 is called PRTime. Below is
124 * NSPR 1.0 PRInt64 PRTime
125 * NSPR 2.0 PRTime PRExplodedTime
191 PRTime __pascal __export __loadds
193 NSPR_API(PRTime)
200 * - From given PRTime, calculate PRExplodedTime in GMT
208 PRTime usecs, PRTimeParamFn params, PRExplodedTime *exploded);
212 PRTime __pascal __export __loadds
214 NSPR_API(PRTime)
250 * This parses a time/date string into a PRTime
283 PRTime *result);