pListLast          33 Zend/zend_hash.c 	(element)->pListLast = (last);							\
pListLast          41 Zend/zend_hash.c 		(next)->pListLast = (element);						\
pListLast         165 Zend/zend_hash.c 	if (p->pListLast != NULL) {
pListLast         166 Zend/zend_hash.c 		p->pListLast->pListNext = p->pListNext;
pListLast         172 Zend/zend_hash.c 		p->pListNext->pListLast = p->pListLast;
pListLast         175 Zend/zend_hash.c 		ht->pListTail = p->pListLast;
pListLast         731 Zend/zend_hash.c 		Bucket *p_last = p->pListLast;
pListLast        1060 Zend/zend_hash.c 		*current = (*current)->pListLast;
pListLast        1208 Zend/zend_hash.c 				Bucket *r = p->pListLast;
pListLast        1216 Zend/zend_hash.c 					r = r->pListLast;
pListLast        1258 Zend/zend_hash.c 			CONNECT_TO_GLOBAL_DLLIST_EX(q, ht, p->pListLast, p->pListNext);
pListLast        1349 Zend/zend_hash.c 			CONNECT_TO_GLOBAL_DLLIST_EX(q, ht, p ? p->pListLast : ht->pListTail, p);
pListLast        1393 Zend/zend_hash.c 	arTmp[0]->pListLast = NULL;
pListLast        1397 Zend/zend_hash.c 			arTmp[j]->pListLast = arTmp[j-1];
pListLast        1400 Zend/zend_hash.c 		arTmp[j]->pListLast = arTmp[j-1];
pListLast        1546 Zend/zend_hash.c 		p = p->pListLast;
pListLast        1570 Zend/zend_hash.c 		p = p->pListLast;
pListLast          61 Zend/zend_hash.h 	struct bucket *pListLast;
pListLast         141 Zend/zend_string.c 	p->pListLast = CG(interned_strings).pListTail;
pListLast         144 Zend/zend_string.c 	if (p->pListLast != NULL) {
pListLast         145 Zend/zend_string.c 		p->pListLast->pListNext = p;
pListLast         205 Zend/zend_string.c 			if (p->pListLast != NULL) {
pListLast         206 Zend/zend_string.c 				p->pListLast->pListNext = p->pListNext;
pListLast         211 Zend/zend_string.c 				p->pListNext->pListLast = p->pListLast;
pListLast         213 Zend/zend_string.c 				CG(interned_strings).pListTail = p->pListLast;
pListLast         291 ext/opcache/ZendAccelerator.c 		ZCSG(interned_strings).pListHead->pListLast = NULL;
pListLast         367 ext/opcache/ZendAccelerator.c 	p->pListLast = ZCSG(interned_strings).pListTail;
pListLast         370 ext/opcache/ZendAccelerator.c 	if (p->pListLast != NULL) {
pListLast         371 ext/opcache/ZendAccelerator.c 		p->pListLast->pListNext = p;
pListLast         390 ext/opcache/zend_accelerator_util_funcs.c 		q->pListLast = ht->pListTail;
pListLast         517 ext/opcache/zend_accelerator_util_funcs.c 		q->pListLast = ht->pListTail;
pListLast         628 ext/opcache/zend_accelerator_util_funcs.c 		q->pListLast = ht->pListTail;
pListLast          98 ext/opcache/zend_persist.c 		if (p->pListLast) {
pListLast          99 ext/opcache/zend_persist.c 			p->pListLast->pListNext = p;
pListLast         102 ext/opcache/zend_persist.c 			p->pListNext->pListLast = p;
pListLast         459 ext/spl/php_spl.c 	(ht)->pListTail = (ht)->pListHead->pListLast;			\
pListLast         460 ext/spl/php_spl.c 	(ht)->pListHead->pListNext->pListLast = (ht)->pListHead;\
pListLast         462 ext/spl/php_spl.c 	(ht)->pListHead->pListLast = NULL;
pListLast        1780 ext/standard/array.c 		elems[j]->pListLast = hash->pListTail;
pListLast        3837 ext/standard/array.c 			indirect[k][i]->pListLast = hash->pListTail;