Lines Matching refs:amount

409 typedef PRInt32 (PR_CALLBACK *PRReadFN)(PRFileDesc *fd, void *buf, PRInt32 amount);
410 typedef PRInt32 (PR_CALLBACK *PRWriteFN)(PRFileDesc *fd, const void *buf, PRInt32 amount);
429 PRFileDesc *fd, void *buf, PRInt32 amount,
432 PRFileDesc *fd, const void *buf, PRInt32 amount,
435 PRFileDesc *fd, void *buf, PRInt32 amount,
438 PRFileDesc *fd, const void *buf, PRInt32 amount,
444 void *buf, PRInt32 amount, PRIntervalTime t);
783 * is an error. No more than 'amount' bytes will be transferred.
789 * PRInt32 amount
809 NSPR_API(PRInt32) PR_Read(PRFileDesc *fd, void *buf, PRInt32 amount);
822 * PRInt32 amount
823 * amount of data in bytes to be written from the buffer
833 NSPR_API(PRInt32) PR_Write(PRFileDesc *fd,const void *buf,PRInt32 amount);
1051 * Determine the amount of data in bytes available for reading
1528 * No more than 'amount' bytes will be transferred.
1534 * PRInt32 amount
1552 NSPR_API(PRInt32) PR_Recv(PRFileDesc *fd, void *buf, PRInt32 amount,
1567 * PRInt32 amount
1577 * This number must always equal 'amount'. A -1 is an indication that the
1583 NSPR_API(PRInt32) PR_Send(PRFileDesc *fd, const void *buf, PRInt32 amount,
1594 * No more than 'amount' bytes will be transferred.
1600 * PRInt32 amount
1619 PRFileDesc *fd, void *buf, PRInt32 amount, PRIntn flags,
1634 * PRInt32 amount
1652 PRFileDesc *fd, const void *buf, PRInt32 amount, PRIntn flags,
1762 ** buffer must be large enough to receive <amount> bytes of data
1765 ** PRInt32 amount
1799 PRNetAddr **peerAddr, void *buf, PRInt32 amount, PRIntervalTime timeout);