• Home
  • Raw
  • Download

Lines Matching refs:NULL

76     RPCIDHead *headPtr = NULL;  in FillOsCapLength()
77 char *fillTmpPtr = NULL; in FillOsCapLength()
78 cJSON *apiVerItem = NULL; in FillOsCapLength()
79 cJSON *arrayItemPtr = NULL; in FillOsCapLength()
83 if (apiVerItem == NULL || !cJSON_IsNumber(apiVerItem)) { in FillOsCapLength()
98 if (arrayItemPtr->valuestring == NULL) { in FillOsCapLength()
104 if (pointPos == NULL) { in FillOsCapLength()
136 char *contextBuffer = NULL; in RPCIDEncode()
138 char *convertedBuffer = NULL; in RPCIDEncode()
141 gJsonObjectSysCap.cjsonObjectRoot = NULL; in RPCIDEncode()
142 gJsonObjectSysCap.sysCapPtr = NULL; in RPCIDEncode()
151 if (gJsonObjectSysCap.cjsonObjectRoot == NULL) { in RPCIDEncode()
157 if (gJsonObjectSysCap.sysCapPtr == NULL || !cJSON_IsArray(gJsonObjectSysCap.sysCapPtr)) { in RPCIDEncode()
172 if (convertedBuffer == NULL) { in RPCIDEncode()
242 char *contextBuffer = NULL; in RPCIDDecode()
243 char *convertedBuffer = NULL; in RPCIDDecode()
302 if (freeAfterEncodeRpcidscInfo.outBuffer == NULL) { in PrintOutputToFile()
349 char *priSyscap = NULL; in OutputSetMemAndPrintToFile()
350 cJSON *cJsonTemp = NULL; in OutputSetMemAndPrintToFile()
359 if (freeAfterEncodeRpcidscInfo.priSyscapArray == NULL) { in OutputSetMemAndPrintToFile()
371 if (cJsonItem->valuestring == NULL) { in OutputSetMemAndPrintToFile()
375 if (cJsonTemp != NULL && cJSON_IsNumber(cJsonTemp)) { in OutputSetMemAndPrintToFile()
447 cJSON *sysCapArray = NULL; in EncodeRpcidscToString()
449 freeAfterEncodeRpcidscInfo.priSyscapArray = NULL; in EncodeRpcidscToString()
450 freeAfterEncodeRpcidscInfo.osSysCapIndex = NULL; in EncodeRpcidscToString()
451 freeAfterEncodeRpcidscInfo.sysCapDefine = NULL; in EncodeRpcidscToString()
452 freeAfterEncodeRpcidscInfo.rpcidRoot = NULL; in EncodeRpcidscToString()
453 freeAfterEncodeRpcidscInfo.outBuffer = NULL; in EncodeRpcidscToString()
454 freeAfterEncodeRpcidscInfo.contextBuffer = NULL; in EncodeRpcidscToString()
475 if (sysCapArray == NULL || !cJSON_IsArray(sysCapArray)) { in EncodeRpcidscToString()
486 if (freeAfterEncodeRpcidscInfo.osSysCapIndex == NULL) { in EncodeRpcidscToString()
500 if (inputString == NULL || *inputString == '\0') { in CopyInputString()
502 return NULL; in CopyInputString()
507 return NULL; in CopyInputString()
510 if (input == NULL) { in CopyInputString()
512 return NULL; in CopyInputString()
518 return NULL; in CopyInputString()
536 if (priSysCapOut == NULL) { in GetPriSyscapData()
543 char *tok = NULL; in GetPriSyscapData()
552 temp = strtok_r(NULL, ",", &tok); in GetPriSyscapData()
570 if (input == NULL) { in SeparateSyscapFromString()
669 char *pcidContent = NULL; in ComparePcidWithRpcidString()
670 char *rpcidContent = NULL; in ComparePcidWithRpcidString()
671 char *pcidPriSyscap = NULL; in ComparePcidWithRpcidString()
672 char *rpcidPriSyscap = NULL; in ComparePcidWithRpcidString()