OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHashTableGetEntry
(Results
1 - 4
of
4
) sorted by null
/external/srec/portable/include/
phashtable.h
203
* In those situations, use
PHashTableGetEntry
, then retrieve the key by
225
PORTABLE_API ESR_ReturnCode
PHashTableGetEntry
(PHashTable *hashtable,
/external/srec/shared/src/
HashMapImpl.c
101
CHKLOG(rc,
PHashTableGetEntry
(impl->table, key, &entry));
116
CHK(rc,
PHashTableGetEntry
(impl->table, key, &entry));
194
CHK(rc,
PHashTableGetEntry
(impl->table, key, &entry));
/external/srec/portable/src/
PANSIFileSystemImpl.c
199
CHKLOG(rc,
PHashTableGetEntry
(impl->directoryMap, path, &entry));
319
CHKLOG(rc,
PHashTableGetEntry
(impl->directoryMap, L(""), &entry));
339
CHKLOG(rc,
PHashTableGetEntry
(impl->directoryMap, L(""), &entry));
349
CHKLOG(rc,
PHashTableGetEntry
(PFileSystemPathMap, L(""), &entry));
phashtable.c
242
rc =
PHashTableGetEntry
(table, key, &entry);
255
ESR_ReturnCode
PHashTableGetEntry
(PHashTable *table, const void *key, PHashTableEntry **entry)
Completed in 79 milliseconds