Home
last modified time | relevance | path

Searched refs:PRFileMap (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprshma.h163 NSPR_API( PRFileMap *)
194 PRFileMap *fm,
216 NSPR_API( PRFileMap *)
242 PRFileMap *fm,
262 NSPR_API( PRFileMap * )
Dprio.h1848 typedef struct PRFileMap PRFileMap; typedef
1859 NSPR_API(PRFileMap *) PR_CreateFileMap(
1870 PRFileMap *fmap,
1877 NSPR_API(PRStatus) PR_CloseFileMap(PRFileMap *fmap);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_os2.h510 extern PRStatus _MD_CreateFileMap(struct PRFileMap *fmap, PRInt64 size);
516 extern void * _MD_MemMap(struct PRFileMap *fmap, PRInt64 offset,
523 extern PRStatus _MD_CloseFileMap(struct PRFileMap *fmap);
D_win95.h506 extern PRStatus _MD_CreateFileMap(struct PRFileMap *fmap, PRInt64 size);
512 extern void * _MD_MemMap(struct PRFileMap *fmap, PRInt64 offset,
519 extern PRStatus _MD_CloseFileMap(struct PRFileMap *fmap);
D_winnt.h567 extern PRStatus _MD_CreateFileMap(struct PRFileMap *fmap, PRInt64 size);
573 extern void * _MD_MemMap(struct PRFileMap *fmap, PRInt64 offset,
580 extern PRStatus _MD_CloseFileMap(struct PRFileMap *fmap);
D_win16.h508 extern PRStatus _MD_CreateFileMap(struct PRFileMap *fmap, PRInt64 size);
514 extern void * _MD_MemMap(struct PRFileMap *fmap, PRInt64 offset,
521 extern PRStatus _MD_CloseFileMap(struct PRFileMap *fmap);
D_macos.h643 extern PRStatus _MD_CreateFileMap(struct PRFileMap *fmap, PRInt64 size);
649 extern void * _MD_MemMap(struct PRFileMap *fmap, PRInt64 offset,
656 extern PRStatus _MD_CloseFileMap(struct PRFileMap *fmap);
D_unixos.h486 extern PRStatus _MD_CreateFileMap(struct PRFileMap *fmap, PRInt64 size);
491 extern void * _MD_MemMap(struct PRFileMap *fmap, PRInt64 offset,
498 extern PRStatus _MD_CloseFileMap(struct PRFileMap *fmap);
D_beos.h590 NSPR_API(PRStatus) _MD_create_file_map(PRFileMap *fmap, PRInt64 size);
592 NSPR_API(void *) _MD_mem_map(PRFileMap *fmap, PRInt64 offset, PRUint32 len);
594 NSPR_API(PRStatus) _MD_close_file_map(PRFileMap *fmap);
/external/chromium_org/net/third_party/nss/ssl/
Dsslsnce.c227 PRFileMap * cacheMemMap;
1039 PRFileMap * cacheMemMap; in InitCache()