Searched refs:pNext (Results 1 - 18 of 18) 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/mdnsresponder/mDNSShared/
H A DGenLinkedList.c143 void *pNext; local
145 pNext = pList->Head;
152 if ( pNext) {
153 ASSIGNLINK( pNext, elem, pList->BackLinkOffset);
164 void *pNext, *pPrev; local
166 pNext = GETLINK( elem, pList->FwdLinkOffset);
171 ASSIGNLINK( pPrev, pNext, pList->FwdLinkOffset);
173 pList->Head = pNext;
176 if ( pNext)
177 ASSIGNLINK( pNext, pPre
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpUtils.c221 uint8_t * pNext; local
225 pNext = (uint8_t*)pUtilFifo->pIn+1;
227 if(pNext > pUtilFifo->pBuffEnd)
230 pNext = pUtilFifo->pBuffStart;
239 if(pNext == pUtilFifo->pOut)
246 *pNext = *pData++;
247 pUtilFifo->pIn = pNext;
261 uint8_t * pNext; local
277 pNext = pUtilFifo->pBuffStart;
281 pNext
[all...]
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.cc336 XmlElement::InsertChildAfter(XmlChild * pPredecessor, XmlChild * pNext) { argument
338 pNext->pNextChild_ = pFirstChild_;
339 pFirstChild_ = pNext;
342 pNext->pNextChild_ = pPredecessor->pNextChild_;
343 pPredecessor->pNextChild_ = pNext;
349 XmlChild * pNext; local
352 pNext = pFirstChild_;
353 pFirstChild_ = pNext->pNextChild_;
356 pNext = pPredecessor->pNextChild_;
357 pPredecessor->pNextChild_ = pNext
[all...]
/external/qemu/distrib/sdl-1.2.15/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/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c1453 UINT8 *pNext, *pPrev; local
1462 if ((pNext = NDEF_MsgGetRecByIndex(p_msg, 1)) != NULL)
1464 *pNext |= NDEF_MB_MASK;
1466 *p_cur_size -= (UINT32)(pNext - p_msg);
1468 shiftup (p_msg, pNext, *p_cur_size);
1493 if ((pNext = NDEF_MsgGetNextRec (p_rec)) == NULL)
1496 /* We are removing p_rec, so shift from pNext to the end */
1497 shiftup (p_rec, pNext, (UINT32)(*p_cur_size - (pNext - p_msg)));
1499 *p_cur_size -= (UINT32)(pNext
[all...]
/external/libvpx/mkvparser/
H A Dmkvparser.cpp2809 CuePoint* const pNext = pp[index];
2810 assert(pNext);
2812 pNext->Load(m_pSegment->m_pReader);
2826 CuePoint* const pNext = pp[index]; local
2827 assert(pNext);
2828 assert(pNext->GetTimeCode() >= 0);
2831 return pNext;
3285 Cluster* const pNext = m_clusters[idx]; local
3286 assert(pNext);
3287 assert(pNext
3436 Cluster* const pNext = Cluster::Create(this, local
3829 Cluster* const pNext = Cluster::Create(this, local
[all...]
H A Dmkvparser.hpp345 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
821 const Cluster*& pNext,
/external/icu4c/common/
H A Duloc_tag.c1570 const char *p, *pNext, *pSep, *pTmp, *pTmpStart; local
1584 pNext = ldmlext;
1586 while (pNext) {
1587 p = pSep = pNext;
1618 pNext = NULL;
1620 pNext = pSep + 1;
2019 char *pSubtag, *pNext, *pLastGoodPosition; local
2096 pNext = pLastGoodPosition = tagBuf;
2106 while (pNext) {
2109 pSubtag = pNext;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c1436 ** the pNext pointer. The [sqlite3_vfs_register()]
1440 ** implementation should use the pNext pointer.
1442 ** The pNext field is the only field in the sqlite3_vfs
1579 sqlite3_vfs *pNext; /* Next registered VFS */ member in struct:sqlite3_vfs
8506 SubProgram *pNext; /* Next sub-program already visited */ member in struct:SubProgram
9697 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ member in struct:LookasideSlot
9894 FuncDef *pNext; /* Next function with same name */ member in struct:FuncDef
9979 Savepoint *pNext; /* Parent savepoint (if any) */ member in struct:Savepoint
10141 VTable *pNext; /* Next in linked list (see above) */ member in struct:VTable
10377 Index *pNext; /* Th member in struct:Index
10920 NameContext *pNext; /* Next outer name context. NULL for outermost */ member in struct:NameContext
10957 Select *pNext; /* Next select to the left in a compound */ member in struct:Select
11019 AutoincInfo *pNext; /* Next info block in a list of them all */ member in struct:AutoincInfo
11052 TriggerPrg *pNext; /* Next entry in Parse.pTriggerPrg list */ member in struct:TriggerPrg
11226 Trigger *pNext; /* Next trigger associated with the table */ member in struct:Trigger
11286 TriggerStep *pNext; /* Next in the link-list */ member in struct:TriggerStep
13134 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ member in struct:Vdbe
15514 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ member in struct:MemBlockHdr
18625 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */ member in struct:ScratchFreeslot
23647 os2ShmNode *pNext; /* Next in list of all os2ShmNode objects */ member in struct:os2ShmNode
23677 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */ member in struct:os2ShmLink
25007 UnixUnusedFd *pNext; /* Next unused file descriptor on same file */ member in struct:UnixUnusedFd
25783 struct vxworksFileId *pNext; /* Next in a list of them all */ member in struct:vxworksFileId
26024 unixInodeInfo *pNext; /* List of all unixInodeInfo objects */ member in struct:unixInodeInfo
26136 UnixUnusedFd *pNext; local
28728 unixShm *pNext; /* Next unixShm with the same unixShmNode */ member in struct:unixShm
34415 winShmNode *pNext; /* Next in list of all winShmNode objects */ member in struct:winShmNode
34443 winShm *pNext; /* Next winShm with the same winShmNode */ member in struct:winShm
36657 PgHdr *pNext; local
36942 PgHdr1 *pNext; /* Next in hash table chain */ member in struct:PgHdr1
36953 PgFreeslot *pNext; /* Next free slot */ member in struct:PgFreeslot
37245 PgHdr1 *pNext = p->apHash[i]; local
41376 PgHdr *pNext = pList->pDirty; local
48753 BtLock *pNext; /* Next in BtShared.pLock list */ member in struct:BtLock
48789 Btree *pNext; /* List of other sharable Btrees from the same db */ member in struct:Btree
48869 BtShared *pNext; /* Next on a list of sharable BtShared structs */ member in struct:BtShared
48932 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ member in struct:BtCursor
57680 sqlite3_backup *pNext; /* Next backup associated with source pager */ member in struct:sqlite3_backup
61951 SubProgram *pSub, *pNext; local
64042 sqlite3_stmt *pNext; local
71775 SorterRecord *pNext; member in struct:SorterRecord
72061 SorterRecord *pNext; local
72157 SorterRecord *pNext = p->pNext; local
72213 SorterRecord *pNext = 0; local
72811 FileChunk *pNext; /* Next chunk in the journal */ member in struct:FileChunk
81703 Index *pIndex, *pNext; local
88926 FKey *pNext; /* Copy of pFKey->pNextFrom */ local
101629 VTable *pNext = pVTable->pNext; local
101677 VTable *pNext = p->pNext; local
113228 FuncDef *pNext, *pHash, *p; local
120539 char *pNext = 0; local
125147 Fts3DeferredToken *pNext; /* Next in list of deferred tokens */ member in struct:Fts3DeferredToken
126254 char *pNext; /* Cursor variable */ local
128282 Fts3DeferredToken *pNext; local
130376 RtreeNode *pNext; /* Next node in this hash chain */ member in struct:RtreeNode
132239 RtreeCell *pNext; local
[all...]
H A Dsqlite3.h886 ** the pNext pointer. The [sqlite3_vfs_register()]
890 ** implementation should use the pNext pointer.
892 ** The pNext field is the only field in the sqlite3_vfs
1029 sqlite3_vfs *pNext; /* Next registered VFS */ member in struct:sqlite3_vfs
/external/sqlite/dist/
H A Dsqlite3.c1436 ** the pNext pointer. The [sqlite3_vfs_register()]
1440 ** implementation should use the pNext pointer.
1442 ** The pNext field is the only field in the sqlite3_vfs
1579 sqlite3_vfs *pNext; /* Next registered VFS */ member in struct:sqlite3_vfs
8506 SubProgram *pNext; /* Next sub-program already visited */ member in struct:SubProgram
9697 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ member in struct:LookasideSlot
9894 FuncDef *pNext; /* Next function with same name */ member in struct:FuncDef
9979 Savepoint *pNext; /* Parent savepoint (if any) */ member in struct:Savepoint
10141 VTable *pNext; /* Next in linked list (see above) */ member in struct:VTable
10377 Index *pNext; /* Th member in struct:Index
10920 NameContext *pNext; /* Next outer name context. NULL for outermost */ member in struct:NameContext
10957 Select *pNext; /* Next select to the left in a compound */ member in struct:Select
11019 AutoincInfo *pNext; /* Next info block in a list of them all */ member in struct:AutoincInfo
11052 TriggerPrg *pNext; /* Next entry in Parse.pTriggerPrg list */ member in struct:TriggerPrg
11226 Trigger *pNext; /* Next trigger associated with the table */ member in struct:Trigger
11286 TriggerStep *pNext; /* Next in the link-list */ member in struct:TriggerStep
13134 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ member in struct:Vdbe
15514 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ member in struct:MemBlockHdr
18625 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */ member in struct:ScratchFreeslot
23647 os2ShmNode *pNext; /* Next in list of all os2ShmNode objects */ member in struct:os2ShmNode
23677 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */ member in struct:os2ShmLink
25007 UnixUnusedFd *pNext; /* Next unused file descriptor on same file */ member in struct:UnixUnusedFd
25794 struct vxworksFileId *pNext; /* Next in a list of them all */ member in struct:vxworksFileId
26035 unixInodeInfo *pNext; /* List of all unixInodeInfo objects */ member in struct:unixInodeInfo
26147 UnixUnusedFd *pNext; local
28741 unixShm *pNext; /* Next unixShm with the same unixShmNode */ member in struct:unixShm
34428 winShmNode *pNext; /* Next in list of all winShmNode objects */ member in struct:winShmNode
34456 winShm *pNext; /* Next winShm with the same winShmNode */ member in struct:winShm
36670 PgHdr *pNext; local
36955 PgHdr1 *pNext; /* Next in hash table chain */ member in struct:PgHdr1
36966 PgFreeslot *pNext; /* Next free slot */ member in struct:PgFreeslot
37258 PgHdr1 *pNext = p->apHash[i]; local
41389 PgHdr *pNext = pList->pDirty; local
48766 BtLock *pNext; /* Next in BtShared.pLock list */ member in struct:BtLock
48802 Btree *pNext; /* List of other sharable Btrees from the same db */ member in struct:Btree
48882 BtShared *pNext; /* Next on a list of sharable BtShared structs */ member in struct:BtShared
48945 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ member in struct:BtCursor
57693 sqlite3_backup *pNext; /* Next backup associated with source pager */ member in struct:sqlite3_backup
61964 SubProgram *pSub, *pNext; local
64055 sqlite3_stmt *pNext; local
71788 SorterRecord *pNext; member in struct:SorterRecord
72074 SorterRecord *pNext; local
72170 SorterRecord *pNext = p->pNext; local
72226 SorterRecord *pNext = 0; local
72824 FileChunk *pNext; /* Next chunk in the journal */ member in struct:FileChunk
81716 Index *pIndex, *pNext; local
88939 FKey *pNext; /* Copy of pFKey->pNextFrom */ local
101642 VTable *pNext = pVTable->pNext; local
101690 VTable *pNext = p->pNext; local
113241 FuncDef *pNext, *pHash, *p; local
120570 char *pNext = 0; local
125178 Fts3DeferredToken *pNext; /* Next in list of deferred tokens */ member in struct:Fts3DeferredToken
126285 char *pNext; /* Cursor variable */ local
128313 Fts3DeferredToken *pNext; local
130407 RtreeNode *pNext; /* Next node in this hash chain */ member in struct:RtreeNode
132270 RtreeCell *pNext; local
[all...]
H A Dsqlite3.h886 ** the pNext pointer. The [sqlite3_vfs_register()]
890 ** implementation should use the pNext pointer.
892 ** The pNext field is the only field in the sqlite3_vfs
1029 sqlite3_vfs *pNext; /* Next registered VFS */ member in struct:sqlite3_vfs
/external/chromium/net/base/
H A Ddnsrr_resolver.cc290 for (DNS_RECORD* cur = record; cur; cur = cur->pNext) {
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h639 ** the pNext pointer. The [sqlite3_vfs_register()]
643 ** implementation should use the pNext pointer.
645 ** The pNext field is the only field in the sqlite3_vfs
744 sqlite3_vfs *pNext; /* Next registered VFS */ member in struct:sqlite3_vfs
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c2360 pModeInfo = pModeInfo->pNext;
2388 pModeInfo = pModeInfo->pNext;
2695 pFSMode = pFSMode->pNext;
/external/opencv/cv/src/
H A D_cvipp.h715 const float *pPrev, float* pNext, char *pStatus,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 680 milliseconds