Home
last modified time | relevance | path

Searched refs:pCheck (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmutex.c140 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree() local
141 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()
142 sqlite3_free(pCheck); in checkMutexFree()
155 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter() local
164 pGlobalMutexMethods->xMutexEnter(pCheck->mutex); in checkMutexEnter()
171 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry() local
179 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave() local
180 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()
209 CheckMutex *pCheck = (CheckMutex*)p; in sqlite3MutexWarnOnContention() local
210 assert( pCheck->iType==SQLITE_MUTEX_RECURSIVE ); in sqlite3MutexWarnOnContention()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmutex.c140 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree() local
141 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()
142 sqlite3_free(pCheck); in checkMutexFree()
155 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter() local
164 pGlobalMutexMethods->xMutexEnter(pCheck->mutex); in checkMutexEnter()
171 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry() local
179 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave() local
180 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()
209 CheckMutex *pCheck = (CheckMutex*)p; in sqlite3MutexWarnOnContention() local
210 assert( pCheck->iType==SQLITE_MUTEX_RECURSIVE ); in sqlite3MutexWarnOnContention()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmutex.c140 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree() local
141 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()
142 sqlite3_free(pCheck); in checkMutexFree()
155 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter() local
164 pGlobalMutexMethods->xMutexEnter(pCheck->mutex); in checkMutexEnter()
171 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry() local
179 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave() local
180 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()
209 CheckMutex *pCheck = (CheckMutex*)p; in sqlite3MutexWarnOnContention() local
210 assert( pCheck->iType==SQLITE_MUTEX_RECURSIVE ); in sqlite3MutexWarnOnContention()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/stats/
H A Dwifi-example-db.sh8 pCheck=`which sqlite3`
9 if [ -z "$pCheck" ]
15 pCheck=`which gnuplot`
16 if [ -z "$pCheck" ]
22 pCheck=`which sed`
23 if [ -z "$pCheck" ]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dswselectionlist.cxx75 bool SwSelectionList::checkContext( const SwFrame* pCheck ) in checkContext() argument
77 pCheck = getContext( pCheck ); in checkContext()
79 m_pContext = pCheck; in checkContext()
80 return m_pContext == pCheck; in checkContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dswselectionlist.cxx75 bool SwSelectionList::checkContext( const SwFrame* pCheck ) in checkContext() argument
77 pCheck = getContext( pCheck ); in checkContext()
79 pContext = pCheck; in checkContext()
80 return pContext == pCheck; in checkContext()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/materialeditor/
H A DMaterialPreviewPropView.cpp61 CPropTreeItemCheck* pCheck; in BEGIN_MESSAGE_MAP() local
109 pCheck = (CPropTreeItemCheck*)m_Tree.InsertItem(new CPropTreeItemCheck(), pRoot); in BEGIN_MESSAGE_MAP()
110 pCheck->SetLabelText(_T("Move light")); in BEGIN_MESSAGE_MAP()
111 pCheck->SetInfoText(_T("When checked, allow light to move.")); in BEGIN_MESSAGE_MAP()
112 pCheck->CreateCheckBox(); in BEGIN_MESSAGE_MAP()
113 pCheck->SetCheckState( BST_CHECKED ); in BEGIN_MESSAGE_MAP()
125 CPropTreeItemCheck *pCheck; in InitializePropTree() local
170 pCheck = (CPropTreeItemCheck*)m_Tree.InsertItem( new CPropTreeItemCheck(), pRoot ); in InitializePropTree()
171 pCheck->SetLabelText(_T("Show Lights")); in InitializePropTree()
173 pCheck->CreateCheckBox(); in InitializePropTree()
[all …]
H A DMaterialPropTreeView.cpp93 CPropTreeItemCheck* pCheck; in SetPropertyListType() local
94 pCheck = (CPropTreeItemCheck*)m_Tree.InsertItem(new CPropTreeItemCheck(), pCurrentGroup); in SetPropertyListType()
95 pCheck->CreateCheckBox(); in SetPropertyListType()
96 pCurrentNode = pCheck; in SetPropertyListType()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4KeyboardInput.cpp56 while (pCheck->szName) in String2KeyShift()
57 if (SEqualNoCase(sName.getData(), pCheck->szName)) break; else ++pCheck; in String2KeyShift()
58 return pCheck->eShift; in String2KeyShift()
65 while (pCheck->szName) in KeyShift2String()
66 if (eShift == pCheck->eShift) break; else ++pCheck; in KeyShift2String()
351 while (pCheck->szName) { in String2KeyCode()
355 ++pCheck; in String2KeyCode()
456 while (pCheck->szName) in KeyCode2String()
457 …if (wCode == pCheck->wCode) return StdStrBuf((pCheck->szShortName && fShort) ? pCheck->szShortName… in KeyCode2String()
478 while (pCheck->szName) in KeyCode2String()
[all …]
H A DC4StartupOptionsDlg.cpp756 C4GUI::CheckBox *pCheck; C4GUI::Label *pLbl; in C4StartupOptionsDlg() local
814 pSheetGeneral->AddElement(pCheck); in C4StartupOptionsDlg()
899 pGroupOptions->AddElement(pCheck); in C4StartupOptionsDlg()
917 pGroupFESound->AddElement(pCheck); in C4StartupOptionsDlg()
922 pGroupFESound->AddElement(pCheck); in C4StartupOptionsDlg()
934 pGroupRXSound->AddElement(pCheck); in C4StartupOptionsDlg()
940 pGroupRXSound->AddElement(pCheck); in C4StartupOptionsDlg()
1000 pSheetNetwork->AddElement(pCheck); in C4StartupOptionsDlg()
1003 pCheck->SetToolTip(LoadResStr("IDS_DESC_UPNP")); in C4StartupOptionsDlg()
1005 pSheetNetwork->AddElement(pCheck); in C4StartupOptionsDlg()
[all …]
H A DC4FileSelDlg.cpp56 …: C4FileSelDlg::ListItem(szFilename), pLbl(nullptr), pCheck(nullptr), pKeyCheck(nullptr), fGrayed(… in DefaultListItem()
72 pCheck = new C4GUI::CheckBox(caMain.GetFromLeft(iHeight), nullptr, false); in DefaultListItem()
73 if (fGrayed) pCheck->SetEnabled(false); in DefaultListItem()
74 AddElement(pCheck); in DefaultListItem()
94 caMain.GetFromLeft(caMain.GetInnerHeight()*(1+!!pCheck)); in UpdateOwnPos()
100 return pCheck ? pCheck->GetChecked() : false; in IsChecked()
106 if (pCheck) pCheck->SetChecked(fChecked); in SetChecked()
112 if (pCheck && !IsGrayed()) in UserToggleCheck()
114 pCheck->ToggleCheck(true); in UserToggleCheck()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/int/
H A DintCore.c83 Inter_Check_t * pCheck = NULL; in Inter_ManPerformInterpolation() local
181 pCheck = Inter_CheckStart( p->pAigTrans, pPars->nFramesK ); in Inter_ManPerformInterpolation()
187 RetValue = Inter_CheckPerform( pCheck, pCnfInter2, nTimeNewOut ); in Inter_ManPerformInterpolation()
205 Inter_CheckStop( pCheck ); in Inter_ManPerformInterpolation()
252 Inter_CheckStop( pCheck ); in Inter_ManPerformInterpolation()
275 Inter_CheckStop( pCheck ); in Inter_ManPerformInterpolation()
294 Inter_CheckStop( pCheck ); in Inter_ManPerformInterpolation()
308 Inter_CheckStop( pCheck ); in Inter_ManPerformInterpolation()
354 Inter_CheckStop( pCheck ); in Inter_ManPerformInterpolation()
362 Inter_CheckStop( pCheck ); in Inter_ManPerformInterpolation()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4Effect.cpp74 C4Effect *pCheck, *pPrev = *ppEffectList; in Register() local
77 while ((pCheck = pPrev->pNext)) in Register()
78 if (Abs(pCheck->iPriority) >= iPrio) break; else pPrev = pCheck; in Register()
256 for (C4Effect *pCheck = this; pCheck; pCheck = pCheck->pNext) in Check() local
258 if (!pCheck->IsDead() && pCheck->iPriority >= iPrio) in Check()
267 pAddToEffect = pCheck; in Check()
476 C4Effect *pCheck = this; in OnObjectChangedDef() local
477 while (pCheck) in OnObjectChangedDef()
479 if (pCheck->GetCallbackScript() == pObj) in OnObjectChangedDef()
480 pCheck->ReAssignCallbackFunctions(); in OnObjectChangedDef()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dclearprivatedata.cpp57 wxCheckBox *pCheck = XRCCTRL(*this, "ID_CLEARQUICKCONNECT", wxCheckBox); in Run() local
58 if (pCheck && pCheck->GetValue()) { in Run()
65 pCheck = XRCCTRL(*this, "ID_CLEARRECONNECT", wxCheckBox); in Run()
66 if (pCheck && pCheck->GetValue()) { in Run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Drtree.c3909 if( pCheck->rc==SQLITE_OK ) pCheck->rc = rc; in rtreeCheckReset()
3935 pCheck->rc = sqlite3_prepare_v2(pCheck->db, z, -1, &pRet, 0); in rtreeCheckPrepare()
3952 if( pCheck->rc==SQLITE_OK && pCheck->nErr<RTREE_CHECK_MAX_ERROR ){ in rtreeCheckAppendMsg()
3958 pCheck->zReport, (pCheck->zReport ? "\n" : ""), z in rtreeCheckAppendMsg()
3986 if( pCheck->rc==SQLITE_OK && pCheck->pGetNode==0 ){ in rtreeCheckGetNode()
3987 pCheck->pGetNode = rtreeCheckPrepare(pCheck, in rtreeCheckGetNode()
3989 pCheck->zDb, pCheck->zTab in rtreeCheckGetNode()
4006 rtreeCheckReset(pCheck, pCheck->pGetNode); in rtreeCheckGetNode()
4042 pCheck->aCheckMapping[bLeaf] = rtreeCheckPrepare(pCheck, in rtreeCheckMapping()
4043 azSql[bLeaf], pCheck->zDb, pCheck->zTab in rtreeCheckMapping()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Drtree.c3929 if( pCheck->rc==SQLITE_OK ) pCheck->rc = rc; in rtreeCheckReset()
3955 pCheck->rc = sqlite3_prepare_v2(pCheck->db, z, -1, &pRet, 0); in rtreeCheckPrepare()
3972 if( pCheck->rc==SQLITE_OK && pCheck->nErr<RTREE_CHECK_MAX_ERROR ){ in rtreeCheckAppendMsg()
3978 pCheck->zReport, (pCheck->zReport ? "\n" : ""), z in rtreeCheckAppendMsg()
4006 if( pCheck->rc==SQLITE_OK && pCheck->pGetNode==0 ){ in rtreeCheckGetNode()
4007 pCheck->pGetNode = rtreeCheckPrepare(pCheck, in rtreeCheckGetNode()
4009 pCheck->zDb, pCheck->zTab in rtreeCheckGetNode()
4026 rtreeCheckReset(pCheck, pCheck->pGetNode); in rtreeCheckGetNode()
4062 pCheck->aCheckMapping[bLeaf] = rtreeCheckPrepare(pCheck, in rtreeCheckMapping()
4063 azSql[bLeaf], pCheck->zDb, pCheck->zTab in rtreeCheckMapping()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Drtree.c3929 if( pCheck->rc==SQLITE_OK ) pCheck->rc = rc; in rtreeCheckReset()
3955 pCheck->rc = sqlite3_prepare_v2(pCheck->db, z, -1, &pRet, 0); in rtreeCheckPrepare()
3972 if( pCheck->rc==SQLITE_OK && pCheck->nErr<RTREE_CHECK_MAX_ERROR ){ in rtreeCheckAppendMsg()
3978 pCheck->zReport, (pCheck->zReport ? "\n" : ""), z in rtreeCheckAppendMsg()
4006 if( pCheck->rc==SQLITE_OK && pCheck->pGetNode==0 ){ in rtreeCheckGetNode()
4007 pCheck->pGetNode = rtreeCheckPrepare(pCheck, in rtreeCheckGetNode()
4009 pCheck->zDb, pCheck->zTab in rtreeCheckGetNode()
4026 rtreeCheckReset(pCheck, pCheck->pGetNode); in rtreeCheckGetNode()
4062 pCheck->aCheckMapping[bLeaf] = rtreeCheckPrepare(pCheck, in rtreeCheckMapping()
4063 azSql[bLeaf], pCheck->zDb, pCheck->zTab in rtreeCheckMapping()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dshaders.cpp57 char *pCheck = strrchr( strCheck, '\n' ); in ViewShader() local
59 if (pCheck && strstr( pCheck, "//" )) in ViewShader()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dshaders.cpp56 char *pCheck = strrchr( strCheck, '\n' ); in ViewShader() local
58 if ( pCheck && strstr( pCheck, "//" ) ) { in ViewShader()
/dports/www/libwww/w3c-libwww-5.4.2/PICS-client/src/
H A DCSParse.c124 PUBLIC BOOL FVal_nearerZero(const FVal_t * pRef, const FVal_t * pCheck) in FVal_nearerZero() argument
126 if (pRef->stat == FVal_UNINITIALIZED || pCheck->stat == FVal_UNINITIALIZED || in FVal_nearerZero()
127 pCheck->stat == FVal_POSITIVE_INF || pCheck->stat == FVal_NEGATIVE_INF) in FVal_nearerZero()
132 if (pCheck->value < 0.0) in FVal_nearerZero()
133 return pCheck->value > pRef->value; in FVal_nearerZero()
134 return pCheck->value < -pRef->value; in FVal_nearerZero()
136 if (pCheck->value < 0.0) in FVal_nearerZero()
137 return pCheck->value > -pRef->value; in FVal_nearerZero()
138 return pCheck->value < pRef->value; in FVal_nearerZero()
556 if (pStateToken->pCheck) { /* use check function */ in CSParse_targetParser()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/win32/
H A Dcomptr.hxx183 bool equals(IUnknown* pCheck) in equals() argument
187 ( ! pCheck ) in equals()
194 sal_Bool bEquals = (pCheck == pCurrent); in equals()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx131 weld::RadioButton* pCheck = nullptr; in MacroSecurityLevelTP() local
136 pCheck = m_xVeryHighRB.get(); in MacroSecurityLevelTP()
140 pCheck = m_xHighRB.get(); in MacroSecurityLevelTP()
144 pCheck = m_xMediumRB.get(); in MacroSecurityLevelTP()
148 pCheck = m_xLowRB.get(); in MacroSecurityLevelTP()
152 if (pCheck) in MacroSecurityLevelTP()
153 pCheck->set_active(true); in MacroSecurityLevelTP()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx131 weld::RadioButton* pCheck = nullptr; in MacroSecurityLevelTP() local
136 pCheck = m_xVeryHighRB.get(); in MacroSecurityLevelTP()
140 pCheck = m_xHighRB.get(); in MacroSecurityLevelTP()
144 pCheck = m_xMediumRB.get(); in MacroSecurityLevelTP()
148 pCheck = m_xLowRB.get(); in MacroSecurityLevelTP()
152 if (pCheck) in MacroSecurityLevelTP()
153 pCheck->set_active(true); in MacroSecurityLevelTP()
/dports/games/openclonk/openclonk-release-8.1-src/src/player/
H A DC4Player.cpp1267 for (C4MessageBoardQuery *pCheck = pMsgBoardQuery; pCheck; pCheck = pCheck->pNext) in DenumeratePointers() local
1268 pCheck->CallbackObj.DenumeratePointers(); in DenumeratePointers()
1656 C4MessageBoardQuery *pCheck = pMsgBoardQuery; in ExecMsgBoardQueries() local
1657 while (pCheck) if (!pCheck->fAnswered) break; else pCheck = pCheck->pNext; in ExecMsgBoardQueries()
1658 if (!pCheck) return; in ExecMsgBoardQueries()
1660 …::MessageInput.StartTypeIn(true, pCheck->CallbackObj, pCheck->fIsUppercase, false, Number, pCheck-… in ExecMsgBoardQueries()
1689 C4MessageBoardQuery *pCheck = pMsgBoardQuery; in MarkMessageBoardQueryAnswered() local
1690 …while (pCheck) if (pCheck->CallbackObj == pForObj && !pCheck->fAnswered) break; else pCheck = pChe… in MarkMessageBoardQueryAnswered()
1691 if (!pCheck) return false; in MarkMessageBoardQueryAnswered()
1693 pCheck->fAnswered = true; in MarkMessageBoardQueryAnswered()
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4Teams.cpp317 C4Team *pCurrentTeam = nullptr, *pCheck; in CanLocalChooseTeam() local
320 while ((pCheck = GetTeamByIndex(iCheckTeam++))) in CanLocalChooseTeam()
321 if (pCheck != pCurrentTeam) in CanLocalChooseTeam()
322 if (!pCheck->IsFull()) in CanLocalChooseTeam()
324 return !!pCheck; in CanLocalChooseTeam()
853 C4Team *pOKTeam = nullptr, *pCheck; in GetForcedTeamSelection() local
856 while ((pCheck = GetTeamByIndex(iCheckTeam++))) in GetForcedTeamSelection()
857 if (!pCheck->IsFull()) in GetForcedTeamSelection()
860 if (pOKTeam && pOKTeam != pCheck) in GetForcedTeamSelection()
866 pOKTeam = pCheck; in GetForcedTeamSelection()

12345678910>>...12