Searched refs:paramOutBuff (Results 1 – 1 of 1) sorted by relevance
140 char paramOutBuff[PARAM_SIZE] = {0}; in QueryParamBoolean() local144 int retLen = GetParameter(key.c_str(), defStrValue.c_str(), paramOutBuff, PARAM_SIZE); in QueryParamBoolean()146 paramOutBuff[retLen] = '\0'; in QueryParamBoolean()147 paramValue.assign(paramOutBuff, retLen); in QueryParamBoolean()