Searched defs:pNext (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c47 struct phDal4Nfc_message_queue_item * pNext; member in struct:phDal4Nfc_message_queue_item
109 while(p->pNext != NULL) { p = p->pNext; }
113 phOsalNfc_FreeMemory(p->pNext);
114 p->pNext = NULL;
161 while(p->pNext != NULL) { p = p->pNext; }
162 p->pNext = pNew;
207 p = pQueue->pItems->pNext;
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpUtils.c179 uint8_t * pNext; local
183 pNext = (uint8_t*)pUtilFifo->pIn+1;
185 if(pNext > pUtilFifo->pBuffEnd)
188 pNext = pUtilFifo->pBuffStart;
197 if(pNext == pUtilFifo->pOut)
204 *pNext = *pData++;
205 pUtilFifo->pIn = pNext;
219 uint8_t * pNext; local
235 pNext = pUtilFifo->pBuffStart;
239 pNext
[all...]
/external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
H A DSDL_sysjoystick.c73 struct recElement * pNext; /* next element in list */ member in struct:recElement
97 struct joystick_hwdata* pNext; /* next device */ member in struct:joystick_hwdata
364 elementCurrent = elementPrevious->pNext;
366 elementPrevious->pNext = element;
368 element->pNext = NULL;
530 recElement *pElementNext = pElement->pNext;
548 pDeviceNext = (*ppDevice)->pNext;
664 lastDevice->pNext = device;
676 device = device->pNext;
688 device = device->pNext;
[all...]
/external/chromium/third_party/icu/source/common/
H A Duloc_tag.c1340 const char *p, *pNext, *pSep; local
1349 pNext = ldmlext;
1351 while (pNext) {
1352 p = pSep = pNext;
1363 pNext = NULL;
1365 pNext = pSep + 1;
1577 char *pSubtag, *pNext, *pLastGoodPosition; local
1649 pNext = pLastGoodPosition = tagBuf;
1656 while (pNext) {
1659 pSubtag = pNext;
[all...]
/external/icu4c/common/
H A Duloc_tag.c1365 const char *p, *pNext, *pSep; local
1374 pNext = ldmlext;
1376 while (pNext) {
1377 p = pSep = pNext;
1388 pNext = NULL;
1390 pNext = pSep + 1;
1602 char *pSubtag, *pNext, *pLastGoodPosition; local
1669 pNext = pLastGoodPosition = tagBuf;
1677 while (pNext) {
1680 pSubtag = pNext;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h687 ** the pNext pointer. The [sqlite3_vfs_register()]
691 ** implementation should use the pNext pointer.
693 ** The pNext field is the only field in the sqlite3_vfs
802 sqlite3_vfs *pNext; /* Next registered VFS */ member in struct:sqlite3_vfs
H A Dsqlite3.c1211 ** the pNext pointer. The [sqlite3_vfs_register()]
1215 ** implementation should use the pNext pointer.
1217 ** The pNext field is the only field in the sqlite3_vfs
1326 sqlite3_vfs *pNext; /* Next registered VFS */ member in struct:sqlite3_vfs
8275 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ member in struct:LookasideSlot
8483 FuncDef *pNext; /* Next function with same name */ member in struct:FuncDef
8548 Savepoint *pNext; /* Parent savepoint (if any) */ member in struct:Savepoint
8717 VTable *pNext; /* Next in linked list (see above) */ member in struct:VTable
8962 Index *pNext; /* The next index associated with the same table */ member in struct:Index
9463 ** Each subquery gets a new NameContext. The pNext fiel
9479 NameContext *pNext; /* Next outer name context. NULL for outermost */ member in struct:NameContext
9513 Select *pNext; /* Next select to the left in a compound */ member in struct:Select
9575 AutoincInfo *pNext; /* Next info block in a list of them all */ member in struct:AutoincInfo
9611 TriggerPrg *pNext; /* Next entry in Parse.pTriggerPrg list */ member in struct:TriggerPrg
9766 Trigger *pNext; /* Next trigger associated with the table */ member in struct:Trigger
9826 TriggerStep *pNext; /* Next in the link-list */ member in struct:TriggerStep
12708 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ member in struct:MemBlockHdr
17797 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ member in struct:Vdbe
21470 UnixUnusedFd *pNext; /* Next unused file descriptor on same file */ member in struct:UnixUnusedFd
21977 struct vxworksFileId *pNext; /* Next in a list of them all */ member in struct:vxworksFileId
22259 struct unixLockInfo *pNext; /* List of all unixLockInfo objects */ member in struct:unixLockInfo
22284 struct unixOpenCnt *pNext, *pPrev; /* List of all unixOpenCnt objects */ member in struct:unixOpenCnt
23002 UnixUnusedFd *pNext; local
30060 PgHdr *pNext; local
30291 PgHdr1 *pNext; /* Next in hash table chain */ member in struct:PgHdr1
30302 PgFreeslot *pNext; /* Next free slot */ member in struct:PgFreeslot
30516 PgHdr1 *pNext = p->apHash[i]; local
37114 BtLock *pNext; /* Next in BtShared.pLock list */ member in struct:BtLock
37150 Btree *pNext; /* List of other sharable Btrees from the same db */ member in struct:Btree
37228 BtShared *pNext; /* Next on a list of sharable BtShared structs */ member in struct:BtShared
37282 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ member in struct:BtCursor
45738 sqlite3_backup *pNext; /* Next backup associated with source pager */ member in struct:sqlite3_backup
51772 sqlite3_stmt *pNext; local
58961 FileChunk *pNext; /* Next chunk in the journal */ member in struct:FileChunk
66987 Index *pIndex, *pNext; local
73963 FKey *pNext; /* Copy of pFKey->pNextFrom */ local
85967 VTable *pNext = pVTable->pNext; local
86015 VTable *pNext = p->pNext; local
96117 FuncDef *pNext, *pHash, *p; local
104596 char *pNext; /* Cursor variable */ local
107756 RtreeNode *pNext; /* Next node in this hash chain */ member in struct:RtreeNode
109412 RtreeCell *pNext; local
[all...]

Completed in 1101 milliseconds