Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp530 Node* pLast = nullptr; in SetField() local
532 pLast = pNode; in SetField()
534 pNode = Lookup(pLast, name); in SetField()
536 pNode = AddChild(pLast, name, nullptr); in SetField()
553 Node* pLast = nullptr; in GetField() local
555 pLast = pNode; in GetField()
557 pNode = Lookup(pLast, name); in GetField()
572 Node* pLast = nullptr; in FindNode() local
574 pLast = pNode; in FindNode()
576 pNode = Lookup(pLast, name); in FindNode()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc6302 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
6303 if (pLast == NULL) in Parse()
6306 const Block* const pBlock = pLast->GetBlock(); in Parse()
7222 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()
7230 pLast = NULL; in GetLast()
7239 pLast = NULL; in GetLast()
7247 pLast = m_entries[idx]; in GetLast()
7248 assert(pLast); in GetLast()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc6377 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
6378 if (pLast == NULL) in Parse()
6381 const Block* const pBlock = pLast->GetBlock(); in Parse()
7299 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()
7307 pLast = NULL; in GetLast()
7316 pLast = NULL; in GetLast()
7324 pLast = m_entries[idx]; in GetLast()
7325 assert(pLast); in GetLast()
/external/sqlite/dist/orig/
Dsqlite3.c16014 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
21099 struct MemBlockHdr *pLast; member
21267 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
21268 if( mem.pLast ){ in sqlite3MemMalloc()
21269 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
21273 mem.pLast = pHdr; in sqlite3MemMalloc()
21328 assert( mem.pLast==pHdr ); in sqlite3MemFree()
21329 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
46490 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
46523 p->pLast = 0;
[all …]
/external/sqlite/dist/
Dsqlite3.c16014 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member
21099 struct MemBlockHdr *pLast; member
21267 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()
21268 if( mem.pLast ){ in sqlite3MemMalloc()
21269 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()
21273 mem.pLast = pHdr; in sqlite3MemMalloc()
21328 assert( mem.pLast==pHdr ); in sqlite3MemFree()
21329 mem.pLast = pHdr->pPrev; in sqlite3MemFree()
46490 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
46523 p->pLast = 0;
[all …]