Searched defs:PRFileDesc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h139 typedef struct PRFileDesc PRFileDesc; typedef in typeref:struct:PRFileDesc
161 struct PRFileDesc { struct
164 PRFileDesc *lower, *higher; /* pointers to adjacent layers */
165 void (PR_CALLBACK *dtor)(PRFileDesc *fd);
390 NSPR_API(PRDescType) PR_GetDescType(PRFileDesc *file);
408 typedef PRStatus (PR_CALLBACK *PRCloseFN)(PRFileDesc *fd);
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);
411 typedef PRInt32 (PR_CALLBACK *PRAvailableFN)(PRFileDesc *f
[all...]

Completed in 48 milliseconds