Lines Matching refs:PRInt32

299 typedef PRInt32 (PR_CALLBACK *PRReadFN)(PRFileDesc *fd, void *buf, PRInt32 amount);
300 typedef PRInt32 (PR_CALLBACK *PRWriteFN)(PRFileDesc *fd, const void *buf, PRInt32 amount);
301 typedef PRInt32 (PR_CALLBACK *PRAvailableFN)(PRFileDesc *fd);
308 typedef PRInt32 (PR_CALLBACK *PRWritevFN)(
309 PRFileDesc *fd, const PRIOVec *iov, PRInt32 iov_size,
318 typedef PRInt32 (PR_CALLBACK *PRRecvFN)(
319 PRFileDesc *fd, void *buf, PRInt32 amount,
321 typedef PRInt32 (PR_CALLBACK *PRSendFN) (
322 PRFileDesc *fd, const void *buf, PRInt32 amount,
324 typedef PRInt32 (PR_CALLBACK *PRRecvfromFN)(
325 PRFileDesc *fd, void *buf, PRInt32 amount,
327 typedef PRInt32 (PR_CALLBACK *PRSendtoFN)(
328 PRFileDesc *fd, const void *buf, PRInt32 amount,
332 typedef PRInt32 (PR_CALLBACK *PRAcceptreadFN)(
334 void *buf, PRInt32 amount, PRIntervalTime t);
335 typedef PRInt32 (PR_CALLBACK *PRTransmitfileFN)(
337 PRInt32 hlen, PRTransmitFileFlags flags, PRIntervalTime t);
344 typedef PRInt32 (PR_CALLBACK *PRSendfileFN)(
699 NSPR_API(PRInt32) PR_Read(PRFileDesc *fd, void *buf, PRInt32 amount);
723 NSPR_API(PRInt32) PR_Write(PRFileDesc *fd,const void *buf,PRInt32 amount);
757 NSPR_API(PRInt32) PR_Writev(
758 PRFileDesc *fd, const PRIOVec *iov, PRInt32 iov_size,
957 NSPR_API(PRInt32) PR_Available(PRFileDesc *fd);
1446 NSPR_API(PRInt32) PR_Recv(PRFileDesc *fd, void *buf, PRInt32 amount,
1477 NSPR_API(PRInt32) PR_Send(PRFileDesc *fd, const void *buf, PRInt32 amount,
1512 NSPR_API(PRInt32) PR_RecvFrom(
1513 PRFileDesc *fd, void *buf, PRInt32 amount, PRIntn flags,
1545 NSPR_API(PRInt32) PR_SendTo(
1546 PRFileDesc *fd, const void *buf, PRInt32 amount, PRIntn flags,
1585 NSPR_API(PRInt32) PR_TransmitFile(
1587 const void *headers, PRInt32 hlen, PRTransmitFileFlags flags,
1631 PRInt32 hlen; /* header len */
1633 PRInt32 tlen; /* trailer len */
1637 NSPR_API(PRInt32) PR_SendFile(
1691 NSPR_API(PRInt32) PR_AcceptRead(
1693 PRNetAddr **peerAddr, void *buf, PRInt32 amount, PRIntervalTime timeout);
1841 NSPR_API(PRInt32) PR_GetMemMapAlignment(void);
1960 NSPR_API(PRInt32) PR_Poll(