Searched refs:fileDataPtr (Results 1 – 3 of 3) sorted by relevance
115 iov[0].iov_base = headCtx->fileDataPtr; in hprofShutdown()117 iov[1].iov_base = tailCtx->fileDataPtr; in hprofShutdown()147 result = sysWriteFully(outFd, headCtx->fileDataPtr, in hprofShutdown()149 result |= sysWriteFully(outFd, tailCtx->fileDataPtr, in hprofShutdown()183 free(ctx->fileDataPtr); in hprofFreeContext()
142 char *fileDataPtr; // for open_memstream member
75 FILE* fp = open_memstream(&ctx->fileDataPtr, &ctx->fileDataSize); in hprofContextInit()