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

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprshma.h38 ** NSPR provides an anonymous shared memory based on NSPR's PRFileMap
66 ** extracting data from the PRFileMap object. ... See the examples
157 ** PRFileMap *
160 ** Pointer to PRFileMap or NULL on error.
163 NSPR_API( PRFileMap *)
175 ** PR_ProcessAttrSetInheritableFileMap() connects the PRFileMap to
177 ** makes the PRFileMap importable by the child process.
181 ** fm -- PRFileMap structure to be passed to the child process
182 ** shmname -- The name for the PRFileMap; used by child.
185 ** PRFileMap *
[all...]
H A Dprio.h1848 typedef struct PRFileMap PRFileMap; typedef in typeref:struct:PRFileMap
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/
H A 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);
H A 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);
H A 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);
H A 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);
H A 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);
H A 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);
H A 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);
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c227 PRFileMap * cacheMemMap;
1039 PRFileMap * cacheMemMap;

Completed in 4549 milliseconds