Searched refs:pNext (Results 1 – 7 of 7) sorted by relevance
73 struct recElement * pNext; /* next element in list */ member97 struct joystick_hwdata* pNext; /* next device */ member364 elementCurrent = elementPrevious->pNext; in HIDAddElement()366 elementPrevious->pNext = element; in HIDAddElement()368 element->pNext = NULL; in HIDAddElement()530 recElement *pElementNext = pElement->pNext; in HIDDisposeElementList()548 pDeviceNext = (*ppDevice)->pNext; in HIDDisposeDevice()664 lastDevice->pNext = device; in SDL_SYS_JoystickInit()676 device = device->pNext; in SDL_SYS_JoystickInit()688 device = device->pNext; in SDL_SYS_JoystickName()[all …]
608 for (ii = 0; pAllocNode && ii < offset; ++ii, pAllocNode = pAllocNode->pNext) in MM_GetAllocNodeInfo()652 pAllocNode = pAllocNode->pNext; in MM_GetAllocNodeInfo()815 OSCL_ASSERT(!mpCurrAllocNode->pNext); in addAllocNode()816 mpCurrAllocNode->pNext = currAllocAutoPtr.release(); in addAllocNode()818 mpCurrAllocNode = mpCurrAllocNode->pNext; in addAllocNode()863 mpAllocNode = mpAllocNode->pNext; in removeAllocNode()879 mpCurrAllocNode->pNext = NULL; in removeAllocNode()890 MM_AllocNode *pNextNode = pAllocNode->pNext; in removeAllocNode()894 pPrevNode->pNext = pNextNode; in removeAllocNode()945 mpCurrAllocNode->pNext = NULL; in removeALLAllocNodes()[all …]
359 MM_AllocNode *pNext; member
1198 sqlite3_vfs *pNext; /* Next registered VFS */ member7914 FuncDef *pNext; /* Next function with same name */ member8250 Index *pNext; /* The next index associated with the same table */ member8613 NameContext *pNext; /* Next outer name context. NULL for outermost */ member8651 Select *pNext; /* Next select to the left in a compound */ member8824 Trigger *pNext; /* Next trigger associated with the table */ member8887 TriggerStep *pNext; /* Next in the link-list */ member8927 TriggerStack *pNext; /* Next trigger down on the trigger stack */ member10722 for(pVfs = vfsList; pVfs; pVfs=pVfs->pNext){ in sqlite3_vfs_find()10738 vfsList = pVfs->pNext; in vfsUnlink()[all …]
792 sqlite3_vfs *pNext; /* Next registered VFS */ member
1038 uint16 *pI2, *pU2, *pIn, *pNext; in cc16scaling128x96() local1520 pNext = pIn - dst_pitch; in cc16scaling128x96()1524 int32 below = pNext[i]; in cc16scaling128x96()1532 pNext = pDst + (dst_pitch * 2); in cc16scaling128x96()1537 int32 below = pNext[i]; in cc16scaling128x96()1545 pDst = pNext + dst_pitch; in cc16scaling128x96()1549 pDst = pNext + dst_pitch * 2; in cc16scaling128x96()2037 pNext = pIn - dst_pitch; in cc16scaling128x96()2041 int32 below = pNext[i]; in cc16scaling128x96()2049 pNext = pDst + (dst_pitch * 2); in cc16scaling128x96()[all …]
2360 pModeInfo = pModeInfo->pNext; in os2fslib_SetVideoMode()2388 pModeInfo = pModeInfo->pNext; in os2fslib_SetVideoMode()2695 pFSMode = pFSMode->pNext; in os2fslib_ListModes()