Home
last modified time | relevance | path

Searched defs:pExists (Results 1 – 8 of 8) sorted by relevance

/dports/cad/magic/magic-8.3.245/netmenu/
H A DNMbutton.c282 nmButHighlightFunc(area, name, label, pExists) in nmButHighlightFunc() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/source/
H A Dparser.y437 if( AstDeclaration* pExists = pScope->lookupForAdd(pModule) ) variable
1269 if( AstDeclaration* pExists = pScope->lookupForAdd(pConstants) ) variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/source/
H A Dparser.y437 if( AstDeclaration* pExists = pScope->lookupForAdd(pModule) ) variable
1269 if( AstDeclaration* pExists = pScope->lookupForAdd(pConstants) ) variable
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpager.c5065 static int hasHotJournal(Pager *pPager, int *pExists){ in hasHotJournal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpager.c5128 static int hasHotJournal(Pager *pPager, int *pExists){ in hasHotJournal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpager.c5061 static int hasHotJournal(Pager *pPager, int *pExists){ in hasHotJournal()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpager.c4991 static int hasHotJournal(Pager *pPager, int *pExists){ in hasHotJournal()
/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c56307 static int pager_has_hot_journal(Pager *pPager, int *pExists) in pager_has_hot_journal()