Home | History | Annotate | Download | only in md

Lines Matching refs:osfd

113 	PRInt32 osfd;
147 int osfd;
328 extern PRInt32 _MD_AvailableSocket(PRInt32 osfd);
355 extern PRStatus _MD_LockFile(PRInt32 osfd);
356 extern PRStatus _MD_TLockFile(PRInt32 osfd);
357 extern PRStatus _MD_UnlockFile(PRInt32 osfd);
429 extern PRInt32 _MD_close(PRInt32 osfd);
438 extern PRInt32 _MD_socketpair(int af, int type, int flags, PRInt32 *osfd);
476 extern int _MD_unix_get_nonblocking_connect_error(int osfd);
606 typedef PRIntn (*_MD_Fstat64)(PRIntn osfd, _MDStat64 *buf);
613 typedef _MDOff64_t (*_MD_Lseek64)(PRIntn osfd, _MDOff64_t, PRIntn whence);