Home
last modified time | relevance | path

Searched refs:DestroyEntry (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dhandle.hxx49 inline SCODE DestroyEntry(CDfName const *pdfn);
160 inline SCODE CHandle::DestroyEntry(CDfName const *pdfn) in DestroyEntry() function in CHandle
162 return _pms->DestroyEntry(_sid, pdfn); in DestroyEntry()
H A Dmsffunc.hxx268 inline SCODE CMStream::DestroyEntry(SID const sidParent, in DestroyEntry() function in CMStream
H A Dcdocfile.hxx57 SCODE DestroyEntry(CDfName const *dfnName,
H A Dmsf.hxx203 inline SCODE DestroyEntry( SID const sidParent,
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Ddffuncs.cxx39 sc = _stgh.DestroyEntry(NULL); in DeleteContents()
148 olVerSucc(pdfTo->DestroyEntry(&ib.dfnName, TRUE)); in CopyTo()
H A Dexpdf.cxx250 olChkTo(EH_pstTo, DestroyEntry(&dfnIllegal, FALSE)); in ConvertInternalStream()
307 olChk(DestroyEntry(&dfn, FALSE)); in CreateEntry()
341 olVerSucc(DestroyEntry(&dfn, TRUE)); in CreateEntry()
857 olChk(DestroyEntry(&dfn, FALSE)); in DestroyElement()
1585 olVerSucc(DestroyEntry(pdfnName, TRUE)); in CreateExposedStream()
1646 SCODE CExposedDocFile::DestroyEntry( CDfName const *pdfnName, in DestroyEntry() function in CExposedDocFile
1653 olChk(_pdf->DestroyEntry(pdfnName, fClean)); in DestroyEntry()
1706 olVerSucc(_pdf->DestroyEntry(pdfnName, TRUE)); in CreateExposedDocFile()
H A Dcdocfile.cxx217 SCODE CDocFile::DestroyEntry(CDfName const *pdfnName, in DestroyEntry() function in CDocFile
225 sc = _stgh.DestroyEntry(pdfnName); in DestroyEntry()
H A Dexpdf.hxx157 SCODE DestroyEntry( CDfName const *pdfnName, BOOL fClean);
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx47 DestroyEntry( --n ); in Reset()
50 void UnoControlModelEntryList::DestroyEntry( size_t nEntry ) in DestroyEntry() function in UnoControlModelEntryList
288 maControls.DestroyEntry( nPos ); in setGroup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx48 DestroyEntry( --n ); in Reset()
51 void UnoControlModelEntryList::DestroyEntry( size_t nEntry ) in DestroyEntry() function in UnoControlModelEntryList
290 maControls.DestroyEntry( nPos ); in setGroup()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtestutils.c826 typedef struct DestroyEntry DestroyEntry; typedef
827 struct DestroyEntry struct
829 DestroyEntry *next; argument
891 static DestroyEntry *test_destroy_queue = NULL;
2827 DestroyEntry *dentry; in g_test_queue_destroy()
2831 dentry = g_slice_new0 (DestroyEntry); in g_test_queue_destroy()
2904 DestroyEntry *dentry = test_destroy_queue; in test_case_run()
2907 g_slice_free (DestroyEntry, dentry); in test_case_run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_cache.cc808 void HttpCache::DestroyEntry(ActiveEntry* entry) { in DestroyEntry() function in net::HttpCache
935 DestroyEntry(entry); in WritersDoneWritingToEntry()
963 DestroyEntry(entry); in DoomEntryValidationNoMatch()
1009 DestroyEntry(entry); in ProcessEntryFailure()
1279 DestroyEntry(entry); in OnProcessQueuedTransactions()
H A Dhttp_cache.h496 void DestroyEntry(ActiveEntry* entry);
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_cache.cc851 void HttpCache::DestroyEntry(ActiveEntry* entry) { in DestroyEntry() function in net::HttpCache
978 DestroyEntry(entry); in WritersDoneWritingToEntry()
1006 DestroyEntry(entry); in DoomEntryValidationNoMatch()
1052 DestroyEntry(entry); in ProcessEntryFailure()
1322 DestroyEntry(entry); in OnProcessQueuedTransactions()
H A Dhttp_cache.h509 void DestroyEntry(ActiveEntry* entry);
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/inc/controls/
H A Dstdtabcontrollermodel.hxx49 void DestroyEntry( size_t nEntry );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/controls/
H A Dstdtabcontrollermodel.hxx50 void DestroyEntry( size_t nEntry );
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dturnport.cc227 DestroyEntry(entries_.front()->address()); in S()
868 void TurnPort::DestroyEntry(const rtc::SocketAddress& addr) { in S()
878 DestroyEntry(conn->remote_candidate().address()); in S()
H A Dturnport.h208 void DestroyEntry(const rtc::SocketAddress& address);
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTable.c244 static void DestroyEntry _ANSI_ARGS_((Entry * entryPtr));
897 DestroyEntry(entryPtr);
935 DestroyEntry(entryPtr);
1121 DestroyEntry(entryPtr) in DestroyEntry() function
1496 DestroyEntry(entryPtr);
1505 DestroyEntry(entryPtr);
1979 DestroyEntry(entryPtr);
2191 DestroyEntry(entryPtr);
2208 DestroyEntry(entryPtr);
4129 DestroyEntry(entryPtr);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dturnport.h252 void DestroyEntry(TurnEntry* entry);
H A Dturnport.cc261 DestroyEntry(entries_.front()); in ~TurnPort()
1024 void TurnPort::DestroyEntry(TurnEntry* entry) { in DestroyEntry() function in cricket::TurnPort
1037 DestroyEntry(entry); in DestroyEntryIfNotCancelled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dturn_port.cc297 DestroyEntry(entries_.front()); in ~TurnPort()
1238 void TurnPort::DestroyEntry(TurnEntry* entry) { in DestroyEntry() function in cricket::TurnPort
1255 DestroyEntry(entry); in DestroyEntryIfNotCancelled()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dturn_port.cc298 DestroyEntry(entries_.front()); in ~TurnPort()
1258 void TurnPort::DestroyEntry(TurnEntry* entry) { in DestroyEntry() function in cricket::TurnPort
1275 DestroyEntry(entry); in DestroyEntryIfNotCancelled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dturn_port.cc297 DestroyEntry(entries_.front()); in ~TurnPort()
1243 void TurnPort::DestroyEntry(TurnEntry* entry) { in DestroyEntry() function in cricket::TurnPort
1260 DestroyEntry(entry); in DestroyEntryIfNotCancelled()

12