Home
last modified time | relevance | path

Searched refs:freeData (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/dports/devel/love07/love-HEAD/src/modules/image/
H A DEncodedImageData.cpp28 : data(d), size(s), format(f), freeData(0) in EncodedImageData()
32 EncodedImageData::EncodedImageData(void * d, Format f, int s, void (*freeData)(void*)) in EncodedImageData()
33 : data(d), size(s), format(f), freeData(freeData) in EncodedImageData()
39 if (freeData != 0) in ~EncodedImageData()
40 freeData(data); in ~EncodedImageData()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscstreamfilter_flate.cpp43 freeData(); in ~ScFlateEncodeFilter()
46 void ScFlateEncodeFilter::freeData() in freeData() function in ScFlateEncodeFilter
55 freeData(); in openFilter()
67 freeData(); in openFilter()
/dports/www/squid/squid-4.15/src/
H A DDelayPool.cc28 freeData(); in ~DelayPool()
66 freeData(); in createPool()
72 DelayPool::freeData() in freeData() function in DelayPool
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcontiguouscache.h68 static void freeData(QContiguousCacheData *data);
81 …static inline void freeData(QContiguousCacheTypedData *data) { QContiguousCacheData::freeData(data… in freeData() function
101 inline ~QContiguousCache() { if (!d) return; if (!d->ref.deref()) freeData(p); } in ~QContiguousCache()
161 void freeData(Data *x);
205 freeData(p); in detach_helper()
247 freeData(p); in setCapacity()
274 if (!d->ref.deref()) freeData(p); in clear()
301 freeData(p);
325 void QContiguousCache<T>::freeData(Data *x) in freeData() function
338 x->freeData(x); in freeData()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFont.cc156 bitmap->freeData = gFalse; in getGlyph()
174 bitmap->freeData = gFalse; in getGlyph()
175 if (bitmap2.freeData) gfree(bitmap2.data); in getGlyph()
218 bitmap->freeData = gFalse; in getGlyph()
219 if (bitmap2.freeData) { in getGlyph()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplashFont.cc151 bitmap->freeData = gFalse; in getGlyph()
169 bitmap->freeData = gFalse; in getGlyph()
170 if (bitmap2.freeData) gfree(bitmap2.data); in getGlyph()
213 bitmap->freeData = gFalse; in getGlyph()
214 if (bitmap2.freeData) { in getGlyph()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashFont.cc156 bitmap->freeData = gFalse; in getGlyph()
174 bitmap->freeData = gFalse; in getGlyph()
175 if (bitmap2.freeData) gfree(bitmap2.data); in getGlyph()
218 bitmap->freeData = gFalse; in getGlyph()
219 if (bitmap2.freeData) { in getGlyph()

12345678910>>...29