Home | History | Annotate | Download | only in nspr

Lines Matching refs:PR_CALLBACK

85     void (PR_CALLBACK *dtor)(PRFileDesc *fd);
328 typedef PRStatus (PR_CALLBACK *PRCloseFN)(PRFileDesc *fd);
329 typedef PRInt32 (PR_CALLBACK *PRReadFN)(PRFileDesc *fd, void *buf, PRInt32 amount);
330 typedef PRInt32 (PR_CALLBACK *PRWriteFN)(PRFileDesc *fd, const void *buf, PRInt32 amount);
331 typedef PRInt32 (PR_CALLBACK *PRAvailableFN)(PRFileDesc *fd);
332 typedef PRInt64 (PR_CALLBACK *PRAvailable64FN)(PRFileDesc *fd);
333 typedef PRStatus (PR_CALLBACK *PRFsyncFN)(PRFileDesc *fd);
334 typedef PROffset32 (PR_CALLBACK *PRSeekFN)(PRFileDesc *fd, PROffset32 offset, PRSeekWhence how);
335 typedef PROffset64 (PR_CALLBACK *PRSeek64FN)(PRFileDesc *fd, PROffset64 offset, PRSeekWhence how);
336 typedef PRStatus (PR_CALLBACK *PRFileInfoFN)(PRFileDesc *fd, PRFileInfo *info);
337 typedef PRStatus (PR_CALLBACK *PRFileInfo64FN)(PRFileDesc *fd, PRFileInfo64 *info);
338 typedef PRInt32 (PR_CALLBACK *PRWritevFN)(
341 typedef PRStatus (PR_CALLBACK *PRConnectFN)(
343 typedef PRFileDesc* (PR_CALLBACK *PRAcceptFN) (
345 typedef PRStatus (PR_CALLBACK *PRBindFN)(PRFileDesc *fd, const PRNetAddr *addr);
346 typedef PRStatus (PR_CALLBACK *PRListenFN)(PRFileDesc *fd, PRIntn backlog);
347 typedef PRStatus (PR_CALLBACK *PRShutdownFN)(PRFileDesc *fd, PRIntn how);
348 typedef PRInt32 (PR_CALLBACK *PRRecvFN)(
351 typedef PRInt32 (PR_CALLBACK *PRSendFN) (
354 typedef PRInt32 (PR_CALLBACK *PRRecvfromFN)(
357 typedef PRInt32 (PR_CALLBACK *PRSendtoFN)(
360 typedef PRInt16 (PR_CALLBACK *PRPollFN)(
362 typedef PRInt32 (PR_CALLBACK *PRAcceptreadFN)(
365 typedef PRInt32 (PR_CALLBACK *PRTransmitfileFN)(
368 typedef PRStatus (PR_CALLBACK *PRGetsocknameFN)(PRFileDesc *fd, PRNetAddr *addr);
369 typedef PRStatus (PR_CALLBACK *PRGetpeernameFN)(PRFileDesc *fd, PRNetAddr *addr);
370 typedef PRStatus (PR_CALLBACK *PRGetsocketoptionFN)(
372 typedef PRStatus (PR_CALLBACK *PRSetsocketoptionFN)(
374 typedef PRInt32 (PR_CALLBACK *PRSendfileFN)(
377 typedef PRStatus (PR_CALLBACK *PRConnectcontinueFN)(
379 typedef PRIntn (PR_CALLBACK *PRReservedFN)(PRFileDesc *fd);