OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_MD_LSEEK64
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h
225
#define
_MD_LSEEK64
(_PR_MD_LSEEK64)
_win16.h
257
#define
_MD_LSEEK64
_PR_MD_LSEEK64
_win95.h
231
#define
_MD_LSEEK64
_PR_MD_LSEEK64
_winnt.h
273
#define
_MD_LSEEK64
_PR_MD_LSEEK64
_beos.h
330
#define
_MD_LSEEK64
_MD_lseek64
528
NSPR_API(PRInt64)
_MD_lseek64
(PRFileDesc *fd, PRInt64 offset, int whence);
_macos.h
385
#define
_MD_LSEEK64
(a,b,c) LL_ZERO
_unixos.h
433
extern PRInt64
_MD_lseek64
(PRFileDesc*, PRInt64, PRSeekWhence);
434
#define
_MD_LSEEK64
_MD_lseek64
613
typedef _MDOff64_t (*
_MD_Lseek64
)(PRIntn osfd, _MDOff64_t, PRIntn whence);
623
_MD_Lseek64
_lseek64;
Completed in 76 milliseconds