OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRInt32
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/third_party/nspr/
prtime.h
61
typedef int32_t
PRInt32
;
109
PRInt32
tp_gmt_offset; /* the offset from GMT in seconds */
110
PRInt32
tp_dst_offset; /* contribution of DST in seconds */
137
PRInt32
tm_usec; /* microseconds past tm_sec (0-99999) */
138
PRInt32
tm_sec; /* seconds past tm_min (0-61, accomodating
140
PRInt32
tm_min; /* minutes past tm_hour (0-59) */
141
PRInt32
tm_hour; /* hours past tm_day (0-23) */
142
PRInt32
tm_mday; /* days past tm_mon (1-31, note that it
144
PRInt32
tm_month; /* months past tm_year (0-11, Jan = 0) */
prtime.cc
100
* Note that 1 year has < 2^25 seconds. So an
PRInt32
is large enough.
269
ApplySecOffset(PRExplodedTime *time,
PRInt32
secOffset)
337
PRInt32
numDays;
538
PRInt32
year = -1;
[
all
...]
/external/curl/lib/vtls/
nss.c
80
PRFileDesc *PR_ImportTCPSocket(
PRInt32
osfd);
277
PRInt32
policy = 0;
575
static int display_error(struct connectdata *conn,
PRInt32
err,
[
all
...]
/external/libchrome/crypto/
nss_util.cc
82
PRInt32
copied = PR_GetErrorText(error_text.get());
[
all
...]
Completed in 4897 milliseconds