Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp499 Node* pLast = nullptr; in SetField() local
501 pLast = pNode; in SetField()
503 pNode = Lookup(pLast, name); in SetField()
505 pNode = AddChild(pLast, name); in SetField()
527 Node* pLast = nullptr; in GetField() local
529 pLast = pNode; in GetField()
531 pNode = Lookup(pLast, name); in GetField()
546 Node* pLast = nullptr; in FindNode() local
548 pLast = pNode; in FindNode()
550 pNode = Lookup(pLast, name); in FindNode()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc6401 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
6402 if (pLast == NULL) in Parse()
6405 const Block* const pBlock = pLast->GetBlock(); in Parse()
7323 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()
7331 pLast = NULL; in GetLast()
7340 pLast = NULL; in GetLast()
7348 pLast = m_entries[idx]; in GetLast()
7349 assert(pLast); in GetLast()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc6414 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
6415 if (pLast == NULL) in Parse()
6418 const Block* const pBlock = pLast->GetBlock(); in Parse()
7336 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()
7344 pLast = NULL; in GetLast()
7353 pLast = NULL; in GetLast()
7361 pLast = m_entries[idx]; in GetLast()
7362 assert(pLast); in GetLast()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc6401 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
6402 if (pLast == NULL) in Parse()
6405 const Block* const pBlock = pLast->GetBlock(); in Parse()
7323 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()
7331 pLast = NULL; in GetLast()
7340 pLast = NULL; in GetLast()
7348 pLast = m_entries[idx]; in GetLast()
7349 assert(pLast); in GetLast()
/external/sqlite/dist/orig/
Dsqlite3.c17093 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
21769 struct MemBlockHdr *pLast; member
21937 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
21938 if( mem.pLast ){ in sqlite3MemMalloc()
21939 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
21943 mem.pLast = pHdr; in sqlite3MemMalloc()
21998 assert( mem.pLast==pHdr ); in sqlite3MemFree()
21999 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
47425 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
47458 p->pLast = 0;
[all …]
Dshell.c6976 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree() argument
6979 for(p=pScan; p!=pLast; p=pNext){ in idxScanFree()
6992 static void idxStatementFree(IdxStatement *pStatement, IdxStatement *pLast){ in idxStatementFree() argument
6995 for(p=pStatement; p!=pLast; p=pNext){ in idxStatementFree()
/external/sqlite/dist/
Dsqlite3.c17093 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
21769 struct MemBlockHdr *pLast; member
21937 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
21938 if( mem.pLast ){ in sqlite3MemMalloc()
21939 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
21943 mem.pLast = pHdr; in sqlite3MemMalloc()
21998 assert( mem.pLast==pHdr ); in sqlite3MemFree()
21999 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
47441 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
47474 p->pLast = 0;
[all …]
Dshell.c6982 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){ in idxScanFree() argument
6985 for(p=pScan; p!=pLast; p=pNext){ in idxScanFree()
6998 static void idxStatementFree(IdxStatement *pStatement, IdxStatement *pLast){ in idxStatementFree() argument
7001 for(p=pStatement; p!=pLast; p=pNext){ in idxStatementFree()