Lines Matching refs:NULL
84 char *contextBuffer = NULL; in EncodeOsSyscap()
112 char *contextBuffer = NULL; in EncodePrivateSyscap()
113 char *outputStr = NULL; in EncodePrivateSyscap()
128 if (outputStr == NULL) { in EncodePrivateSyscap()
167 char (*strSyscap)[SINGLE_SYSCAP_LEN] = NULL; in DecodeOsSyscap()
169 if (strSyscap == NULL) { in DecodeOsSyscap()
186 strSyscap = NULL; in DecodeOsSyscap()
216 char (*outputArray)[SINGLE_SYSCAP_LEN] = NULL; in DecodePrivateSyscap()
218 if (input == NULL) { in DecodePrivateSyscap()
230 if (outputArray == NULL) { in DecodePrivateSyscap()
331 if (sysCapArray == NULL || !cJSON_IsArray(sysCapArray)) { in TransStringFormatAndSaveSyscap()
343 if (freeAfterDecodeRpcidInfo.osSysCapIndex == NULL) { in TransStringFormatAndSaveSyscap()
366 if (outBuffer == NULL) { in PrintResultToOutBuffer()
404 cJSON *cJsonTemp = NULL; in PartSysCapAndOutBuffer()
413 if (cJsonItem->valuestring == NULL) { in PartSysCapAndOutBuffer()
419 if (cJsonTemp != NULL && cJSON_IsNumber(cJsonTemp)) { in PartSysCapAndOutBuffer()
471 char *priSyscapArray = NULL; in DecodeRpcidToStringFormat()
472 char *outBuffer = NULL; in DecodeRpcidToStringFormat()
473 cJSON *sysCapArray = NULL; in DecodeRpcidToStringFormat()
476 freeAfterDecodeRpcidInfo.priSyscap = NULL; in DecodeRpcidToStringFormat()
478 freeAfterDecodeRpcidInfo.sysCapDefine = NULL; in DecodeRpcidToStringFormat()
479 freeAfterDecodeRpcidInfo.rpcidRoot = NULL; in DecodeRpcidToStringFormat()
480 freeAfterDecodeRpcidInfo.contextBuffer = NULL; in DecodeRpcidToStringFormat()
504 if (priSyscapArray == NULL) { in DecodeRpcidToStringFormat()
539 if (tempSyscap == NULL) { in CheckPcidEachBit()
594 if (temp == NULL) { in ComparePcidWithPriSyscap()
627 pcidPriSyscapInfo.pcidPriSyscap = NULL; in ComparePcidString()
628 pcidPriSyscapInfo.rpcidPriSyscap = NULL; in ComparePcidString()
666 if (result == NULL) { in FreeCompareError()
671 result->syscap[i] = NULL; in FreeCompareError()