Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dfxfa_widget.h76 void UpdateUIDisplay(CXFA_FFWidget* pExcept = nullptr);
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp701 void CXFA_WidgetAcc::UpdateUIDisplay(CXFA_FFWidget* pExcept) { in UpdateUIDisplay() argument
704 if (pWidget == pExcept || !pWidget->IsLoaded() || in UpdateUIDisplay()
/external/sqlite/dist/orig/
Dsqlite3.c59661 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
59664 assert( pExcept==0 || pExcept->pBt==pBt );
59666 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
59668 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
59669 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
59681 BtCursor *pExcept /* Do not save this cursor */
59684 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
/external/sqlite/dist/
Dsqlite3.c59661 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
59664 assert( pExcept==0 || pExcept->pBt==pBt );
59666 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
59668 if( p ) return saveCursorsOnList(p, iRoot, pExcept);
59669 if( pExcept ) pExcept->curFlags &= ~BTCF_Multiple;
59681 BtCursor *pExcept /* Do not save this cursor */
59684 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){