Lines Matching defs:contextBuffer
65 char *contextBuffer;
85 char *contextBuffer = NULL;
93 ret = GetFileContext(PCID_PATH, &contextBuffer, &bufferLen);
99 res = memcpy_s(output, PCID_MAIN_BYTES, contextBuffer, PCID_MAIN_BYTES);
102 FreeContextBuffer(contextBuffer);
106 FreeContextBuffer(contextBuffer);
113 char *contextBuffer = NULL;
117 ret = GetFileContext(PCID_PATH, &contextBuffer, &bufferLen);
125 FreeContextBuffer(contextBuffer);
131 FreeContextBuffer(contextBuffer);
138 FreeContextBuffer(contextBuffer);
142 ret = strncpy_s(outputStr, priLen, contextBuffer + PCID_MAIN_BYTES, priLen - 1);
145 FreeContextBuffer(contextBuffer);
151 FreeContextBuffer(contextBuffer);
368 outUint[0] = *(uint32_t *)freeAfterDecodeRpcidInfo.contextBuffer;
369 outUint[1] = *(uint32_t *)(freeAfterDecodeRpcidInfo.contextBuffer + sizeof(uint32_t));
455 FreeContextBuffer(freeAfterDecodeRpcidInfo.contextBuffer);
461 FreeContextBuffer(freeAfterDecodeRpcidInfo.contextBuffer);
466 FreeContextBuffer(freeAfterDecodeRpcidInfo.contextBuffer);
470 FreeContextBuffer(freeAfterDecodeRpcidInfo.contextBuffer);
474 FreeContextBuffer(freeAfterDecodeRpcidInfo.contextBuffer);
492 freeAfterDecodeRpcidInfo.contextBuffer = NULL;
496 if (CheckRpcidFormat(inputFile, &freeAfterDecodeRpcidInfo.contextBuffer, &bufferLen)) {
508 if (ParseRpcidToJson(freeAfterDecodeRpcidInfo.contextBuffer, bufferLen, freeAfterDecodeRpcidInfo.rpcidRoot)) {