Searched defs:pLast (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp267 CJS_FieldEvent* pLast = m_pFieldEventPath; local
273 pLast = p;
283 pLast->pNext = pNew;
293 CJS_FieldEvent* pLast = NULL; local
302 pLast = p;
313 if (pLast)
314 pLast->pNext = NULL;
/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/lzma/CPP/Common/
H A DMyString.h121 const T *pLast = NULL; local
126 if (pLast == NULL)
127 pLast = p;
130 pLast = NULL;
133 if (pLast != NULL)
135 int i = (int)(pLast - _chars);
445 const T *pLast = NULL; local
450 if (pLast == NULL)
451 pLast = p;
454 pLast
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp165 _Node *pNode = &m_Root, *pLast = NULL; local
167 pLast = pNode;
169 pNode = _Lookup(pLast, name);
171 pNode = AddChild(pLast, name, NULL);
188 _Node *pNode = &m_Root, *pLast = NULL; local
190 pLast = pNode;
192 pNode = _Lookup(pLast, name);
206 _Node *pNode = &m_Root, *pLast = NULL; local
208 pLast = pNode;
210 pNode = _Lookup(pLast, nam
236 _Node *pNode = &m_Root, *pLast = NULL; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12726 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member in struct:TriggerStep
17401 struct MemBlockHdr *pLast; member in struct:__anon14358
17569 pHdr->pPrev = mem.pLast;
17570 if( mem.pLast ){
17571 mem.pLast->pNext = pHdr;
17575 mem.pLast = pHdr;
17630 assert( mem.pLast==pHdr );
17631 mem.pLast = pHdr->pPrev;
41091 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member in struct:RowSet
41185 struct RowSetEntry *pLast; /* The last prior entry */ local
51679 PgHdr *pLast = 0; /* Last frame in list */ local
73441 Mem *pLast; /* Last field of the record */ local
80390 SortSubtask *pLast = &pSorter->aTask[pSorter->nTask-1]; local
121782 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
122053 wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12726 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member in struct:TriggerStep
17401 struct MemBlockHdr *pLast; member in struct:__anon14392
17569 pHdr->pPrev = mem.pLast;
17570 if( mem.pLast ){
17571 mem.pLast->pNext = pHdr;
17575 mem.pLast = pHdr;
17630 assert( mem.pLast==pHdr );
17631 mem.pLast = pHdr->pPrev;
41109 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member in struct:RowSet
41203 struct RowSetEntry *pLast; /* The last prior entry */ local
51697 PgHdr *pLast = 0; /* Last frame in list */ local
73459 Mem *pLast; /* Last field of the record */ local
80408 SortSubtask *pLast = &pSorter->aTask[pSorter->nTask-1]; local
121800 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
122071 wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast) argument
[all...]

Completed in 835 milliseconds