Searched refs:durationJSON (Results 1 – 1 of 1) sorted by relevance
162 cJSON *durationJSON = parser.GetObjectItem(eventJSON, "Duration"); in ParseEvent() local163 CHKPR(durationJSON, ERROR); in ParseEvent()164 event.duration = cJSON_IsNumber(durationJSON) ? durationJSON->valueint : -1; in ParseEvent()