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

/PHP_TRUNK/Zend/
H A Dzend_string.c132 p->pLast = NULL;
134 p->pNext->pLast = p;
216 p->pLast = NULL;
H A Dzend_hash.h62 struct bucket *pLast; member in struct:bucket
H A Dzend_hash.c27 (element)->pLast = NULL; \
29 (element)->pNext->pLast = (element); \
487 p->pLast->pNext = p->pNext;
490 p->pNext->pLast = p->pLast;
594 if (p->pLast) {
595 p->pLast->pNext = p->pNext;
603 p->pNext->pLast = p->pLast;
1280 p->pLast
[all...]
/PHP_TRUNK/ext/opcache/
H A Dzend_persist.c91 if (p->pLast) {
92 p->pLast->pNext = p;
95 p->pNext->pLast = p;
H A DZendAccelerator.c281 ZCSG(interned_strings).arBuckets[i]->pLast = NULL;
356 p->pLast = NULL;
358 p->pNext->pLast = p;
H A Dzend_accelerator_util_funcs.c328 q->pLast = NULL;
330 q->pNext->pLast = q;
448 q->pLast = NULL;
450 q->pNext->pLast = q;
559 q->pLast = NULL;
561 q->pNext->pLast = q;
/PHP_TRUNK/ext/sqlite3/libsqlite/
H A Dsqlite3.c10983 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member in struct:TriggerStep
14975 struct MemBlockHdr *pLast; member in struct:__anon18
15143 pHdr->pPrev = mem.pLast;
15144 if( mem.pLast ){
15145 mem.pLast->pNext = pHdr;
15149 mem.pLast = pHdr;
15204 assert( mem.pLast==pHdr );
15205 mem.pLast = pHdr->pPrev;
36352 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member in struct:RowSet
36415 struct RowSetEntry *pLast; /* The last prior entry */ local
46244 PgHdr *pLast = 0; /* Last frame in list */ local
63026 Mem *pLast; /* Last field of the record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
[all...]

Completed in 156 milliseconds