Searched refs:lstrtob (Results 1 – 3 of 3) sorted by relevance
102 PORTABLE_API ESR_ReturnCode lstrtob(const LCHAR* text, ESR_BOOL* result);
117 ESR_ReturnCode lstrtob(const LCHAR* text, ESR_BOOL* result) in lstrtob() function
812 rc = lstrtob(value, newValue); in ESR_SessionTypeConvertToBoolImpl()1122 CHKLOG(rc, lstrtob(value, &bValue)); in addParMapping()