OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PFileSystemPathMap
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/include/
PFileSystemImpl.h
47
PORTABLE_API PHashTable*
PFileSystemPathMap
;
/external/srec/portable/src/
PFileSystemImpl.c
32
PHashTable*
PFileSystemPathMap
= NULL;
68
CHKLOG(rc, PHashTableCreate(NULL, MTAG, &
PFileSystemPathMap
));
86
if (
PFileSystemPathMap
!= NULL)
88
CHKLOG(rc, PHashTableEntryGetFirst(
PFileSystemPathMap
, &entry));
97
CHKLOG(rc, PHashTableDestroy(
PFileSystemPathMap
));
98
PFileSystemPathMap
= NULL;
Completed in 718 milliseconds