Searched refs:pLast (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssstylesheet.cpp425 CFDE_CSSSelector *pFirst = NULL, *pLast = NULL; local
440 pFirst = pLast = p;
442 FXSYS_assert(pLast != NULL);
454 p->SetNext(pLast->GetNextSelector());
455 pLast->SetNext(p);
456 pLast = p;
469 pFirst = pLast = p;
473 pFirst = pLast = p;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp149 _Node *pNode = &m_Root, *pLast = NULL; local
151 pLast = pNode;
153 pNode = _Lookup(pLast, name);
155 pNode = AddChild(pLast, name, NULL);
171 _Node *pNode = &m_Root, *pLast = NULL; local
173 pLast = pNode;
175 pNode = _Lookup(pLast, name);
188 _Node *pNode = &m_Root, *pLast = NULL; local
190 pLast = pNode;
192 pNode = _Lookup(pLast, nam
216 _Node *pNode = &m_Root, *pLast = NULL; local
[all...]
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_memory.cpp212 FX_LPDYNAMICSTORECHUNK pLast = m_pChunk; local
213 while (pLast->pNextChunk != NULL) {
214 pLast = pLast->pNextChunk;
216 pLast->pNextChunk = pChunk;
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_geobject.cpp202 FX_PATHPOINT* pLast = GetLastPoint(); local
203 if (pLast == NULL || FXSYS_fabs(pLast->m_PointX - pt1.x) > 0.001 ||
204 FXSYS_fabs(pLast->m_PointY - pt1.y) > 0.001) {
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c864 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg); local
866 if (!pLast)
869 *pLast &= ~NDEF_ME_MASK;
1047 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg); local
1049 if (!pLast)
1052 *pLast &= ~NDEF_ME_MASK;
/external/pdfium/xfa/src/fgas/include/
H A Dfx_utl.h714 CPLTreeNode* pLast = pParent->GetNode(CPLTreeNode::LastChild); local
715 pChild->SetPrevNode(pLast);
716 pLast->SetNextNode(pChild);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp6078 const BlockEntry* const pLast = m_entries[idx]; local
6079 if (pLast == NULL)
6082 const Block* const pBlock = pLast->GetBlock();
6999 long Cluster::GetLast(const BlockEntry*& pLast) const {
7007 pLast = NULL;
7016 pLast = NULL;
7024 pLast = m_entries[idx];
7025 assert(pLast);
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc6297 const BlockEntry* const pLast = m_entries[idx]; local
6298 if (pLast == NULL)
6301 const Block* const pBlock = pLast->GetBlock();
7217 long Cluster::GetLast(const BlockEntry*& pLast) const {
7225 pLast = NULL;
7234 pLast = NULL;
7242 pLast = m_entries[idx];
7243 assert(pLast);
/external/sqlite/dist/orig/
H A Dsqlite3.c13431 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member in struct:TriggerStep
18165 struct MemBlockHdr *pLast; member in struct:__anon17635
18333 pHdr->pPrev = mem.pLast;
18334 if( mem.pLast ){
18335 mem.pLast->pNext = pHdr;
18339 mem.pLast = pHdr;
18394 assert( mem.pLast==pHdr );
18395 mem.pLast = pHdr->pPrev;
42467 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member in struct:RowSet
42561 struct RowSetEntry *pLast; /* The last prior entry */ local
53100 PgHdr *pLast = 0; /* Last frame in list */ local
75544 Mem *pLast; /* Last field of the record */ local
82570 SortSubtask *pLast = &pSorter->aTask[pSorter->nTask-1]; local
124516 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
124795 wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast) argument
174320 Fts5Data *pLast = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13431 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member in struct:TriggerStep
18165 struct MemBlockHdr *pLast; member in struct:__anon17675
18333 pHdr->pPrev = mem.pLast;
18334 if( mem.pLast ){
18335 mem.pLast->pNext = pHdr;
18339 mem.pLast = pHdr;
18394 assert( mem.pLast==pHdr );
18395 mem.pLast = pHdr->pPrev;
42485 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member in struct:RowSet
42579 struct RowSetEntry *pLast; /* The last prior entry */ local
53118 PgHdr *pLast = 0; /* Last frame in list */ local
75562 Mem *pLast; /* Last field of the record */ local
82588 SortSubtask *pLast = &pSorter->aTask[pSorter->nTask-1]; local
124534 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
124813 wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast) argument
174350 Fts5Data *pLast = 0; local
[all...]

Completed in 1133 milliseconds