Searched defs:PRFileMap (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h1928 typedef struct PRFileMap PRFileMap; typedef in typeref:struct:PRFileMap
1939 NSPR_API(PRFileMap *) PR_CreateFileMap(
1950 PRFileMap *fmap,
1957 NSPR_API(PRStatus) PR_CloseFileMap(PRFileMap *fmap);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1698 struct PRFileMap { struct
1983 extern PRStatus _PR_MD_CREATE_FILE_MAP(PRFileMap *fmap, PRInt64 size);
1990 PRFileMap *fmap,
1998 extern PRStatus _PR_MD_CLOSE_FILE_MAP(PRFileMap *fmap);
2045 extern PRFileMap* _md_OpenAnonFileMap(
2053 PRFileMap *fm,
2059 extern PRFileMap * _md_ImportFileMapFromString(

Completed in 155 milliseconds