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