HomeSort by relevance Sort by last modified time
    Searched refs:PRInt32 (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/third_party/nspr/
prtime.h 61 typedef int32_t PRInt32;
120 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
121 PRInt32 tp_dst_offset; /* contribution of DST in seconds */
148 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
149 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating
151 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
152 PRInt32 tm_hour; /* hours past tm_day (0-23) */
153 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it
155 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */
prtime.cc 132 * Note that 1 year has < 2^25 seconds. So an PRInt32 is large enough.
144 PRInt32 numDays;
145 PRInt32 numSecs;
200 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset)
268 PRInt32 numDays;
469 PRInt32 year = -1;
    [all...]
  /external/curl/lib/vtls/
nss.c 356 PRInt32 policy = 0;
691 static int display_error(struct connectdata *conn, PRInt32 err,
    [all...]
  /external/libchrome/crypto/
nss_util.cc 65 PRInt32 copied = PR_GetErrorText(error_text.get());

Completed in 775 milliseconds