Searched refs:strPtr (Results 1 – 1 of 1) sorted by relevance
69 char *strPtr = cJSON_GetStringValue(strItem); in ReadStringItem() local70 if (strPtr == NULL) { in ReadStringItem()74 size_t strLength = strlen(strPtr); in ReadStringItem()84 if (strLength > 0 && memcpy_s(bufTmp, strLength, strPtr, strLength) != EOK) { in ReadStringItem()