Searched refs:PARAM_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
147 if (m_ParamCount == PARAM_BUF_SIZE) { in GetNextParamPos()149 if (m_ParamStartPos == PARAM_BUF_SIZE) { in GetNextParamPos()159 if (index >= PARAM_BUF_SIZE) { in GetNextParamPos()160 index -= PARAM_BUF_SIZE; in GetNextParamPos()203 if (index == PARAM_BUF_SIZE) { in ClearAllParams()215 if (real_index >= PARAM_BUF_SIZE) { in GetObject()216 real_index -= PARAM_BUF_SIZE; in GetObject()246 if (real_index >= PARAM_BUF_SIZE) { in GetString()247 real_index -= PARAM_BUF_SIZE; in GetString()263 if (real_index >= PARAM_BUF_SIZE) { in GetNumber()[all …]
69 #define PARAM_BUF_SIZE 16 macro243 ContentParam m_ParamBuf1[PARAM_BUF_SIZE];