Home
last modified time | relevance | path

Searched refs:PRInt32 (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/third_party/nspr/
Dprtime.h96 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
97 PRInt32 tp_dst_offset; /* contribution of DST in seconds */
124 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
125 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating
127 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
128 PRInt32 tm_hour; /* hours past tm_day (0-23) */
129 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it
131 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */
Dprtypes.h329 typedef int PRInt32; typedef
334 typedef long PRInt32; typedef
338 #error No suitable type for PRInt32/PRUint32
427 typedef PRInt32 PROffset32;
Dprtime.cc257 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset) in ApplySecOffset()
325 PRInt32 numDays; in PR_NormalizeTime()
529 PRInt32 year = -1; in PR_ParseTimeString()
/external/wpa_supplicant_8/src/crypto/
Dtls_nss.c50 static PRInt32 nss_io_read(PRFileDesc *fd, void *buf, PRInt32 amount) in nss_io_read()
57 static PRInt32 nss_io_write(PRFileDesc *fd, const void *buf, PRInt32 amount) in nss_io_write()
64 static PRInt32 nss_io_writev(PRFileDesc *fd, const PRIOVec *iov, in nss_io_writev()
65 PRInt32 iov_size, PRIntervalTime timeout) in nss_io_writev()
72 static PRInt32 nss_io_recv(PRFileDesc *fd, void *buf, PRInt32 amount, in nss_io_recv()
104 static PRInt32 nss_io_send(PRFileDesc *fd, const void *buf, PRInt32 amount, in nss_io_send()
127 static PRInt32 nss_io_recvfrom(PRFileDesc *fd, void *buf, PRInt32 amount, in nss_io_recvfrom()
136 static PRInt32 nss_io_sendto(PRFileDesc *fd, const void *buf, PRInt32 amount, in nss_io_sendto()
506 PRInt32 res; in tls_connection_encrypt()
532 PRInt32 res; in tls_connection_decrypt()
/external/chromium/net/base/
Dnss_memio.c209 static int PR_CALLBACK memio_Recv(PRFileDesc *fd, void *buf, PRInt32 len, in memio_Recv()
236 static int PR_CALLBACK memio_Read(PRFileDesc *fd, void *buf, PRInt32 len) in memio_Read()
242 static int PR_CALLBACK memio_Send(PRFileDesc *fd, const void *buf, PRInt32 len, in memio_Send()
265 static int PR_CALLBACK memio_Write(PRFileDesc *fd, const void *buf, PRInt32 len) in memio_Write()
/external/chromium/crypto/
Dnss_util.cc63 PRInt32 copied = PR_GetErrorText(error_text.get()); in GetNSSErrorMessage()