Home
last modified time | relevance | path

Searched refs:pListTail (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_hash.c168 ht->pListTail = NULL; in _zend_hash_init()
587 ht->pListTail = NULL; in zend_hash_clean()
685 p = ht->pListTail; in zend_hash_graceful_reverse_destroy()
688 p = ht->pListTail; in zend_hash_graceful_reverse_destroy()
797 p = ht->pListTail; in zend_hash_reverse_apply()
1113 *pos = ht->pListTail; in zend_hash_internal_pointer_end_ex()
1399 ht->pListTail = q; in zend_hash_update_current_key_ex()
1470 ht->pListTail = NULL; in zend_hash_sort()
1485 ht->pListTail = arTmp[i-1]; in zend_hash_sort()
1631 p = ht->pListTail; in zend_hash_display_pListTail()
[all …]
H A Dzend_string.c139 p->pListLast = CG(interned_strings).pListTail; in zend_new_interned_string_int()
140 CG(interned_strings).pListTail = p; in zend_new_interned_string_int()
211 CG(interned_strings).pListTail = p->pListLast; in zend_interned_strings_restore_int()
H A Dzend_hash.h74 Bucket *pListTail; member
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c285 ht->pListTail = NULL;
335 q->pListLast = ht->pListTail;
336 ht->pListTail = q;
405 ht->pListTail = NULL;
455 q->pListLast = ht->pListTail;
456 ht->pListTail = q;
516 ht->pListTail = NULL;
566 q->pListLast = ht->pListTail;
567 ht->pListTail = q;
H A Dzend_persist.c114 if (ht->pListTail) { in zend_hash_persist()
115 ht->pListTail = zend_shared_alloc_get_xlat_entry(ht->pListTail); in zend_hash_persist()
H A DZendAccelerator.c285 ZCSG(interned_strings).pListTail = ZCSG(interned_strings_saved_state).pListTail; in accel_interned_strings_restore_state()
289 if (ZCSG(interned_strings).pListTail) { in accel_interned_strings_restore_state()
290 ZCSG(interned_strings).pListTail->pListNext = NULL; in accel_interned_strings_restore_state()
303 ZCSG(interned_strings_saved_state).pListTail = ZCSG(interned_strings).pListTail; in accel_interned_strings_save_state()
363 p->pListLast = ZCSG(interned_strings).pListTail; in accel_new_interned_string()
364 ZCSG(interned_strings).pListTail = p; in accel_new_interned_string()
H A DZendAccelerator.h309 Bucket *pListTail; member
/PHP-5.5/ext/spl/
H A Dphp_spl.c457 (ht)->pListTail->pListNext = (ht)->pListHead; \
458 (ht)->pListHead = (ht)->pListTail; \
459 (ht)->pListTail = (ht)->pListHead->pListLast; \
461 (ht)->pListTail->pListNext = NULL; \
H A Dspl_array.c738 spl_array_set_pos(intern, aht->pListTail); in spl_array_iterator_append()
/PHP-5.5/ext/standard/
H A Darray.c1768 hash->pListTail = NULL; in php_array_data_shuffle()
1772 if (hash->pListTail) { in php_array_data_shuffle()
1773 hash->pListTail->pListNext = elems[j]; in php_array_data_shuffle()
1775 elems[j]->pListLast = hash->pListTail; in php_array_data_shuffle()
1777 hash->pListTail = elems[j]; in php_array_data_shuffle()
3961 hash->pListTail = NULL; in PHP_FUNCTION()
3965 if (hash->pListTail) { in PHP_FUNCTION()
3966 hash->pListTail->pListNext = indirect[k][i]; in PHP_FUNCTION()
3968 indirect[k][i]->pListLast = hash->pListTail; in PHP_FUNCTION()
3970 hash->pListTail = indirect[k][i]; in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2283 if (ht->pListTail && ht->pListTail->nKeyLength == 0) { in array_num_elements()
2284 return ht->pListTail->h-1; in array_num_elements()

Completed in 62 milliseconds