Searched refs:MAX_RES_VEC_LEN (Results 1 – 2 of 2) sorted by relevance
60 const int MAX_RES_VEC_LEN = 100; variable
87 if (resJson == nullptr || cJSON_GetArraySize(resJson) > MAX_RES_VEC_LEN) { in UpdateResourceMap()