/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcIDList.h | 59 class ipcIDNode *mNext; member in class:ipcIDNode
|
H A D | ipcStringList.h | 60 class ipcStringNode *mNext; member in class:ipcStringNode
|
H A D | ipcList.h | 50 // 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 D | ipcMessage.h | 97 : mNext(NULL) 104 : mNext(NULL) 197 class ipcMessage *mNext; member in class:ipcMessage
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsFixedSizeAllocator.h | 149 FreeEntry* mNext; member in struct:nsFixedSizeAllocator::FreeEntry 155 Bucket* mNext; member in struct:nsFixedSizeAllocator::Bucket
|
H A D | nsManifestLineReader.h | 52 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...] |
/vbox/src/libs/xpcom18a4/xpcom/glue/ |
H A D | nsGenericFactory.h | 101 mNext = next; 106 FactoryNode* mNext; member in struct:nsGenericModule::FactoryNode
|
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/ |
H A D | nsProxyEventPrivate.h | 159 nsProxyEventObject *mNext; member in class:nsProxyEventObject
|
/vbox/src/VBox/Main/include/ |
H A D | VirtualBoxErrorInfoImpl.h | 150 ComPtr<IVirtualBoxErrorInfo> mNext; member in class:VirtualBoxErrorInfo
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | VfrError.h | 58 SVfrFileScopeRecord *mNext; member in struct:SVfrFileScopeRecord
|
H A D | VfrUtilityLib.h | 52 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 D | VfrFormPkg.h | 82 struct SPendingAssign *mNext; member in struct:SPendingAssign 96 struct SBufferNode *mNext; member in struct:SBufferNode 160 SIfrRecord *mNext; member in struct:SIfrRecord
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsAppFileLocationProvider.cpp | 470 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)
|
H A D | nsLocalFileOS2.cpp | 171 if (mNext == nsnull && mDir) 204 mNext = do_QueryInterface(file); 206 *result = mNext != nsnull; 217 *result = mNext; // might return nsnull 220 mNext = nsnull; 237 nsCOMPtr<nsILocalFile> mNext; member in class:nsDirEnumerator
|
H A D | nsLocalFileWin.cpp | 342 if (mNext == nsnull && mDir) 375 mNext = do_QueryInterface(file); 377 *result = mNext != nsnull; 388 *result = mNext; // might return nsnull 391 mNext = nsnull; 409 nsCOMPtr<nsILocalFile> mNext; member in class:nsDirEnumerator
|
H A D | nsLocalFileOSX.cpp | 174 if (mNext == nsnull) { 200 mNext = newFile; 203 *result = mNext != nsnull; 219 *result = mNext; // might return nsnull 222 mNext = nsnull; 233 *result = mNext; 235 mNext = nsnull; 265 nsCOMPtr<nsILocalFileMac> mNext; member in class:nsDirEnumerator
|
H A D | nsLocalFileMac.cpp | 860 if (mNext == nsnull) 880 rv = NS_NewLocalFileWithFSSpec(&tempSpec, PR_TRUE, getter_AddRefs(mNext)); 884 *result = mNext != nsnull; 898 *result = mNext; // might return nsnull 901 mNext = nsnull; 910 nsCOMPtr<nsILocalFileMac> mNext; member in class:nsDirEnumerator
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | EfiCompress.c | 260 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 D | TianoCompress.c | 268 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 D | Compress.c | 122 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/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | nsRegistry.cpp | 160 char mName[MAXREGPATHLEN]; // The name of the current key which is in mNext 162 REGENUM mNext; // Lookahead value. member in struct:nsRegSubtreeEnumerator 1579 : mReg( hReg ), mKey( rKey ), mEnum( 0 ), mNext( 0 ), 1613 mEnum = mNext = 0; 1623 | We advance mEnum to the next enumeration value which is in the mNext | 1633 mEnum = mNext; 1634 // Lookahead so mDone is properly set (and to update mNext). 1644 | Advance mNext to next subkey using NR_RegEnumSubkeys. We set mDone if | 1650 err = NR_RegEnumSubkeys( mReg, mKey, &mNext, mName, sizeof mName, mStyle ); 1672 *result = new nsRegistryNode( mReg, mName, (RKEY) mNext ); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/ |
H A D | TianoCompress.c | 85 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 D | EventImpl.cpp | 371 EventMapRecord *mNext; member in class:EventMapRecord 380 mNext(0), mAlive(true), mPrev(0), mRef(aRef), mRefCnt(1) 385 mNext = aOther.mNext; 394 if (mNext) 395 mNext->mPrev = mPrev; 397 mPrev->mNext = mNext; 442 EventMapRecord *pNext = pCur->mNext; 456 pNew->mNext [all...] |