Searched refs:PARAM_SIZE (Results 1 – 1 of 1) sorted by relevance
232 const int PARAM_SIZE = 64; in QueryParamBoolean() local233 char paramOutBuff[PARAM_SIZE] = {0}; in QueryParamBoolean()237 int retLen = GetParameter(key.c_str(), defStrValue.c_str(), paramOutBuff, PARAM_SIZE); in QueryParamBoolean()