Home
last modified time | relevance | path

Searched refs:oldTag (Results 26 – 50 of 133) sorted by relevance

123456

/dports/www/squid/squid-4.15/src/ipc/
H A DCoordinator.cc59 const String oldTag = found->tag; in registerStrand() local
61 if (oldTag.size() && !strand.tag.size()) in registerStrand()
62 found->tag = oldTag; // keep more detailed info (XXX?) in registerStrand()
/dports/devel/p5-VCS-CVS/VCS-CVS-2.06/
H A Dtest.pl52 my($cvs, $readOnly, $dirName, $oldTag) = @_;
55 $cvs -> checkOut($readOnly, $oldTag, $dirName);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/model/
H A Dlte-rlc-um.cc194 LteRlcSduStatusTag oldTag, newTag; in DoNotifyTxOpportunity() local
195 firstSegment->RemovePacketTag (oldTag); in DoNotifyTxOpportunity()
197 if (oldTag.GetStatus () == LteRlcSduStatusTag::FULL_SDU) in DoNotifyTxOpportunity()
200 oldTag.SetStatus (LteRlcSduStatusTag::LAST_SEGMENT); in DoNotifyTxOpportunity()
202 else if (oldTag.GetStatus () == LteRlcSduStatusTag::LAST_SEGMENT) in DoNotifyTxOpportunity()
213 firstSegment->AddPacketTag (oldTag); in DoNotifyTxOpportunity()
H A Dlte-rlc-am.cc493 LteRlcSduStatusTag oldTag, newTag; in DoNotifyTxOpportunity() local
494 firstSegment->RemovePacketTag (oldTag); in DoNotifyTxOpportunity()
496 if (oldTag.GetStatus () == LteRlcSduStatusTag::FULL_SDU) in DoNotifyTxOpportunity()
499 oldTag.SetStatus (LteRlcSduStatusTag::LAST_SEGMENT); in DoNotifyTxOpportunity()
501 else if (oldTag.GetStatus () == LteRlcSduStatusTag::LAST_SEGMENT) in DoNotifyTxOpportunity()
512 firstSegment->AddPacketTag (oldTag); in DoNotifyTxOpportunity()
/dports/devel/hs-spago/spago-0.20.3/src/Spago/
H A DMessages.hs150 nonExistentPackageSet org repo oldTag newTag = makeMessage
152 , "Will ignore user-specified tag and continue using current tag: " <> surroundQuote oldTag
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dimagefilm.cc865 std::string oldTag; in flush() local
869 oldTag = pbar->getTag(); in flush()
885 std::string oldTag; in flush() local
889 oldTag = pbar->getTag(); in flush()
1473 std::string oldTag; in imageFilmLoadAllInFolder() local
1477 oldTag = pbar->getTag(); in imageFilmLoadAllInFolder()
1555 if(pbar) pbar->setTag(oldTag); in imageFilmLoadAllInFolder()
1567 std::string oldTag; in imageFilmSave() local
1571 oldTag = pbar->getTag(); in imageFilmSave()
1665 std::string oldTag; in imageFilmFileBackup() local
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dfield.go356 oldTag := flb.number
367 flb.number = oldTag
370 delete(m.fieldTags, oldTag)
374 flb.number = oldTag
377 delete(p.fieldTags, oldTag)
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dfield.go356 oldTag := flb.number
367 flb.number = oldTag
370 delete(m.fieldTags, oldTag)
374 flb.number = oldTag
377 delete(p.fieldTags, oldTag)
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dfield.go356 oldTag := flb.number
367 flb.number = oldTag
370 delete(m.fieldTags, oldTag)
374 flb.number = oldTag
377 delete(p.fieldTags, oldTag)
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dfield.go358 oldTag := flb.number
369 flb.number = oldTag
372 delete(m.fieldTags, oldTag)
376 flb.number = oldTag
379 delete(p.fieldTags, oldTag)
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dtagsedit.cpp84 oldTag = old; in TagCopy()
86 if (oldTag) in TagCopy()
87 oldTag->copyTo(newTag); in TagCopy()
731 …if (tagItem->tagCopy() && tagItem->tagCopy()->oldTag && tagItem->tagCopy()->stateCopies[0]->oldSta… in itemForState()
978 if (item->tagCopy() && item->tagCopy()->oldTag) in deleteTag()
1269 if (tagCopy->oldTag) { in slotOk()
1270 tagCopy->newTag->copyTo(tagCopy->oldTag); in slotOk()
1273 Tag *tag = (tagCopy->oldTag ? tagCopy->oldTag : tagCopy->newTag); in slotOk()
/dports/games/klondike/klondike-1.9/
H A DklondikeRules.tcl621 set oldTag "tableau$table($itemId,tableauColumn)"
625 set oldTag {}
631 $w dtag $cardId $oldTag
635 if { $oldTag == {} } {
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/kioslaves/tags/
H A Dkio_tags.cpp163 …auto rewriteTags = [] (KFileMetaData::UserMetaData& md, const QString& oldTag, const QString& newT… in rename() argument
164 qCDebug(KIO_TAGS) << md.filePath() << "swapping tag" << oldTag << "with" << newTag; in rename()
166 tags.removeAll(oldTag); in rename()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DOldTLogServer_4_6.actor.cpp817 OldTag oldTag = convertTag(req.tag); in tLogPop() local
818 auto ti = logData->tag_data.find(oldTag); in tLogPop()
820 ti = logData->tag_data.insert( mapPair(oldTag, LogData::TagData(req.to, true, true, oldTag)) ); in tLogPop()
834 OldTag oldTag = convertTag(req.tag); in peekMessagesFromMemory() local
837 auto& deque = get_version_messages(self, oldTag); in peekMessagesFromMemory()
872 state OldTag oldTag = convertTag(req.tag); in tLogPeekMessages() local
921 persistTagMessagesKey(logData->logId, oldTag, req.begin), in tLogPeekMessages()
922 …persistTagMessagesKey(logData->logId, oldTag, logData->persistentDataDurableVersion + 1)), SERVER_… in tLogPeekMessages()
951 Version poppedVer = poppedVersion(logData, oldTag); in tLogPeekMessages()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/AnnotationDialog/
H A DListSelect.h93 void positionableTagRenamed(const QString category, const QString oldTag, const QString newTag);
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/buffer/
H A Dbufmgr.c1006 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1184 oldTag = buf->tag; in BufferAlloc()
1185 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1325 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1365 BufferTag oldTag; in InvalidateBuffer() local
1372 oldTag = buf->tag; in InvalidateBuffer()
1383 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1398 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1438 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1004 BufferTag oldTag; /* previous identity of selected buffer */ in BufferAlloc() local
1182 oldTag = buf->tag; in BufferAlloc()
1183 oldHash = BufTableHashCode(&oldTag); in BufferAlloc()
1323 BufTableDelete(&oldTag, oldHash); in BufferAlloc()
1363 BufferTag oldTag; in InvalidateBuffer() local
1370 oldTag = buf->tag; in InvalidateBuffer()
1381 oldHash = BufTableHashCode(&oldTag); in InvalidateBuffer()
1396 if (!BUFFERTAGS_EQUAL(buf->tag, oldTag)) in InvalidateBuffer()
1436 BufTableDelete(&oldTag, oldHash); in InvalidateBuffer()

123456