OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIntIfEmpty
(Results
1 - 4
of
4
) sorted by null
/external/srec/shared/include/
ESR_SessionType.h
202
ESR_ReturnCode(*
setIntIfEmpty
)(struct ESR_SessionType_t* self, const LCHAR* name, int value);
ESR_Session.h
168
ESR_ReturnCode(*
setIntIfEmpty
)(const LCHAR* name, int value);
/external/srec/shared/src/
ESR_Session.c
151
return ESR_Session->
setIntIfEmpty
(ESR_Session, name, value);
SessionTypeImpl.c
91
Interface->
setIntIfEmpty
= &ESR_SessionTypeSetIntIfEmptyImpl;
[
all
...]
Completed in 22 milliseconds