Home
last modified time | relevance | path

Searched refs:setIntIfEmpty (Results 1 – 4 of 4) sorted by relevance

/external/srec/shared/include/
DESR_SessionType.h202 ESR_ReturnCode(*setIntIfEmpty)(struct ESR_SessionType_t* self, const LCHAR* name, int value); member
DESR_Session.h168 ESR_ReturnCode(*setIntIfEmpty)(const LCHAR* name, int value); member
/external/srec/shared/src/
DESR_Session.c151 return ESR_Session->setIntIfEmpty(ESR_Session, name, value); in ESR_SessionSetIntIfEmpty()
DSessionTypeImpl.c91 Interface->setIntIfEmpty = &ESR_SessionTypeSetIntIfEmptyImpl; in ESR_SessionTypeCreate()