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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2io.c271 _PR_MD_LSEEK(PRFileDesc *fd, PRInt32 offset, PRSeekWhence whence) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16io.c219 ** _PR_MD_LSEEK() - Seek to position in a file
227 _PR_MD_LSEEK(PRFileDesc *fd, PRInt32 offset, int whence) function
258 rv = _PR_MD_LSEEK(fd, off, whence);
H A Dw95io.c347 _PR_MD_LSEEK(PRFileDesc *fd, PROffset32 offset, PRSeekWhence whence) function
H A Dntio.c2511 _PR_MD_LSEEK(PRFileDesc *fd, PROffset32 offset, PRSeekWhence whence) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1317 extern PROffset32 _PR_MD_LSEEK(PRFileDesc *fd, PROffset32 offset, PRSeekWhence whence);
1318 #define _PR_MD_LSEEK _MD_LSEEK macro

Completed in 69 milliseconds