Home | History | Annotate | Download | only in nspr

Lines Matching defs:PRTime

41  * prtime.h --
46 * prtime.cc. These types have been copied over from the following NSPR
47 * files prtime.h, prtypes.h(CVS revision 3.35), prlong.h(CVS revision 3.13)
74 * PRTime --
84 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
88 typedef PRInt64 PRTime;
115 * The corresponding type in NSPR 1.0 is called PRTime. Below is
119 * NSPR 1.0 PRInt64 PRTime
120 * NSPR 2.0 PRTime PRExplodedTime
172 NSPR_API(PRTime)
198 * This parses a time/date string into a PRTime
236 PRTime *result);