Home
last modified time | relevance | path

Searched refs:ds_reallocate_zval_buffer (Results 1 – 4 of 4) sorted by relevance

/ext-ds/src/
H A Dcommon.c23 zval *ds_reallocate_zval_buffer( in ds_reallocate_zval_buffer() function
H A Dcommon.h300 zval *ds_reallocate_zval_buffer(zval *buffer, zend_long length, zend_long current, zend_long used);
/ext-ds/src/ds/
H A Dds_vector.c17 …vector->buffer = ds_reallocate_zval_buffer(vector->buffer, capacity, vector->capacity, vector->s… in ds_vector_reallocate()
63 buffer = ds_reallocate_zval_buffer(buffer, DS_VECTOR_MIN_CAPACITY, capacity, size); in ds_vector_from_buffer()
H A Dds_deque.c149 …deque->buffer = ds_reallocate_zval_buffer(deque->buffer, capacity, deque->capacity, deque->size); in ds_deque_reallocate()
192 …deque->buffer = ds_reallocate_zval_buffer(deque->buffer, DS_DEQUE_MIN_CAPACITY, deque->capacity,… in ds_deque_clear()

Completed in 21 milliseconds