Searched refs:handleA (Results 1 – 2 of 2) sorted by relevance
195 bool DslmCompareJsonData(DslmJsonHandle handleA, DslmJsonHandle handleB, bool caseSensitive) in DslmCompareJsonData() argument197 if (handleA == NULL || handleB == NULL) { in DslmCompareJsonData()200 return cJSON_Compare(handleA, handleB, caseSensitive); in DslmCompareJsonData()
47 bool DslmCompareJsonData(DslmJsonHandle handleA, DslmJsonHandle handleB, bool caseSensitive);