Home
last modified time | relevance | path

Searched refs:HashMapDestroy (Results 1 – 7 of 7) sorted by relevance

/external/srec/shared/src/
DHashMap.c102 ESR_ReturnCode HashMapDestroy(HashMap* self) in HashMapDestroy() function
DSessionTypeImpl.c1342 CHKLOG(rc, HashMapDestroy(parameterList)); in ESR_SessionTypeImportParFileImpl()
1345 HashMapDestroy(parameterList); in ESR_SessionTypeImportParFileImpl()
1401 CHKLOG(rc, HashMapDestroy(data->value)); in ESR_SessionTypeDestroyImpl()
/external/srec/shared/include/
DHashMap.h274 ESR_SHARED_API ESR_ReturnCode HashMapDestroy(HashMap* self);
/external/srec/srec/Semproc/src/
DSemanticResultImpl.c129 CHKLOG(rc, HashMapDestroy(impl->results)); in SR_SemanticResult_Destroy()
DSymbolTable.c69 CHKLOG(rc, HashMapDestroy(self->hashmap)); in ST_Free()
DExpressionParser.c93 CHKLOG(rc, HashMapDestroy(self->pfunctions)); in EP_Free()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c874 CHKLOG(rc, HashMapDestroy(impl->grammars)); in SR_RecognizerDestroyImpl()