Home
last modified time | relevance | path

Searched refs:current (Results 1 – 2 of 2) sorted by relevance

/ext-ds/src/
H A Dcommon.c26 zend_long current, in ds_reallocate_zval_buffer() argument
29 if (length == current) { in ds_reallocate_zval_buffer()
45 if (length > current) { in ds_reallocate_zval_buffer()
46 memset(buffer + current, 0, (length - current) * sizeof(zval)); in ds_reallocate_zval_buffer()
H A Dcommon.h300 zval *ds_reallocate_zval_buffer(zval *buffer, zend_long length, zend_long current, zend_long used);

Completed in 9 milliseconds