Searched defs:size (Results 1 – 12 of 12) sorted by relevance
91 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()
9 zend_long size; // Number of values in the buffer member
31 zend_long size; member
14 uint32_t size; member
16 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
59 zend_long size = DS_STACK_SIZE(stack); in ds_stack_to_array() local
65 zend_long size = QUEUE_SIZE(queue); in ds_queue_to_array() local
38 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()
156 uint32_t size; // Number of active buckets in the table member
57 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
623 static inline zend_long ds_htable_get_capacity_for_size(zend_long size) in ds_htable_get_capacity_for_size()
32 uint32_t size = iterator->table->size; in php_ds_htable_iterator_valid() local
Completed in 24 milliseconds