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 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) */
|
D | prtime.cc | 144 PRInt32 numDays; in PR_ImplodeTime() 145 PRInt32 numSecs; in PR_ImplodeTime() 200 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset) in ApplySecOffset() 268 PRInt32 numDays; in PR_NormalizeTime() 469 PRInt32 year = -1; in PR_ParseTimeString()
|
/external/curl/lib/vtls/ |
D | nss.c | 80 PRFileDesc *PR_ImportTCPSocket(PRInt32 osfd); 304 PRInt32 policy = 0; in any_cipher_enabled() 611 static int display_error(struct connectdata *conn, PRInt32 err, in display_error() 1149 static PRInt32 nspr_io_recv(PRFileDesc *fd, void *buf, PRInt32 amount, in nspr_io_recv() 1153 const PRInt32 rv = recv_fn(fd->lower, buf, amount, flags, timeout); in nspr_io_recv() 1161 static PRInt32 nspr_io_send(PRFileDesc *fd, const void *buf, PRInt32 amount, in nspr_io_send() 1165 const PRInt32 rv = send_fn(fd->lower, buf, amount, flags, timeout); in nspr_io_send() 1446 static bool is_cc_error(PRInt32 err) in is_cc_error() 2068 PRInt32 err = PR_GetError(); in nss_send() 2100 PRInt32 err = PR_GetError(); in nss_recv()
|
/external/libchrome/crypto/ |
D | nss_util.cc | 83 PRInt32 copied = PR_GetErrorText(error_text.get()); in GetNSSErrorMessage()
|