Searched refs:current (Results 1 – 2 of 2) sorted by relevance
26 zend_long current, in ds_reallocate_zval_buffer() argument29 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()
300 zval *ds_reallocate_zval_buffer(zval *buffer, zend_long length, zend_long current, zend_long used);
Completed in 4 milliseconds