Home
last modified time | relevance | path

Searched refs:parname (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/clib/
Dswicms.c105 static ESR_ReturnCode GetSomeIntsIfAny( const LCHAR* parname, imeldata* parvalue, size_t reqSize) in GetSomeIntsIfAny() argument
112 CHKLOG(rc, ESR_SessionContains(parname, &exists)); in GetSomeIntsIfAny()
114 rc = ESR_SessionGetProperty(parname, (void**)&intList, TYPES_INTARRAYLIST); in GetSomeIntsIfAny()
117 PLogError(L("Error reading %s from session: %s"), parname, ESR_rc2str(rc)); in GetSomeIntsIfAny()
123 …PLogError(L("Error reading %s from session, expected len %d: %s"), parname, reqSize, ESR_rc2str(rc… in GetSomeIntsIfAny()
192 const LCHAR* parname = L("CREC.Frontend.swicms.debug"); in swicms_init() local
193 CHKLOG(rc, ESR_SessionContains(parname, &exists)); in swicms_init()
195 rc = ESR_SessionGetBool(parname, &SWICMS_DEBUG); in swicms_init()
197 PLOG_DBG_ERROR((L("Error reading %s from session: %s"), parname, ESR_rc2str(rc))); in swicms_init()
/external/srec/srec/crec/
Dsrec_initialize.c124 static int check_parameter_range(int parval, int parmin, int parmax, const char* parname) in check_parameter_range() argument
128 log_report("Error: %s value %d is out-of-range [%d,%d]\n", parname, in check_parameter_range()