Searched refs:pListLast (Results 1 - 8 of 8) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_string.c139 p->pListLast = CG(interned_strings).pListTail;
142 if (p->pListLast != NULL) {
143 p->pListLast->pListNext = p;
203 if (p->pListLast != NULL) {
204 p->pListLast->pListNext = p->pListNext;
209 p->pListNext->pListLast = p->pListLast;
211 CG(interned_strings).pListTail = p->pListLast;
H A Dzend_hash.h60 struct bucket *pListLast; member in struct:bucket
H A Dzend_hash.c33 (element)->pListLast = (ht)->pListTail; \
36 if ((element)->pListLast != NULL) { \
37 (element)->pListLast->pListNext = (element); \
492 if (p->pListLast != NULL) {
493 p->pListLast->pListNext = p->pListNext;
499 p->pListNext->pListLast = p->pListLast;
501 ht->pListTail = p->pListLast;
608 if (p->pListLast != NULL) {
609 p->pListLast
[all...]
/PHP_TRUNK/ext/spl/
H A Dphp_spl.c459 (ht)->pListTail = (ht)->pListHead->pListLast; \
460 (ht)->pListHead->pListNext->pListLast = (ht)->pListHead;\
462 (ht)->pListHead->pListLast = NULL;
/PHP_TRUNK/ext/standard/
H A Darray.c1775 elems[j]->pListLast = hash->pListTail;
3957 indirect[k][i]->pListLast = hash->pListTail;
/PHP_TRUNK/ext/opcache/
H A Dzend_persist.c97 if (p->pListLast) {
98 p->pListLast->pListNext = p;
101 p->pListNext->pListLast = p;
H A DZendAccelerator.c287 ZCSG(interned_strings).pListHead->pListLast = NULL;
362 p->pListLast = ZCSG(interned_strings).pListTail;
365 if (p->pListLast != NULL) {
366 p->pListLast->pListNext = p;
H A Dzend_accelerator_util_funcs.c335 q->pListLast = ht->pListTail;
455 q->pListLast = ht->pListTail;
566 q->pListLast = ht->pListTail;

Completed in 21 milliseconds