Searched refs:NewBuf (Results 1 – 3 of 3) sorted by relevance
1533 unsigned char * NewBuf = malloc(DataWriteIndex); in create_EXIF_internal() local1534 if (NewBuf == NULL){ in create_EXIF_internal()1537 memcpy(NewBuf, Buffer, DataWriteIndex); in create_EXIF_internal()1539 CreateSection(M_EXIF, NewBuf, DataWriteIndex); in create_EXIF_internal()1543 process_EXIF(NewBuf, DataWriteIndex); in create_EXIF_internal()
405 char *NewBuf = const_cast<char*>(NewBuffer->getBufferStart()); in SetCodeCompletionPoint() local406 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint()
557 unsigned NewBuf = in enterIncludeFile() local559 if (!NewBuf) in enterIncludeFile()562 CurBuffer = NewBuf; in enterIncludeFile()572 unsigned NewBuf = in processIncbinFile() local574 if (!NewBuf) in processIncbinFile()578 getStreamer().EmitBytes(SrcMgr.getMemoryBuffer(NewBuf)->getBuffer()); in processIncbinFile()