HomeSort by relevance Sort by last modified time
    Searched full:parname (Results 1 - 2 of 2) sorted by null

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

Completed in 62 milliseconds