Home
last modified time | relevance | path

Searched refs:pCurrent (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/dports/net/hlmaster/hlmaster-0.9.3/src/
H A DHLServerList.cpp165 pCurrent = pCurrent->m_pNextItem; in RemoveAllItems()
194 pCurrent = pCurrent->m_pNextItem; in RemoveAllStaticItems()
199 pCurrent = pCurrent->m_pNextItem; in RemoveAllStaticItems()
223 pCurrent = pCurrent->m_pNextItem; in RemoveAllDynamicItems()
228 pCurrent = pCurrent->m_pNextItem; in RemoveAllDynamicItems()
325 pCurrent = pCurrent->m_pNextItem; in Find()
901 pCurrent = pCurrent->m_pNextItem; in CheckTimeout()
933 pCurrent = pCurrent->m_pNextItem; in CheckTimeout()
940 pCurrent = pCurrent->m_pNextItem; in CheckTimeout()
1012 for(nCount = 0; pCurrent != m_pLastItem && nCount < nSkip; pCurrent = pCurrent->m_pNextItem) in FillPacket_Halflife()
[all …]
H A DHLServerFilterList.cpp355 for(pCurrent = m_pFirstItem; pCurrent != NULL; pCurrent = pCurrent->m_pNextItem) in Exists()
357 …if(pCurrent->m_bAllow == bAllow && pCurrent->m_nIpAddress == nIpAddress && pCurrent->m_nNetMask ==… in Exists()
405 for(pCurrent = m_pFirstItem; pCurrent != NULL; pCurrent = pCurrent->m_pNextItem) in RemoveHost()
407 …if(pCurrent->m_bAllow == bAllow && pCurrent->m_nIpAddress == nIpAddress && pCurrent->m_nNetMask ==… in RemoveHost()
414 delete pCurrent; in RemoveHost()
422 pPrevious = pCurrent; in RemoveHost()
441 pCurrent = pNext; in RemoveAll()
444 delete pCurrent; in RemoveAll()
474 for(pCurrent = m_pFirstItem; pCurrent != NULL; pCurrent = pCurrent->m_pNextItem) in IsAllowed()
476 if(pCurrent->m_nMaskedIpAddress == (nIpAddress & pCurrent->m_nNetMask)) in IsAllowed()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DExprScriptMotif.cpp64 while (pCurrent->getReferencedVariable()!= NULL) pCurrent = pCurrent->getReferencedVariable(); in filterNodes()
79 pCurrent = pCurrent->getVariable(_sName.c_str(), startNode(), false, true); in filterNodes()
80 if (pCurrent != NULL) { in filterNodes()
85 return pCurrent; in filterNodes()
98 while (pCurrent->getReferencedVariable()!= NULL) pCurrent = pCurrent->getReferencedVariable(); in filterNodes()
142 while (pCurrent->getReferencedVariable()!= NULL) pCurrent = pCurrent->getReferencedVariable(); in filterNodes()
160 pCurrent = pCurrent->getArrayElement(sPosition); in filterNodes()
161 if (endNode() && (pCurrent != NULL)) listOfNodes.push_back(pCurrent); in filterNodes()
163 return pCurrent; in filterNodes()
195 pCurrent = NULL; in filterNodes()
[all …]
/dports/games/hllib/HLLib/
H A DDebugMemory.cpp119 free(pCurrent); in RemoveTrack()
124 pLast = pCurrent; in RemoveTrack()
125 pCurrent = pCurrent->pNext; in RemoveTrack()
126 while(pCurrent) in RemoveTrack()
135 pLast->pNext = pCurrent->pNext; in RemoveTrack()
136 free(pCurrent); in RemoveTrack()
140 pLast = pCurrent; in RemoveTrack()
141 pCurrent = pCurrent->pNext; in RemoveTrack()
159 while(pCurrent) in DumpTracks()
161 …x %-8.u bytes at %s (%u)\n", (unsigned long)pCurrent->pAddress, pCurrent->uiSize, pCurrent->lpFile… in DumpTracks()
[all …]
/dports/archivers/hlextract/HLLib/
H A DDebugMemory.cpp119 free(pCurrent); in RemoveTrack()
124 pLast = pCurrent; in RemoveTrack()
125 pCurrent = pCurrent->pNext; in RemoveTrack()
126 while(pCurrent) in RemoveTrack()
135 pLast->pNext = pCurrent->pNext; in RemoveTrack()
136 free(pCurrent); in RemoveTrack()
140 pLast = pCurrent; in RemoveTrack()
141 pCurrent = pCurrent->pNext; in RemoveTrack()
159 while(pCurrent) in DumpTracks()
161 …x %-8.u bytes at %s (%u)\n", (unsigned long)pCurrent->pAddress, pCurrent->uiSize, pCurrent->lpFile… in DumpTracks()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/lookuptree/
H A DTrie.cxx81 return pCurrent.get(); in findChild()
92 if (pCurrent != nullptr) in collectSuggestions()
99 if (pCurrent != nullptr) in collectSuggestions()
107 if(pCurrent->mMarker) in collectSuggestionsForCurrentNode()
117 TrieNode* pCurrent = this; in traversePath() local
122 pCurrent = pCurrent->findChild(aCurrentChar); in traversePath()
123 if ( pCurrent == nullptr ) in traversePath()
127 return pCurrent; in traversePath()
160 pCurrent = pNewNode; in insert()
164 pCurrent = pChild; in insert()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/lookuptree/
H A DTrie.cxx77 return pCurrent.get(); in findChild()
88 if (pCurrent != nullptr) in collectSuggestions()
95 if (pCurrent != nullptr) in collectSuggestions()
103 if(pCurrent->mMarker) in collectSuggestionsForCurrentNode()
113 TrieNode* pCurrent = this; in traversePath() local
118 pCurrent = pCurrent->findChild(aCurrentChar); in traversePath()
119 if ( pCurrent == nullptr ) in traversePath()
123 return pCurrent; in traversePath()
156 pCurrent = pNewNode; in insert()
160 pCurrent = pChild; in insert()
[all …]
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dhttp_func.c300 pCurrent = params; in http_parse_query()
304 if (pCurrent >= pEnd) in http_parse_query()
309 pCurrent->key = p; in http_parse_query()
335 urldecode(pCurrent->value, (int)(pValueEnd - pCurrent->value), in http_parse_query()
337 pCurrent++; in http_parse_query()
355 pCurrent = params; in http_parse_url_params()
364 pCurrent->key = p; in http_parse_url_params()
384 pCurrent->key_len = (int)(pKeyEnd - pCurrent->key); in http_parse_url_params()
391 urldecode_ex(pCurrent->value, (int)(pValueEnd - pCurrent->value), in http_parse_url_params()
392 pCurrent->value, &pCurrent->value_len); in http_parse_url_params()
[all …]
/dports/www/tidy-lib/tidy/experimental/
H A DTidyNodeIter.c19 if (NULL == pThis->pCurrent) in nextTidyNode()
22 pThis->pCurrent = pThis->pTop->content; in nextTidyNode()
24 else if (NULL != pThis->pCurrent->content) in nextTidyNode()
27 pThis->pCurrent = pThis->pCurrent->content; in nextTidyNode()
32 while ( NULL == pThis->pCurrent->next in nextTidyNode()
33 && pThis->pTop != pThis->pCurrent->parent ) in nextTidyNode()
36 pThis->pCurrent = pThis->pCurrent->parent; in nextTidyNode()
38 pThis->pCurrent = pThis->pCurrent->next; in nextTidyNode()
40 return pThis->pCurrent; in nextTidyNode()
46 pThis->pCurrent = newCurr; in setCurrentNode()
/dports/www/tidy-html5/tidy-html5-5.8.0/experimental/
H A DTidyNodeIter.c19 if (NULL == pThis->pCurrent) in nextTidyNode()
22 pThis->pCurrent = pThis->pTop->content; in nextTidyNode()
24 else if (NULL != pThis->pCurrent->content) in nextTidyNode()
27 pThis->pCurrent = pThis->pCurrent->content; in nextTidyNode()
32 while ( NULL == pThis->pCurrent->next in nextTidyNode()
33 && pThis->pTop != pThis->pCurrent->parent ) in nextTidyNode()
36 pThis->pCurrent = pThis->pCurrent->parent; in nextTidyNode()
38 pThis->pCurrent = pThis->pCurrent->next; in nextTidyNode()
40 return pThis->pCurrent; in nextTidyNode()
46 pThis->pCurrent = newCurr; in setCurrentNode()
/dports/www/tidy-devel/tidy/experimental/
H A DTidyNodeIter.c19 if (NULL == pThis->pCurrent) in nextTidyNode()
22 pThis->pCurrent = pThis->pTop->content; in nextTidyNode()
24 else if (NULL != pThis->pCurrent->content) in nextTidyNode()
27 pThis->pCurrent = pThis->pCurrent->content; in nextTidyNode()
32 while ( NULL == pThis->pCurrent->next in nextTidyNode()
33 && pThis->pTop != pThis->pCurrent->parent ) in nextTidyNode()
36 pThis->pCurrent = pThis->pCurrent->parent; in nextTidyNode()
38 pThis->pCurrent = pThis->pCurrent->next; in nextTidyNode()
40 return pThis->pCurrent; in nextTidyNode()
46 pThis->pCurrent = newCurr; in setCurrentNode()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dcoroutines.cpp236 pCurrent = pCurrent->pPrevious; in schedule()
264 pCurrent->pPrevious->pNext = pCurrent->pNext; in rescheduleAll()
266 pCurrent->pNext->pPrevious = pCurrent->pPrevious; in rescheduleAll()
277 if (!pCurrent) in reschedule()
302 pCurrent = pCurrent->pPrevious; in reschedule()
314 if (!pCurrent) in giveWay()
335 pCurrent = pCurrent->pPrevious; in giveWay()
346 if (!pCurrent) in waitForSingleObject()
403 if (!pCurrent) in waitForMultipleObjects()
469 if (!pCurrent) in sleep()
[all …]
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dcoroutines.cpp100 pCurrent = NULL; in CoroutineScheduler()
236 pCurrent = pCurrent->pPrevious; in schedule()
264 pCurrent->pPrevious->pNext = pCurrent->pNext; in rescheduleAll()
266 pCurrent->pNext->pPrevious = pCurrent->pPrevious; in rescheduleAll()
277 if (!pCurrent) in reschedule()
302 pCurrent = pCurrent->pPrevious; in reschedule()
314 if (!pCurrent) in giveWay()
335 pCurrent = pCurrent->pPrevious; in giveWay()
346 if (!pCurrent) in waitForSingleObject()
403 if (!pCurrent) in waitForMultipleObjects()
[all …]
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dcoroutines.cpp236 pCurrent = pCurrent->pPrevious; in schedule()
264 pCurrent->pPrevious->pNext = pCurrent->pNext; in rescheduleAll()
266 pCurrent->pNext->pPrevious = pCurrent->pPrevious; in rescheduleAll()
277 if (!pCurrent) in reschedule()
302 pCurrent = pCurrent->pPrevious; in reschedule()
314 if (!pCurrent) in giveWay()
335 pCurrent = pCurrent->pPrevious; in giveWay()
346 if (!pCurrent) in waitForSingleObject()
403 if (!pCurrent) in waitForMultipleObjects()
469 if (!pCurrent) in sleep()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Ditradj.cxx257 pCurrent->InitSpaceAdd(); in CalcNewBlock()
285 CalcRightMargin( pCurrent, nReal ); in CalcNewBlock()
299 pCurrent->FinishSpaceAdd(); in CalcNewBlock()
360 pCurrent->FinishSpaceAdd(); in CalcNewBlock()
427 CalcRightMargin( pCurrent ); in CalcKanaAdj()
505 pPos = pCurrent->GetNextPortion(); in CalcKanaAdj()
551 sal_uInt16 nPrtWidth = pCurrent->PrtWidth(); in CalcRightMargin()
603 CalcRightMargin( pCurrent ); in CalcFlyAdjust()
667 pLeft->AdjustRight( pCurrent ); in CalcFlyAdjust()
674 pCurrent->SetFormatAdj(false); in CalcAdjLine()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Ditradj.cxx257 pCurrent->InitSpaceAdd(); in CalcNewBlock()
285 CalcRightMargin( pCurrent, nReal ); in CalcNewBlock()
298 pCurrent->FinishSpaceAdd(); in CalcNewBlock()
345 pCurrent->FinishSpaceAdd(); in CalcNewBlock()
412 CalcRightMargin( pCurrent ); in CalcKanaAdj()
490 pPos = pCurrent->GetNextPortion(); in CalcKanaAdj()
536 sal_uInt16 nPrtWidth = pCurrent->PrtWidth(); in CalcRightMargin()
588 CalcRightMargin( pCurrent ); in CalcFlyAdjust()
652 pLeft->AdjustRight( pCurrent ); in CalcFlyAdjust()
659 pCurrent->SetFormatAdj(false); in CalcAdjLine()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/l10ntools/source/
H A Dtreemerge.cxx38 for( xmlNodePtr pCurrent = pRoot->children->next; in lcl_ExtractLevel() local
39 pCurrent; pCurrent = pCurrent->next) in lcl_ExtractLevel()
41 if (!xmlStrcmp(pCurrent->name, pNodeName)) in lcl_ExtractLevel()
45 xmlGetProp(pCurrent, reinterpret_cast<const xmlChar*>("title")); in lcl_ExtractLevel()
55 pSource, pCurrent, reinterpret_cast<const xmlChar *>("node"), in lcl_ExtractLevel()
63 const xmlNodePtr pCurrent, const OString& rXhpRoot ) in lcl_UpdateTopic() argument
65 xmlNodePtr pReturn = pCurrent; in lcl_UpdateTopic()
151 for( xmlNodePtr pCurrent = pRoot->children; in lcl_MergeLevel() local
152 pCurrent; pCurrent = pCurrent->next) in lcl_MergeLevel()
154 if( !xmlStrcmp(pCurrent->name, pNodeName) ) in lcl_MergeLevel()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/l10ntools/source/
H A Dtreemerge.cxx38 for( xmlNodePtr pCurrent = pRoot->children->next; in lcl_ExtractLevel() local
39 pCurrent; pCurrent = pCurrent->next) in lcl_ExtractLevel()
41 if (!xmlStrcmp(pCurrent->name, pNodeName)) in lcl_ExtractLevel()
45 xmlGetProp(pCurrent, reinterpret_cast<const xmlChar*>("title")); in lcl_ExtractLevel()
55 pSource, pCurrent, reinterpret_cast<const xmlChar *>("node"), in lcl_ExtractLevel()
63 const xmlNodePtr pCurrent, const OString& rXhpRoot ) in lcl_UpdateTopic() argument
65 xmlNodePtr pReturn = pCurrent; in lcl_UpdateTopic()
151 for( xmlNodePtr pCurrent = pRoot->children; in lcl_MergeLevel() local
152 pCurrent; pCurrent = pCurrent->next) in lcl_MergeLevel()
154 if( !xmlStrcmp(pCurrent->name, pNodeName) ) in lcl_MergeLevel()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h137 bt.pCurrent->children.resize(mBuckets.size()); in StartBucket()
139 BUCKET& child = bt.pCurrent->children[id]; in StartBucket()
140 child.pParent = bt.pCurrent; in StartBucket()
145 bt.pCurrent = &child; in StartBucket()
166 if (bt.pCurrent->start == 0) in StopBucket()
170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start); in StopBucket()
171 bt.pCurrent->count++; in StopBucket()
174 bt.pCurrent = bt.pCurrent->pParent; in StopBucket()
193 bt.pCurrent->children.resize(mBuckets.size()); in AddEvent()
195 BUCKET& child = bt.pCurrent->children[id]; in AddEvent()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h137 bt.pCurrent->children.resize(mBuckets.size()); in StartBucket()
139 BUCKET& child = bt.pCurrent->children[id]; in StartBucket()
140 child.pParent = bt.pCurrent; in StartBucket()
145 bt.pCurrent = &child; in StartBucket()
166 if (bt.pCurrent->start == 0) in StopBucket()
170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start); in StopBucket()
171 bt.pCurrent->count++; in StopBucket()
174 bt.pCurrent = bt.pCurrent->pParent; in StopBucket()
193 bt.pCurrent->children.resize(mBuckets.size()); in AddEvent()
195 BUCKET& child = bt.pCurrent->children[id]; in AddEvent()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h137 bt.pCurrent->children.resize(mBuckets.size()); in StartBucket()
139 BUCKET& child = bt.pCurrent->children[id]; in StartBucket()
140 child.pParent = bt.pCurrent; in StartBucket()
145 bt.pCurrent = &child; in StartBucket()
166 if (bt.pCurrent->start == 0) in StopBucket()
170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start); in StopBucket()
171 bt.pCurrent->count++; in StopBucket()
174 bt.pCurrent = bt.pCurrent->pParent; in StopBucket()
193 bt.pCurrent->children.resize(mBuckets.size()); in AddEvent()
195 BUCKET& child = bt.pCurrent->children[id]; in AddEvent()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h137 bt.pCurrent->children.resize(mBuckets.size()); in StartBucket()
139 BUCKET& child = bt.pCurrent->children[id]; in StartBucket()
140 child.pParent = bt.pCurrent; in StartBucket()
145 bt.pCurrent = &child; in StartBucket()
166 if (bt.pCurrent->start == 0) in StopBucket()
170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start); in StopBucket()
171 bt.pCurrent->count++; in StopBucket()
174 bt.pCurrent = bt.pCurrent->pParent; in StopBucket()
193 bt.pCurrent->children.resize(mBuckets.size()); in AddEvent()
195 BUCKET& child = bt.pCurrent->children[id]; in AddEvent()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h137 bt.pCurrent->children.resize(mBuckets.size()); in StartBucket()
139 BUCKET& child = bt.pCurrent->children[id]; in StartBucket()
140 child.pParent = bt.pCurrent; in StartBucket()
145 bt.pCurrent = &child; in StartBucket()
166 if (bt.pCurrent->start == 0) in StopBucket()
170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start); in StopBucket()
171 bt.pCurrent->count++; in StopBucket()
174 bt.pCurrent = bt.pCurrent->pParent; in StopBucket()
193 bt.pCurrent->children.resize(mBuckets.size()); in AddEvent()
195 BUCKET& child = bt.pCurrent->children[id]; in AddEvent()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h137 bt.pCurrent->children.resize(mBuckets.size()); in StartBucket()
139 BUCKET& child = bt.pCurrent->children[id]; in StartBucket()
140 child.pParent = bt.pCurrent; in StartBucket()
145 bt.pCurrent = &child; in StartBucket()
166 if (bt.pCurrent->start == 0) in StopBucket()
170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start); in StopBucket()
171 bt.pCurrent->count++; in StopBucket()
174 bt.pCurrent = bt.pCurrent->pParent; in StopBucket()
193 bt.pCurrent->children.resize(mBuckets.size()); in AddEvent()
195 BUCKET& child = bt.pCurrent->children[id]; in AddEvent()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h137 bt.pCurrent->children.resize(mBuckets.size()); in StartBucket()
139 BUCKET& child = bt.pCurrent->children[id]; in StartBucket()
140 child.pParent = bt.pCurrent; in StartBucket()
145 bt.pCurrent = &child; in StartBucket()
166 if (bt.pCurrent->start == 0) in StopBucket()
170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start); in StopBucket()
171 bt.pCurrent->count++; in StopBucket()
174 bt.pCurrent = bt.pCurrent->pParent; in StopBucket()
193 bt.pCurrent->children.resize(mBuckets.size()); in AddEvent()
195 BUCKET& child = bt.pCurrent->children[id]; in AddEvent()
[all …]

12345678910>>...43