Searched refs:pNext (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
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
8249 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ member in struct:LookasideSlot
8456 FuncDef *pNext; /* Next function with same name */ member in struct:FuncDef
8521 Savepoint *pNext; /* Parent savepoint (if any) */ member in struct:Savepoint
8690 VTable *pNext; /* Next in linked list (see above) */ member in struct:VTable
8935 Index *pNext; /* The next index associated with the same table */ member in struct:Index
9436 ** Each subquery gets a new NameContext. The pNext fiel
9452 NameContext *pNext; /* Next outer name context. NULL for outermost */ member in struct:NameContext
9486 Select *pNext; /* Next select to the left in a compound */ member in struct:Select
9548 AutoincInfo *pNext; /* Next info block in a list of them all */ member in struct:AutoincInfo
9584 TriggerPrg *pNext; /* Next entry in Parse.pTriggerPrg list */ member in struct:TriggerPrg
9739 Trigger *pNext; /* Next trigger associated with the table */ member in struct:Trigger
9799 TriggerStep *pNext; /* Next in the link-list */ member in struct:TriggerStep
12675 struct MemBlockHdr *pNext, *pPrev; /* Linked list of all unfreed memory */ member in struct:MemBlockHdr
17724 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ member in struct:Vdbe
21440 UnixUnusedFd *pNext; /* Next unused file descriptor on same file */ member in struct:UnixUnusedFd
21947 struct vxworksFileId *pNext; /* Next in a list of them all */ member in struct:vxworksFileId
22229 struct unixLockInfo *pNext; /* List of all unixLockInfo objects */ member in struct:unixLockInfo
22254 struct unixOpenCnt *pNext, *pPrev; /* List of all unixOpenCnt objects */ member in struct:unixOpenCnt
22972 UnixUnusedFd *pNext; local
29845 PgHdr *pNext; local
30076 PgHdr1 *pNext; /* Next in hash table chain */ member in struct:PgHdr1
30087 PgFreeslot *pNext; /* Next free slot */ member in struct:PgFreeslot
30301 PgHdr1 *pNext = p->apHash[i]; local
36892 BtLock *pNext; /* Next in BtShared.pLock list */ member in struct:BtLock
36928 Btree *pNext; /* List of other sharable Btrees from the same db */ member in struct:Btree
37006 BtShared *pNext; /* Next on a list of sharable BtShared structs */ member in struct:BtShared
37060 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ member in struct:BtCursor
45459 sqlite3_backup *pNext; /* Next backup associated with source pager */ member in struct:sqlite3_backup
51463 sqlite3_stmt *pNext; local
58690 FileChunk *pNext; /* Next chunk in the journal */ member in struct:FileChunk
66715 Index *pIndex, *pNext; local
73692 FKey *pNext; /* Copy of pFKey->pNextFrom */ local
85708 VTable *pNext = pVTable->pNext; local
85756 VTable *pNext = p->pNext; local
95858 FuncDef *pNext, *pHash, *p; local
104294 char *pNext; /* Cursor variable */ local
107454 RtreeNode *pNext; /* Next node in this hash chain */ member in struct:RtreeNode
109110 RtreeCell *pNext; local
[all...]
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
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskdrv2nd.h73 SK_MBUF *pNext; /* Pointer to next RLMT Mbuf. */ member in struct:s_DrvRlmtMbuf
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dn_r3964.c1019 struct r3964_client_info *pClient, *pNext; local
1035 pNext = pClient->next;
1046 pClient = pNext;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c834 adpt_hba *pHba, *pNext; local
843 for (pHba = hba_chain; pHba; pHba = pNext) {
844 pNext = pHba->next;
1030 struct adpt_device* pNext; local
1071 for(pDev = pHba->channel[i].device[j]; pDev; pDev = pNext){
1072 pNext = pDev->next_lun;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptbase.c4702 struct inactive_raid_component_info *component_info, *pNext; local
4708 list_for_each_entry_safe(component_info, pNext,
5392 CONFIGPARMS *pNext; local
5398 list_for_each_entry_safe(pCfg, pNext, &ioc->configQ, linkage) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskge.c2152 pRlmtMbuf->pNext = NULL;
3814 pRlmtMbuf->pNext = NULL;
3847 pNextMbuf = pFreeMbuf->pNext;
H A Dskrlmt.c2727 else if (pMb->pNext != NULL) {
2729 ("More than one mbuf or pMb->pNext not set.\n"))
2734 pNextMb = pMb->pNext;
2735 pMb->pNext = NULL;

Completed in 460 milliseconds