Searched defs:_PR_MD_LSEEK (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2io.c | 271 _PR_MD_LSEEK(PRFileDesc *fd, PRInt32 offset, PRSeekWhence whence) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16io.c | 219 ** _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 D | w95io.c | 347 _PR_MD_LSEEK(PRFileDesc *fd, PROffset32 offset, PRSeekWhence whence) function
|
H A D | ntio.c | 2511 _PR_MD_LSEEK(PRFileDesc *fd, PROffset32 offset, PRSeekWhence whence) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 1317 extern PROffset32 _PR_MD_LSEEK(PRFileDesc *fd, PROffset32 offset, PRSeekWhence whence); 1318 #define _PR_MD_LSEEK _MD_LSEEK macro
|
Completed in 451 milliseconds