Home
last modified time | relevance | path

Searched defs:size (Results 1 – 12 of 12) sorted by relevance

/ext-ds/src/
H A Dcommon.c91 void ds_sort_zval_buffer(zval *buffer, zend_long size) in ds_sort_zval_buffer()
96 void ds_user_sort_zval_buffer(zval *buffer, zend_long size) in ds_user_sort_zval_buffer()
117 zend_long size in ds_normalize_slice_args()
167 zend_long size, in ds_join_zval_buffer()
/ext-ds/src/ds/
H A Dds_vector.h9 zend_long size; // Number of values in the buffer member
H A Dds_deque.h31 zend_long size; member
H A Dds_priority_queue.h14 uint32_t size; member
H A Dds_priority_queue.c16 static inline uint32_t ds_priority_queue_get_capacity_for_size(uint32_t size) in ds_priority_queue_get_capacity_for_size()
152 const uint32_t size = queue->size; in ds_priority_queue_pop() local
H A Dds_stack.c59 zend_long size = DS_STACK_SIZE(stack); in ds_stack_to_array() local
H A Dds_queue.c65 zend_long size = QUEUE_SIZE(queue); in ds_queue_to_array() local
H A Dds_deque.c38 static inline zend_long ds_deque_get_capacity_for_size(zend_long size) in ds_deque_get_capacity_for_size()
56 static ds_deque_t *ds_deque_preallocated(zend_long size) in ds_deque_preallocated()
69 static ds_deque_t *ds_deque_from_buffer(zval *buffer, zend_long capacity, zend_long size) in ds_deque_from_buffer()
160 void ds_deque_allocate(ds_deque_t *deque, zend_long size) in ds_deque_allocate()
H A Dds_htable.h156 uint32_t size; // Number of active buckets in the table member
H A Dds_vector.c57 ds_vector_t *ds_vector_from_buffer(zval *buffer, zend_long capacity, zend_long size) in ds_vector_from_buffer()
181 zend_long size = vector->size; in ds_vector_to_array() local
H A Dds_htable.c623 static inline zend_long ds_htable_get_capacity_for_size(zend_long size) in ds_htable_get_capacity_for_size()
/ext-ds/src/php/iterators/
H A Dphp_htable_iterator.c32 uint32_t size = iterator->table->size; in php_ds_htable_iterator_valid() local

Completed in 21 milliseconds