OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHashTableEntryRemove
(Results
1 - 6
of
6
) sorted by null
/external/srec/portable/include/
phashtable.h
205
*
PHashTableEntryRemove
.
262
PORTABLE_API ESR_ReturnCode
PHashTableEntryRemove
(PHashTableEntry *entry);
/external/srec/portable/src/
PFileSystemImpl.c
94
CHKLOG(rc,
PHashTableEntryRemove
(oldEntry));
PANSIFileSystemImpl.c
87
CHKLOG(rc,
PHashTableEntryRemove
(oldEntry));
201
CHKLOG(rc,
PHashTableEntryRemove
(entry));
321
CHKLOG(rc,
PHashTableEntryRemove
(entry));
352
CHKLOG(rc,
PHashTableEntryRemove
(entry));
355
CHKLOG(rc,
PHashTableEntryRemove
(entry));
phashtable.c
492
ESR_ReturnCode
PHashTableEntryRemove
(PHashTableEntry *entry)
/external/srec/shared/src/
HashMapImpl.c
124
return
PHashTableEntryRemove
(entry);
160
if ((rc =
PHashTableEntryRemove
(entry2)) != ESR_SUCCESS)
268
rc =
PHashTableEntryRemove
(entry);
/external/srec/srec/crec/
srec_context.c
583
clean_status =
PHashTableEntryRemove
( oldEntry );
[
all
...]
Completed in 24 milliseconds