Searched refs:_PR_MD_LSEEK64 (Results 1 - 11 of 11) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prfile.c | 148 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.h | 231 #define _MD_LSEEK64 (_PR_MD_LSEEK64)
|
H A D | _win16.h | 260 #define _MD_LSEEK64 _PR_MD_LSEEK64
|
H A D | _win95.h | 234 #define _MD_LSEEK64 _PR_MD_LSEEK64
|
H A D | _winnt.h | 276 #define _MD_LSEEK64 _PR_MD_LSEEK64
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16io.c | 242 ** _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 D | w95io.c | 380 _PR_MD_LSEEK64(PRFileDesc *fd, PROffset64 offset, PRSeekWhence whence) function
|
H A D | ntio.c | 2544 _PR_MD_LSEEK64(PRFileDesc *fd, PROffset64 offset, PRSeekWhence whence) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2io.c | 286 _PR_MD_LSEEK64(PRFileDesc *fd, PRInt64 offset, PRSeekWhence whence) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 1320 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 D | ptio.c | 1473 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