Searched refs:ds_reallocate_zval_buffer (Results 1 – 4 of 4) sorted by relevance
/ext-ds/src/ |
H A D | common.c | 23 zval *ds_reallocate_zval_buffer( in ds_reallocate_zval_buffer() function
|
H A D | common.h | 300 zval *ds_reallocate_zval_buffer(zval *buffer, zend_long length, zend_long current, zend_long used);
|
/ext-ds/src/ds/ |
H A D | ds_vector.c | 17 …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 D | ds_deque.c | 149 …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 10 milliseconds