Home
last modified time | relevance | path

Searched refs:pExcept (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/www/domoticz/domoticz-2020.2/hardware/plugins/
H A DPlugins.cpp53 PyObject *pExcept, *pValue; in LogPythonException() local
64 if (pExcept) in LogPythonException()
66 TypeName = (PyTypeObject*)pExcept; in LogPythonException()
113 if (pExcept) Py_XDECREF(pExcept); in LogPythonException()
639 PyObject *pExcept, *pValue; in LogPythonException() local
645 if (pExcept) in LogPythonException()
647 TypeName = (PyTypeObject*)pExcept; in LogPythonException()
752 if (pExcept) Py_XDECREF(pExcept); in LogPythonException()
760 PyObject *pExcept, *pValue; in LogPythonException() local
767 if (pExcept) in LogPythonException()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/msvc_shared/
H A Dexcept.cxx240 EHExceptionRecord* pExcept; in DetectRethrow() local
243 pExcept = *static_cast<EHExceptionRecord**>(ppExcept); in DetectRethrow()
244 if (PER_IS_MSVC_EH(pExcept) && PER_PTHROW(pExcept) == nullptr) in DetectRethrow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx495 EHExceptionRecord* pExcept; in DetectRethrow() local
498 pExcept = *static_cast<EHExceptionRecord**>(ppExcept); in DetectRethrow()
499 if (PER_IS_MSVC_EH(pExcept) && PER_PTHROW(pExcept) == nullptr) in DetectRethrow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/msvc_win32_x86-64/
H A Dexcept.cxx806 EHExceptionRecord* pExcept; in DetectRethrow() local
809 pExcept = *static_cast<EHExceptionRecord**>(ppExcept); in DetectRethrow()
810 if (PER_IS_MSVC_EH(pExcept) && PER_PTHROW(pExcept) == nullptr) in DetectRethrow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffdocview.h59 void UpdateUIDisplay(CXFA_Node* pNode, CXFA_FFWidget* pExcept);
H A Dcxfa_ffdocview.cpp196 void CXFA_FFDocView::UpdateUIDisplay(CXFA_Node* pNode, CXFA_FFWidget* pExcept) { in UpdateUIDisplay() argument
201 if (pWidget == pExcept || !pWidget->IsLoaded() || in UpdateUIDisplay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffdocview.h62 void UpdateUIDisplay(CXFA_Node* pNode, CXFA_FFWidget* pExcept);
H A Dcxfa_ffdocview.cpp208 void CXFA_FFDocView::UpdateUIDisplay(CXFA_Node* pNode, CXFA_FFWidget* pExcept) { in UpdateUIDisplay() argument
213 if (pWidget == pExcept || !pWidget->IsLoaded() || in UpdateUIDisplay()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/include/
H A Dfxfa_widget.h73 void UpdateUIDisplay(CXFA_FFWidget* pExcept = nullptr);
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/source/
H A Dparser.y1483 AstException* pExcept = nullptr; variable
1489 pExcept = new AstException(*$1->getName(), pBase, pScope);
1490 pScope->addDeclaration(pExcept);
1495 idlc()->scopes()->push(pExcept);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/source/
H A Dparser.y1479 AstException* pExcept = nullptr; variable
1485 pExcept = new AstException(*$1->getName(), pBase, pScope);
1486 pScope->addDeclaration(pExcept);
1491 idlc()->scopes()->push(pExcept);
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbtree.c704 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){ in saveAllCursors() argument
707 assert( pExcept==0 || pExcept->pBt==pBt ); in saveAllCursors()
709 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break; in saveAllCursors()
711 if( p ) return saveCursorsOnList(p, iRoot, pExcept); in saveAllCursors()
712 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple; in saveAllCursors()
724 BtCursor *pExcept /* Do not save this cursor */ in saveCursorsOnList() argument
727 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){ in saveCursorsOnList()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidgetacc.cpp710 void CXFA_WidgetAcc::UpdateUIDisplay(CXFA_FFWidget* pExcept) { in UpdateUIDisplay() argument
713 if (pWidget == pExcept || !pWidget->IsLoaded() || in UpdateUIDisplay()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.c758 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){ in saveAllCursors() argument
761 assert( pExcept==0 || pExcept->pBt==pBt ); in saveAllCursors()
763 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break; in saveAllCursors()
765 if( p ) return saveCursorsOnList(p, iRoot, pExcept); in saveAllCursors()
766 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple; in saveAllCursors()
778 BtCursor *pExcept /* Do not save this cursor */ in saveCursorsOnList() argument
781 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){ in saveCursorsOnList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.c745 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){ in saveAllCursors() argument
748 assert( pExcept==0 || pExcept->pBt==pBt ); in saveAllCursors()
750 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break; in saveAllCursors()
752 if( p ) return saveCursorsOnList(p, iRoot, pExcept); in saveAllCursors()
753 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple; in saveAllCursors()
765 BtCursor *pExcept /* Do not save this cursor */ in saveCursorsOnList() argument
768 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){ in saveCursorsOnList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.c758 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){ in saveAllCursors() argument
761 assert( pExcept==0 || pExcept->pBt==pBt ); in saveAllCursors()
763 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break; in saveAllCursors()
765 if( p ) return saveCursorsOnList(p, iRoot, pExcept); in saveAllCursors()
766 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple; in saveAllCursors()
778 BtCursor *pExcept /* Do not save this cursor */ in saveCursorsOnList() argument
781 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){ in saveCursorsOnList()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.c622 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){ in saveAllCursors() argument
625 assert( pExcept==0 || pExcept->pBt==pBt ); in saveAllCursors()
627 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) && in saveAllCursors()
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c54465 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
54468 assert( pExcept==0 || pExcept->pBt==pBt );
54470 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
54472 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
54473 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
54485 BtCursor *pExcept /* Do not save this cursor */
54488 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c54465 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
54468 assert( pExcept==0 || pExcept->pBt==pBt );
54470 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
54472 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
54473 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
54485 BtCursor *pExcept /* Do not save this cursor */
54488 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c54465 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
54468 assert( pExcept==0 || pExcept->pBt==pBt );
54470 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
54472 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
54473 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
54485 BtCursor *pExcept /* Do not save this cursor */
54488 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54465 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
54468 assert( pExcept==0 || pExcept->pBt==pBt );
54470 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
54472 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
54473 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
54485 BtCursor *pExcept /* Do not save this cursor */
54488 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54465 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
54468 assert( pExcept==0 || pExcept->pBt==pBt );
54470 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
54472 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
54473 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
54485 BtCursor *pExcept /* Do not save this cursor */
54488 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54465 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
54468 assert( pExcept==0 || pExcept->pBt==pBt );
54470 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
54472 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
54473 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
54485 BtCursor *pExcept /* Do not save this cursor */
54488 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54465 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
54468 assert( pExcept==0 || pExcept->pBt==pBt );
54470 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
54472 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
54473 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
54485 BtCursor *pExcept /* Do not save this cursor */
54488 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54465 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
54468 assert( pExcept==0 || pExcept->pBt==pBt );
54470 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
54472 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
54473 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
54485 BtCursor *pExcept /* Do not save this cursor */
54488 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){

1234567