Searched refs:apiVerItem (Results 1 – 1 of 1) sorted by relevance
78 cJSON *apiVerItem = NULL; in FillOsCapLength() local82 apiVerItem = cJSON_GetObjectItem(gJsonObjectSysCap.cjsonObjectRoot, "api_version"); in FillOsCapLength()83 if (apiVerItem == NULL || !cJSON_IsNumber(apiVerItem)) { in FillOsCapLength()87 headPtr->apiVersion = HtonsInter((uint16_t)apiVerItem->valueint); in FillOsCapLength()