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

  /external/chromium/base/third_party/nspr/
prtime.h 96 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) */
prtypes.h 323 ** PRInt32
329 typedef int PRInt32;
334 typedef long PRInt32;
338 #error No suitable type for PRInt32/PRUint32
346 * The maximum and minimum values of a PRInt32 or PRUint32.
427 typedef PRInt32 PROffset32;
prtime.cc 91 * Note that 1 year has < 2^25 seconds. So an PRInt32 is large enough.
257 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset)
325 PRInt32 numDays;
529 PRInt32 year = -1;
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_nss.c 50 static PRInt32 nss_io_read(PRFileDesc *fd, void *buf, PRInt32 amount)
57 static PRInt32 nss_io_write(PRFileDesc *fd, const void *buf, PRInt32 amount)
64 static PRInt32 nss_io_writev(PRFileDesc *fd, const PRIOVec *iov,
65 PRInt32 iov_size, PRIntervalTime timeout)
72 static PRInt32 nss_io_recv(PRFileDesc *fd, void *buf, PRInt32 amount,
104 static PRInt32 nss_io_send(PRFileDesc *fd, const void *buf, PRInt32 amount
    [all...]
  /external/chromium/net/base/
nss_memio.c 209 static int PR_CALLBACK memio_Recv(PRFileDesc *fd, void *buf, PRInt32 len,
236 static int PR_CALLBACK memio_Read(PRFileDesc *fd, void *buf, PRInt32 len)
242 static int PR_CALLBACK memio_Send(PRFileDesc *fd, const void *buf, PRInt32 len,
265 static int PR_CALLBACK memio_Write(PRFileDesc *fd, const void *buf, PRInt32 len)
  /external/chromium/crypto/
nss_util.cc 63 PRInt32 copied = PR_GetErrorText(error_text.get());

Completed in 74 milliseconds