Home
last modified time | relevance | path

Searched refs:usePool (Results 1 – 25 of 59) sorted by relevance

123

/dports/textproc/libparsifal/libparsifal-1.1.0/src/
H A Dxmlsbuf.c30 if (sbuf->usePool) { \
33 sbuf->usePool = 0; \
69 sbuf->len = sbuf->usePool = 0; in XMLStringbuf_Init()
84 sbuf->usePool = 1; in XMLStringbuf_InitUsePool()
94 if (sbuf->usePool) in XMLStringbuf_Free()
107 if (sbuf->usePool) { in XMLStringbuf_SetLength()
/dports/net/norm/norm-1.5r6/protolib/examples/
H A DqueueExample.cpp79 ProductNameQueue(bool usePool = false) in ProductNameQueue() argument
80 : ProtoIndexedQueueTemplate<ProductRecord>(usePool) {} in ProductNameQueue()
96 ProductModelQueue(bool usePool = false) in ProductModelQueue() argument
97 : ProtoSortedQueueTemplate<ProductRecord>(usePool) {} in ProductModelQueue()
119 ProductCostQueue(bool usePool = false) in ProductCostQueue() argument
120 : ProtoSortedQueueTemplate<ProductRecord>(usePool) {} in ProductCostQueue()
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoQueue.cpp4 ProtoQueue::ProtoQueue(bool usePool) in ProtoQueue() argument
5 : container_pool(usePool ? &builtin_container_pool : NULL) in ProtoQueue()
117 ProtoSimpleQueue::ProtoSimpleQueue(bool usePool) in ProtoSimpleQueue() argument
118 : ProtoQueue(usePool) in ProtoSimpleQueue()
258 ProtoIndexedQueue::ProtoIndexedQueue(bool usePool) in ProtoIndexedQueue() argument
259 : ProtoQueue(usePool) in ProtoIndexedQueue()
386 ProtoSortedQueue::ProtoSortedQueue(bool usePool) in ProtoSortedQueue() argument
387 : ProtoQueue(usePool) in ProtoSortedQueue()
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoQueue.h206 … ProtoQueue(bool usePool = false); // can optionally use the "builtin_container_pool"
256 ProtoSimpleQueue(bool usePool = false);
362 ProtoSimpleQueueTemplate(bool usePool = false)
363 : ProtoSimpleQueue(usePool) {} in ProtoSimpleQueue() argument
511 ProtoIndexedQueue(bool usePool = false);
577 ProtoIndexedQueueTemplate(bool usePool = false)
578 : ProtoIndexedQueue(usePool) {} in ProtoIndexedQueue() argument
709 ProtoSortedQueue(bool usePool = false);
774 ProtoSortedQueueTemplate(bool usePool = false)
775 : ProtoSortedQueue(usePool) {} in ProtoSortedQueue() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/
H A DSQLite3_UTF16.cs44 …al override void Open(string strFilename, SQLiteOpenFlagsEnum flags, int maxPoolSize, bool usePool) in Open() argument
48 _usePool = usePool; in Open()
49 if (usePool) in Open()
/dports/textproc/libparsifal/libparsifal-1.1.0/include/libparsifal/
H A Doptcfg.h27 if (sbuf->usePool) { \
30 sbuf->usePool = 0; \
H A Dxmlsbuf.h35 int usePool; member
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlobCache.h26 GrTextBlobCache(PFOverBudgetCB cb, void* data, uint32_t uniqueID, bool usePool) in GrTextBlobCache() argument
27 : fPool(usePool ? new GrMemoryPool(0u, kMinGrowthSize) : nullptr) in GrTextBlobCache()
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/
H A DWODirectActionRequestHandler.m39 static BOOL usePool = NO;
131 pool2 = usePool ? [[NSAutoreleasePool alloc] init] : nil;
241 if (usePool) {
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/
H A DWODirectActionRequestHandler.m39 static BOOL usePool = NO;
131 pool2 = usePool ? [[NSAutoreleasePool alloc] init] : nil;
241 if (usePool) {
/dports/devel/juce/JUCE-f37e9a1/examples/Utilities/
H A DMultithreadingDemo.h279 void setUsingPool (bool usePool) in setUsingPool() argument
281 isUsingPool = usePool; in setUsingPool()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java320 private synchronized FileChannel open(boolean usePool) in open() argument
335 if (usePool) { in open()
527 private void verify(boolean usePool) throws FontFormatException { in verify() argument
528 open(usePool); in verify()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java320 private synchronized FileChannel open(boolean usePool) in open() argument
335 if (usePool) { in open()
527 private void verify(boolean usePool) throws FontFormatException { in verify() argument
528 open(usePool); in verify()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java320 private synchronized FileChannel open(boolean usePool) in open() argument
335 if (usePool) { in open()
527 private void verify(boolean usePool) throws FontFormatException { in verify() argument
528 open(usePool); in verify()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DTrueTypeFont.java309 private synchronized FileChannel open(boolean usePool) in open() argument
329 if (usePool) { in open()
517 private void verify(boolean usePool) throws FontFormatException { in verify() argument
518 open(usePool); in verify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java243 private synchronized FileChannel open(boolean usePool) in open() argument
258 if (usePool) { in open()
447 private void verify(boolean usePool) throws FontFormatException { in verify() argument
448 open(usePool); in verify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java243 private synchronized FileChannel open(boolean usePool) in open() argument
259 if (usePool) { in open()
448 private void verify(boolean usePool) throws FontFormatException { in verify() argument
449 open(usePool); in verify()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java308 private synchronized FileChannel open(boolean usePool) in open() argument
328 if (usePool) { in open()
516 private void verify(boolean usePool) throws FontFormatException { in verify() argument
517 open(usePool); in verify()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java243 private synchronized FileChannel open(boolean usePool) in open() argument
258 if (usePool) { in open()
450 private void verify(boolean usePool) throws FontFormatException { in verify() argument
451 open(usePool); in verify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java311 private synchronized FileChannel open(boolean usePool) in open() argument
326 if (usePool) { in open()
518 private void verify(boolean usePool) throws FontFormatException { in verify() argument
519 open(usePool); in verify()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DTrueTypeFont.java309 private synchronized FileChannel open(boolean usePool) in open() argument
329 if (usePool) { in open()
517 private void verify(boolean usePool) throws FontFormatException { in verify() argument
518 open(usePool); in verify()
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/draw/
H A Dscale.go135 func (q *Kernel) newScaler(dw, dh, sw, sh int, usePool bool) Scaler {
145 if usePool {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/draw/
H A Dscale.go135 func (q *Kernel) newScaler(dw, dh, sw, sh int, usePool bool) Scaler {
145 if usePool {
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/draw/
H A Dscale.go135 func (q *Kernel) newScaler(dw, dh, sw, sh int, usePool bool) Scaler {
145 if usePool {
/dports/security/keybase/client-v5.7.1/go/vendor/golang.org/x/image/draw/
H A Dscale.go135 func (q *Kernel) newScaler(dw, dh, sw, sh int, usePool bool) Scaler {
145 if usePool {

123