Searched refs:pLast (Results 1 – 10 of 10) sorted by relevance
425 CFDE_CSSSelector *pFirst = NULL, *pLast = NULL; in FromString() local440 pFirst = pLast = p; in FromString()442 FXSYS_assert(pLast != NULL); in FromString()454 p->SetNext(pLast->GetNextSelector()); in FromString()455 pLast->SetNext(p); in FromString()456 pLast = p; in FromString()469 pFirst = pLast = p; in FromString()473 pFirst = pLast = p; in FromString()
149 _Node *pNode = &m_Root, *pLast = NULL; in SetField() local151 pLast = pNode; in SetField()153 pNode = _Lookup(pLast, name); in SetField()155 pNode = AddChild(pLast, name, NULL); in SetField()171 _Node *pNode = &m_Root, *pLast = NULL; in GetField() local173 pLast = pNode; in GetField()175 pNode = _Lookup(pLast, name); in GetField()188 _Node *pNode = &m_Root, *pLast = NULL; in RemoveField() local190 pLast = pNode; in RemoveField()192 pNode = _Lookup(pLast, name); in RemoveField()[all …]
212 FX_LPDYNAMICSTORECHUNK pLast = m_pChunk; in AllocChunk() local213 while (pLast->pNextChunk != NULL) { in AllocChunk()214 pLast = pLast->pNextChunk; in AllocChunk()216 pLast->pNextChunk = pChunk; in AllocChunk()
202 FX_PATHPOINT* pLast = GetLastPoint(); in AddLine() local203 if (pLast == NULL || FXSYS_fabs(pLast->m_PointX - pt1.x) > 0.001 || in AddLine()204 FXSYS_fabs(pLast->m_PointY - pt1.y) > 0.001) { in AddLine()
864 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg); in NDEF_MsgAddRec() local866 if (!pLast) in NDEF_MsgAddRec()869 *pLast &= ~NDEF_ME_MASK; in NDEF_MsgAddRec()1047 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg); in NDEF_MsgAppendRec() local1049 if (!pLast) in NDEF_MsgAppendRec()1052 *pLast &= ~NDEF_ME_MASK; in NDEF_MsgAppendRec()
714 CPLTreeNode* pLast = pParent->GetNode(CPLTreeNode::LastChild); variable715 pChild->SetPrevNode(pLast);716 pLast->SetNextNode(pChild);
6078 const BlockEntry* const pLast = m_entries[idx]; in Parse() local6079 if (pLast == NULL) in Parse()6082 const Block* const pBlock = pLast->GetBlock(); in Parse()6999 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()7007 pLast = NULL; in GetLast()7016 pLast = NULL; in GetLast()7024 pLast = m_entries[idx]; in GetLast()7025 assert(pLast); in GetLast()
6297 const BlockEntry* const pLast = m_entries[idx]; in Parse() local6298 if (pLast == NULL) in Parse()6301 const Block* const pBlock = pLast->GetBlock(); in Parse()7217 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast()7225 pLast = NULL; in GetLast()7234 pLast = NULL; in GetLast()7242 pLast = m_entries[idx]; in GetLast()7243 assert(pLast); in GetLast()
13431 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member18165 struct MemBlockHdr *pLast; member18333 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()18334 if( mem.pLast ){ in sqlite3MemMalloc()18335 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()18339 mem.pLast = pHdr; in sqlite3MemMalloc()18394 assert( mem.pLast==pHdr ); in sqlite3MemFree()18395 mem.pLast = pHdr->pPrev; in sqlite3MemFree()42485 struct RowSetEntry *pLast; /* Last entry on the pEntry list */42518 p->pLast = 0;[all …]
13431 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member18165 struct MemBlockHdr *pLast; member18333 pHdr->pPrev = mem.pLast; in sqlite3MemMalloc()18334 if( mem.pLast ){ in sqlite3MemMalloc()18335 mem.pLast->pNext = pHdr; in sqlite3MemMalloc()18339 mem.pLast = pHdr; in sqlite3MemMalloc()18394 assert( mem.pLast==pHdr ); in sqlite3MemFree()18395 mem.pLast = pHdr->pPrev; in sqlite3MemFree()42467 struct RowSetEntry *pLast; /* Last entry on the pEntry list */42500 p->pLast = 0;[all …]