Home
last modified time | relevance | path

Searched refs:entryCopy (Results 26 – 35 of 35) sorted by relevance

12

/dports/databases/litestream/litestream-0.3.6/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_trace.go224 entryCopy, found := traceMap[connHandle]
225 return entryCopy.config, found
233 entryCopy, found := traceMap[connHandle]
237 return entryCopy.config, found
/dports/irc/soju/soju-0.3.0/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_trace.go224 entryCopy, found := traceMap[connHandle]
225 return entryCopy.config, found
233 entryCopy, found := traceMap[connHandle]
237 return entryCopy.config, found
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dtracecallback.go226 entryCopy, found := traceMap[connHandle]
227 return entryCopy.config, found
235 entryCopy, found := traceMap[connHandle]
238 fmt.Printf("Pop handle 0x%x: deleted trace config %v.\n", connHandle, entryCopy.config)
240 return entryCopy.config, found
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DDefaultHomeInputStream.java515 ZipEntry entryCopy = new ZipEntry(entry.getName()); in copyEntry() local
516 entryCopy.setComment(entry.getComment()); in copyEntry()
517 entryCopy.setTime(entry.getTime()); in copyEntry()
518 entryCopy.setExtra(entry.getExtra()); in copyEntry()
519 zipOut.putNextEntry(entryCopy); in copyEntry()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/util/
H A DCachingMapDecorator.java216 return entryCopy(); in entrySet()
220 return entryCopy(); in entrySet()
225 private Set<Map.Entry<K, V>> entryCopy() { in entryCopy() method in CachingMapDecorator
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dudsentrytest.cpp219 KIO::UDSEntry entryCopy = entry; in testMove() local
223 movedEntry = std::move(entryCopy); in testMove()
232 KIO::UDSEntry entryCopy = entry; in testMove() local
235 KIO::UDSEntry movedEntry(std::move(entryCopy)); in testMove()
/dports/devel/mutagen/mutagen-0.11.8/pkg/synchronization/core/
H A Dtransition.go547 entryCopy := entry.Copy()
550 if !t.removeDirectory(parent, name, path, entryCopy) {
551 return entryCopy
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dxml-utils.cxx367 xmlNodePtr entryCopy = xmlCopyNode( entryNd, 1 ); in wrapInDoc() local
368 xmlDocSetRootElement( doc, entryCopy ); in wrapInDoc()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/
H A DClassLoadingBundleTests.java1287 URL entryCopy = new URL(entry.toExternalForm());
1288 assertEquals("external format", entry.toExternalForm(), entryCopy.toExternalForm()); //$NON-NLS-1$
1289 assertEquals("root resource", "root classpath", readURL(entryCopy)); //$NON-NLS-1$ //$NON-NLS-2$
1298 URL entryCopy = new URL(entry.toExternalForm());
1299 assertEquals("external format", entry.toExternalForm(), entryCopy.toExternalForm()); //$NON-NLS-1$
1300 assertEquals("root resource", "root classpath", readURL(entryCopy)); //$NON-NLS-1$ //$NON-NLS-2$
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3145 OENTRY *entryCopy; in opcode_list_new_oentry() local
3154 entryCopy = csound->Malloc(csound, sizeof(OENTRY)); in opcode_list_new_oentry()
3156 memcpy(entryCopy, ep, sizeof(OENTRY)); in opcode_list_new_oentry()
3157 entryCopy->useropinfo = NULL; in opcode_list_new_oentry()
3160 cs_cons_append(head, cs_cons(csound, entryCopy, NULL)); in opcode_list_new_oentry()
3162 head = cs_cons(csound, entryCopy, NULL); in opcode_list_new_oentry()

12