Searched refs:mNext (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsManifestLineReader.h52 mBase = mCur = mNext = base;
59 if(mNext >= mLimit)
62 mCur = mNext;
65 while(mNext < mLimit)
67 if(IsEOL(*mNext))
69 *mNext = '\0';
70 for(++mNext; mNext < mLimit; ++mNext)
71 if(!IsEOL(*mNext))
116 char* mNext; member in class:nsManifestLineReader
[all...]
H A DnsFixedSizeAllocator.cpp59 bucket->mNext = mBuckets;
100 *link = bucket->mNext;
101 bucket->mNext = mBuckets;
106 link = &bucket->mNext;
125 bucket->mFirst = bucket->mFirst->mNext;
151 entry->mNext = bucket->mFirst;
H A DnsFixedSizeAllocator.h149 FreeEntry* mNext; member in struct:nsFixedSizeAllocator::FreeEntry
155 Bucket* mNext; member in struct:nsFixedSizeAllocator::Bucket
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcList.h50 // T *mNext;
54 // optionally inherit from ipcListNode<T> if it doesn't wish to define mNext
73 obj->mNext = mHead;
84 obj->mNext = NULL;
86 mTail->mNext = obj;
98 b->mNext = a->mNext;
99 a->mNext = b;
118 T *rej = obj->mNext;
120 obj->mNext
208 T *mNext; member in class:ipcListNode
[all...]
H A DipcIDList.cpp46 node = node->mNext;
59 node = node->mNext;
H A DipcStringList.cpp51 node->mNext = NULL;
64 node = node->mNext;
77 node = node->mNext;
H A DipcMessage.h97 : mNext(NULL)
104 : mNext(NULL)
197 class ipcMessage *mNext; member in class:ipcMessage
H A DipcIDList.h59 class ipcIDNode *mNext; member in class:ipcIDNode
H A DipcStringList.h60 class ipcStringNode *mNext; member in class:ipcStringNode
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmVector.h71 tmVector() : mNext(0), mCount(0), mCapacity(10), mElements(nsnull) {;}
120 PR_ASSERT(index < mNext);
138 PRUint32 Size() { return mNext; }
149 PRUint32 mNext; // next element insertion slot (0 based)
H A DtmVector.cpp82 if (mNext == mCapacity)
87 mElements[mNext] = aElement;
91 return mNext++; // post increment.
98 for (PRUint32 index = 0; index < mNext; index++) {
102 if (index == mNext-1) { // if we removed the last element
103 mNext--;
113 PR_ASSERT(aIndex < mNext);
119 if (aIndex == mNext-1) { // if we removed the last element
120 mNext--;
129 // if (index < mNext
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp37 mNext = NULL;
66 mNext = NULL;
123 Node->mNext = NULL;
138 mBufferNodeQueueHead = mBufferNodeQueueHead->mNext;
149 PendingAssignList = PendingAssignList->mNext;
185 Node->mNext = NULL;
191 mBufferNodeQueueTail->mNext = Node;
255 if ((mReadBufferNode = mReadBufferNode->mNext) == NULL) {
496 pNew->mNext = PendingAssignList;
514 for (pNode = PendingAssignList; pNode != NULL; pNode = pNode->mNext) {
[all...]
H A DVfrError.cpp73 mScopeRecordListHead = mScopeRecordListHead->mNext;
103 mNext = NULL;
152 mScopeRecordListTail->mNext = pNode;
182 for (pNode = mScopeRecordListHead; pNode->mNext != NULL; pNode = pNode->mNext) {
183 if ((LineNum > pNode->mWholeScopeLine) && (pNode->mNext->mWholeScopeLine > LineNum)) {
H A DVfrUtilityLib.cpp79 mNext = NULL;
132 mNext = NULL;
159 mNext = NULL;
186 mInfoStrList = mInfoStrList->mNext;
211 mItemListTail->mNext = pNew;
247 for (p = mItemListHead; p != NULL; p = p->mNext) {
297 mItemListTail->mNext = pItem;
303 for (pInfo = mItemListPos->mInfoStrList; pInfo != NULL; pInfo = pInfo->mNext) {
315 pInfo->mNext = mItemListPos->mInfoStrList;
322 mItemListHead = mItemListPos->mNext;
[all...]
H A DVfrUtilityLib.h52 SConfigInfo *mNext; member in struct:SConfigInfo
62 SConfigItem *mNext; member in struct:SConfigItem
104 SVfrDataField *mNext; member in struct:SVfrDataField
113 SVfrDataType *mNext; member in struct:SVfrDataType
126 SVfrPackStackNode *mNext; member in struct:SVfrPackStackNode
131 mNext = NULL;
143 mNext = NULL;
226 struct SVfrVarStorageNode *mNext; member in struct:SVfrVarStorageNode
335 SVfrQuestionNode *mNext; member in struct:SVfrQuestionNode
381 SVfrDefaultStoreNode *mNext; member in struct:SVfrDefaultStoreNode
408 SVfrRuleNode *mNext; member in struct:SVfrRuleNode
[all...]
H A DVfrError.h58 SVfrFileScopeRecord *mNext; member in struct:SVfrFileScopeRecord
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp141 if(mNext)
147 mNext->DebugDump(nsnull, 0);
238 // (ie. mRoot and mNext) and ensures that there is no hashtable contention
361 peo->mNext = rootProxy->mNext;
362 rootProxy->mNext = peo;
379 nsProxyEventObject* cur = (mRoot ? mRoot : mNext);
384 cur = cur->mNext;
391 : mNext(nsnull)
403 mNext(nsnul
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.h101 mNext = next;
106 FactoryNode* mNext; member in struct:nsGenericModule::FactoryNode
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c260 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
309 mNext = NULL;
428 mNext = malloc ((MAX_HASH_VAL + 1) * sizeof(*mNext));
480 if (mNext) {
481 free (mNext);
518 mNext[i] = (NODE)(i + 1);
521 mNext[WNDSIZ - 1] = NIL;
523 mNext[i] = NIL;
553 r = mNext[HAS
[all...]
H A DTianoCompress.c268 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
320 mNext = NULL;
437 mNext = malloc ((MAX_HASH_VAL + 1) * sizeof (*mNext));
495 if (mNext != NULL) {
496 free (mNext);
536 mNext[Index] = (NODE) (Index + 1);
539 mNext[WNDSIZ - 1] = NIL;
541 mNext[Index] = NIL;
570 NodeR = mNext[HAS
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c122 STATIC NODE *mNext = NULL; variable
201 mNext = AllocateZeroPool ((MAX_HASH_VAL + 1) * sizeof (*mNext));
235 SHELL_FREE_NON_NULL (mNext);
257 mNext[LoopVar1] = (NODE) (LoopVar1 + 1);
260 mNext[WNDSIZ - 1] = NIL;
261 SetMem (mNext + WNDSIZ * 2, (MAX_HASH_VAL - WNDSIZ * 2 + 1) * sizeof (NODE), 0);
283 LoopVar4 = mNext[HASH (LoopVar6, LoopVar5)];
286 LoopVar4 = mNext[LoopVar4];
312 LoopVar10 = mNext[LoopVar1
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c85 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
138 mNext = NULL;
259 mNext = malloc ((MAX_HASH_VAL + 1) * sizeof (*mNext));
317 if (mNext != NULL) {
318 free (mNext);
358 mNext[Index] = (NODE) (Index + 1);
361 mNext[WNDSIZ - 1] = NIL;
363 mNext[Index] = NIL;
392 NodeR = mNext[HAS
[all...]
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp37 mNext = aNext;
73 mNext = nextEI;
76 mNext = aNext;
128 /* this will set aNext to NULL if mNext is null */
129 return mNext.queryInterfaceTo(aNext);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcCommandModule.cpp65 for (node = nodes; node; node = node->mNext)
73 for (node = nodes; node; node = node->mNext, ++count)
87 for (node = nodes; node; node = node->mNext)
95 for (node = nodes; node; node = node->mNext, ++count)
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsAppFileLocationProvider.cpp470 while (!mNext && *mCurrentKey)
478 mNext = testFile;
480 *result = mNext != nsnull;
494 *result = mNext;
496 mNext = nsnull;
511 nsCOMPtr<nsIFile> mNext; member in class:nsAppDirectoryEnumerator
544 while (!mNext && *mEndPath)
560 mNext = localFile;
562 if (mNext)

Completed in 1904 milliseconds

12