OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRFileMap
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prshma.h
38
** 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
...]
prio.h
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h
510
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);
_win16.h
508
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);
_win95.h
506
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);
_winnt.h
567
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);
_beos.h
590
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);
_macos.h
643
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);
_unixos.h
486
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/
sslsnce.c
227
PRFileMap
* cacheMemMap;
[
all
...]
Completed in 697 milliseconds