Searched refs:PRInt32 (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/third_party/nspr/ |
D | prtime.h | 61 typedef int32_t PRInt32; typedef 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) */
|
D | prtime.cc | 269 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset) in ApplySecOffset() 337 PRInt32 numDays; in PR_NormalizeTime() 538 PRInt32 year = -1; in PR_ParseTimeString()
|
/external/curl/lib/vtls/ |
D | nss.c | 80 PRFileDesc *PR_ImportTCPSocket(PRInt32 osfd); 277 PRInt32 policy = 0; in num_enabled_ciphers() 575 static int display_error(struct connectdata *conn, PRInt32 err, in display_error() 1106 static PRInt32 nspr_io_recv(PRFileDesc *fd, void *buf, PRInt32 amount, in nspr_io_recv() 1110 const PRInt32 rv = recv_fn(fd->lower, buf, amount, flags, timeout); in nspr_io_recv() 1118 static PRInt32 nspr_io_send(PRFileDesc *fd, const void *buf, PRInt32 amount, in nspr_io_send() 1122 const PRInt32 rv = send_fn(fd->lower, buf, amount, flags, timeout); in nspr_io_send() 1382 static bool is_cc_error(PRInt32 err) in is_cc_error() 1950 PRInt32 err = PR_GetError(); in nss_send() 1982 PRInt32 err = PR_GetError(); in nss_recv()
|
/external/libchrome/crypto/ |
D | nss_util.cc | 82 PRInt32 copied = PR_GetErrorText(error_text.get()); in GetNSSErrorMessage()
|