Searched refs:_PR_MD_LSEEK64 (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfile.c148 result = _PR_MD_LSEEK64(fd, offset, whence);
180 cur = _PR_MD_LSEEK64(fd, LL_ZERO, PR_SEEK_CUR);
183 end = _PR_MD_LSEEK64(fd, LL_ZERO, PR_SEEK_END);
188 (void)_PR_MD_LSEEK64(fd, cur, PR_SEEK_SET);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h231 #define _MD_LSEEK64 (_PR_MD_LSEEK64)
H A D_win16.h260 #define _MD_LSEEK64 _PR_MD_LSEEK64
H A D_win95.h234 #define _MD_LSEEK64 _PR_MD_LSEEK64
H A D_winnt.h276 #define _MD_LSEEK64 _PR_MD_LSEEK64
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16io.c242 ** _PR_MD_LSEEK64() -- Seek to position in file, 64bit offset.
246 _PR_MD_LSEEK64( PRFileDesc *fd, PRInt64 offset, int whence ) function
261 } /* end _PR_MD_LSEEK64() */
H A Dw95io.c380 _PR_MD_LSEEK64(PRFileDesc *fd, PROffset64 offset, PRSeekWhence whence) function
H A Dntio.c2544 _PR_MD_LSEEK64(PRFileDesc *fd, PROffset64 offset, PRSeekWhence whence) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2io.c286 _PR_MD_LSEEK64(PRFileDesc *fd, PRInt64 offset, PRSeekWhence whence) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1320 extern PROffset64 _PR_MD_LSEEK64(PRFileDesc *fd, PROffset64 offset, PRSeekWhence whence);
1321 #define _PR_MD_LSEEK64 _MD_LSEEK64 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c1473 return _PR_MD_LSEEK64(fd, offset, whence);
1501 cur = _PR_MD_LSEEK64(fd, LL_ZERO, PR_SEEK_CUR);
1504 end = _PR_MD_LSEEK64(fd, LL_ZERO, PR_SEEK_END);
1509 (void)_PR_MD_LSEEK64(fd, cur, PR_SEEK_SET);

Completed in 622 milliseconds