Searched refs:PR_SEEK_END (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcio.h70 end = PR_SEEK_END /* seek past end of current eof */
H A Drcfileio.cpp83 case RCFileIO::end: whence = PR_SEEK_END; break;
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiMisc.cpp96 PR_Seek(fd, 0, PR_SEEK_END);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfile.c107 rv = PR_Seek(fd, 0, PR_SEEK_END );
159 end = _PR_MD_LSEEK(fd, 0, PR_SEEK_END);
183 end = _PR_MD_LSEEK64(fd, LL_ZERO, PR_SEEK_END);
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.cpp269 fdir = PR_SEEK_END;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c359 case PR_SEEK_END:
393 case PR_SEEK_END:
H A Dntio.c2523 case PR_SEEK_END:
2557 case PR_SEEK_END:
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2io.c318 case PR_SEEK_END:
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h387 PR_SEEK_END = 2 enumerator in enum:PRSeekWhence
1031 * PR_SEEK_END Sets the file pointer to the size of the
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacio.c483 case PR_SEEK_END:
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c2313 case PR_SEEK_END:
2344 case PR_SEEK_END:
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c1483 end = _PR_MD_LSEEK(fd, 0, PR_SEEK_END);
1504 end = _PR_MD_LSEEK64(fd, LL_ZERO, PR_SEEK_END);

Completed in 2722 milliseconds