Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_string.c139 p->pListLast = CG(interned_strings).pListTail; in zend_new_interned_string_int()
142 if (p->pListLast != NULL) { in zend_new_interned_string_int()
143 p->pListLast->pListNext = p; in zend_new_interned_string_int()
203 if (p->pListLast != NULL) { in zend_interned_strings_restore_int()
204 p->pListLast->pListNext = p->pListNext; in zend_interned_strings_restore_int()
209 p->pListNext->pListLast = p->pListLast; in zend_interned_strings_restore_int()
211 CG(interned_strings).pListTail = p->pListLast; in zend_interned_strings_restore_int()
H A Dzend_hash.c523 p->pListNext->pListLast = p->pListLast; in zend_hash_del_key_or_index()
632 if (p->pListLast != NULL) { in zend_hash_apply_deleter()
639 p->pListNext->pListLast = p->pListLast; in zend_hash_apply_deleter()
802 p = p->pListLast; in zend_hash_reverse_apply()
1297 r = r->pListLast; in zend_hash_update_current_key_ex()
1316 p->pListNext->pListLast = p->pListLast; in zend_hash_update_current_key_ex()
1351 q->pListNext->pListLast = q->pListLast; in zend_hash_update_current_key_ex()
1395 q->pListLast = p->pListLast; in zend_hash_update_current_key_ex()
1401 if (q->pListLast) { in zend_hash_update_current_key_ex()
1634 p = p->pListLast; in zend_hash_display_pListTail()
[all …]
H A Dzend_hash.h61 struct bucket *pListLast; member
/PHP-5.5/ext/opcache/
H A Dzend_persist.c97 if (p->pListLast) { in zend_hash_persist()
98 p->pListLast->pListNext = p; in zend_hash_persist()
101 p->pListNext->pListLast = p; in zend_hash_persist()
H A Dzend_accelerator_util_funcs.c335 q->pListLast = ht->pListTail;
455 q->pListLast = ht->pListTail;
566 q->pListLast = ht->pListTail;
H A DZendAccelerator.c287 ZCSG(interned_strings).pListHead->pListLast = NULL; in accel_interned_strings_restore_state()
363 p->pListLast = ZCSG(interned_strings).pListTail; in accel_new_interned_string()
366 if (p->pListLast != NULL) { in accel_new_interned_string()
367 p->pListLast->pListNext = p; in accel_new_interned_string()
/PHP-5.5/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-5.5/ext/standard/
H A Darray.c1775 elems[j]->pListLast = hash->pListTail; in php_array_data_shuffle()
3968 indirect[k][i]->pListLast = hash->pListTail; in PHP_FUNCTION()

Completed in 39 milliseconds