Searched refs:NewBuf (Results 1 – 3 of 3) sorted by relevance
1532 unsigned char * NewBuf = malloc(DataWriteIndex); in create_EXIF_internal() local1533 if (NewBuf == NULL){ in create_EXIF_internal()1536 memcpy(NewBuf, Buffer, DataWriteIndex); in create_EXIF_internal()1538 CreateSection(M_EXIF, NewBuf, DataWriteIndex); in create_EXIF_internal()1542 process_EXIF(NewBuf, DataWriteIndex); in create_EXIF_internal()
419 char *NewBuf = const_cast<char*>(NewBuffer->getBufferStart()); in SetCodeCompletionPoint() local420 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint()
577 unsigned NewBuf = in enterIncludeFile() local579 if (!NewBuf) in enterIncludeFile()582 CurBuffer = NewBuf; in enterIncludeFile()592 unsigned NewBuf = in processIncbinFile() local594 if (!NewBuf) in processIncbinFile()598 getStreamer().EmitBytes(SrcMgr.getMemoryBuffer(NewBuf)->getBuffer()); in processIncbinFile()