Home
last modified time | relevance | path

Searched refs:pLast (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Drowset.c106 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member
133 p->pLast = 0; in sqlite3RowSetInit()
156 p->pLast = 0; in sqlite3RowSetClear()
169 struct RowSetEntry *pLast; /* The last prior entry */ in sqlite3RowSetInsert() local
186 pLast = p->pLast; in sqlite3RowSetInsert()
187 if( pLast ){ in sqlite3RowSetInsert()
188 if( p->isSorted && rowid<=pLast->v ){ in sqlite3RowSetInsert()
191 pLast->pRight = pEntry; in sqlite3RowSetInsert()
196 p->pLast = pEntry; in sqlite3RowSetInsert()
263 p->pLast = 0; in rowSetSort()
[all …]
Dmem2.c93 struct MemBlockHdr *pLast; member
261 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
262 if( mem.pLast ){ in sqlite3MemMalloc()
263 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
267 mem.pLast = pHdr; in sqlite3MemMalloc()
322 assert( mem.pLast==pHdr ); in sqlite3MemFree()
323 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
Dwal.c2569 PgHdr *pLast = 0; /* Last frame in list */ in sqlite3WalFrames() local
2648 pLast = p; in sqlite3WalFrames()
2663 if( (pData = sqlite3PagerCodec(pLast))==0 ) return SQLITE_NOMEM; in sqlite3WalFrames()
2665 pData = pLast->pData; in sqlite3WalFrames()
2667 walEncodeFrame(pWal, pLast->pgno, nTruncate, pData, aFrame); in sqlite3WalFrames()
2698 rc = walIndexAppend(pWal, iFrame, pLast->pgno); in sqlite3WalFrames()
Dparse.y1213 Y->pLast->pNext = X;
1214 Y->pLast = X;
1219 X->pLast = X;
Dvdbe.c2417 Mem *pLast; /* Last field of the record */ in sqlite3VdbeExec() local
2447 pLast = &pData0[nField-1]; in sqlite3VdbeExec()
2458 for(pRec=pData0; pRec<=pLast; pRec++){ in sqlite3VdbeExec()
2501 for(pRec=pData0; pRec<=pLast; pRec++){ in sqlite3VdbeExec()
2505 for(pRec=pData0; pRec<=pLast; pRec++){ /* serial data */ in sqlite3VdbeExec()
DsqliteInt.h2371 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
/external/lzma/CPP/Common/
DMyString.h121 const T *pLast = NULL; in TrimRightWithCharSet() local
126 if (pLast == NULL) in TrimRightWithCharSet()
127 pLast = p; in TrimRightWithCharSet()
130 pLast = NULL; in TrimRightWithCharSet()
133 if (pLast != NULL) in TrimRightWithCharSet()
135 int i = (int)(pLast - _chars); in TrimRightWithCharSet()
445 const T *pLast = NULL; in TrimRight() local
450 if (pLast == NULL) in TrimRight()
451 pLast = p; in TrimRight()
454 pLast = NULL; in TrimRight()
[all …]
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp253 CJS_FieldEvent* pLast = m_pFieldEventPath; in AddEventToLoop() local
259 pLast = p; in AddEventToLoop()
269 pLast->pNext = pNew; in AddEventToLoop()
279 CJS_FieldEvent* pLast = NULL; in RemoveEventInLoop() local
288 pLast = p; in RemoveEventInLoop()
299 if (pLast) in RemoveEventInLoop()
300 pLast->pNext = NULL; in RemoveEventInLoop()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp187 _Node *pNode = &m_Root, *pLast = NULL; in SetField() local
189 pLast = pNode; in SetField()
191 pNode = _Lookup(pLast, name); in SetField()
193 pNode = AddChild(pLast, name, NULL); in SetField()
210 _Node *pNode = &m_Root, *pLast = NULL; in GetField() local
212 pLast = pNode; in GetField()
214 pNode = _Lookup(pLast, name); in GetField()
228 _Node *pNode = &m_Root, *pLast = NULL; in RemoveField() local
230 pLast = pNode; in RemoveField()
232 pNode = _Lookup(pLast, name); in RemoveField()
[all …]
/external/libnfc-nci/src/nfc/ndef/
Dndef_utils.c864 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg); in NDEF_MsgAddRec() local
866 if (!pLast) in NDEF_MsgAddRec()
869 *pLast &= ~NDEF_ME_MASK; in NDEF_MsgAddRec()
1047 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg); in NDEF_MsgAppendRec() local
1049 if (!pLast) in NDEF_MsgAppendRec()
1052 *pLast &= ~NDEF_ME_MASK; in NDEF_MsgAppendRec()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvparser.cpp6430 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
6431 assert(pLast); in Parse()
6433 const Block* const pBlock = pLast->GetBlock(); in Parse()
7464 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()
7472 pLast = NULL; in GetLast()
7481 pLast = NULL; in GetLast()
7489 pLast = m_entries[idx]; in GetLast()
7490 assert(pLast); in GetLast()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp7418 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
7419 assert(pLast); in Parse()
7421 const Block* const pBlock = pLast->GetBlock(); in Parse()
8567 long Cluster::GetLast(const BlockEntry*& pLast) const in GetLast()
8578 pLast = NULL; in GetLast()
8588 pLast = NULL; in GetLast()
8596 pLast = m_entries[idx]; in GetLast()
8597 assert(pLast); in GetLast()
/external/libvpx/libwebm/
Dmkvparser.cpp6433 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
6434 assert(pLast); in Parse()
6436 const Block* const pBlock = pLast->GetBlock(); in Parse()
7462 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()
7470 pLast = NULL; in GetLast()
7479 pLast = NULL; in GetLast()
7487 pLast = m_entries[idx]; in GetLast()
7488 assert(pLast); in GetLast()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c10716 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
14671 struct MemBlockHdr *pLast; member
14839 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
14840 if( mem.pLast ){ in sqlite3MemMalloc()
14841 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
14845 mem.pLast = pHdr; in sqlite3MemMalloc()
14900 assert( mem.pLast==pHdr ); in sqlite3MemFree()
14901 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
35991 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
36018 p->pLast = 0;
[all …]
/external/sqlite/dist/
Dsqlite3.c12130 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
16657 struct MemBlockHdr *pLast; member
16825 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
16826 if( mem.pLast ){ in sqlite3MemMalloc()
16827 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
16831 mem.pLast = pHdr; in sqlite3MemMalloc()
16886 assert( mem.pLast==pHdr ); in sqlite3MemFree()
16887 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
39733 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
39766 p->pLast = 0;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c12130 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
16657 struct MemBlockHdr *pLast; member
16825 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
16826 if( mem.pLast ){ in sqlite3MemMalloc()
16827 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
16831 mem.pLast = pHdr; in sqlite3MemMalloc()
16886 assert( mem.pLast==pHdr ); in sqlite3MemFree()
16887 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
39713 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
39746 p->pLast = 0;
[all …]