Home
last modified time | relevance | path

Searched defs:length (Results 1 – 14 of 14) sorted by relevance

/ext-ds/src/php/objects/
H A Dphp_queue.c31 int php_ds_queue_serialize(zval *object, unsigned char **buffer, size_t *length, zend_serialize_dat… in php_ds_queue_serialize()
60 …lize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t length, zend_unserial… in php_ds_queue_unserialize()
H A Dphp_deque.c30 int php_ds_deque_serialize(zval *object, unsigned char **buffer, size_t *length, zend_serialize_dat… in php_ds_deque_serialize()
59 …lize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t length, zend_unserial… in php_ds_deque_unserialize()
H A Dphp_stack.c30 int php_ds_stack_serialize(zval *object, unsigned char **buffer, size_t *length, zend_serialize_dat… in php_ds_stack_serialize()
59 …lize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t length, zend_unserial… in php_ds_stack_unserialize()
H A Dphp_vector.c31 int php_ds_vector_serialize(zval *object, unsigned char **buffer, size_t *length, zend_serialize_da… in php_ds_vector_serialize()
59 …rialize(zval *obj, zend_class_entry *ce, const unsigned char *buffer, size_t length, zend_unserial… in php_ds_vector_unserialize()
H A Dphp_set.c30 int php_ds_set_serialize(zval *object, unsigned char **buffer, size_t *length, zend_serialize_data … in php_ds_set_serialize()
59 …lize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t length, zend_unserial… in php_ds_set_unserialize()
H A Dphp_priority_queue.c36 int php_ds_priority_queue_serialize(zval *object, unsigned char **buffer, size_t *length, zend_seri… in php_ds_priority_queue_serialize()
69 …lize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t length, zend_unserial… in php_ds_priority_queue_unserialize()
H A Dphp_map.c67 int php_ds_map_serialize(zval *object, unsigned char **buffer, size_t *length, zend_serialize_data … in php_ds_map_serialize()
72 …lize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t length, zend_unserial… in php_ds_map_unserialize()
H A Dphp_pair.c102 int php_ds_pair_serialize(zval *object, unsigned char **buffer, size_t *length, zend_serialize_data… in php_ds_pair_serialize()
126 …lize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t length, zend_unserial… in php_ds_pair_unserialize()
/ext-ds/src/
H A Dcommon.c3 zval *ds_allocate_zval_buffer(zend_long length) in ds_allocate_zval_buffer()
25 zend_long length, in ds_reallocate_zval_buffer()
116 zend_long *length, in ds_normalize_slice_args()
/ext-ds/src/ds/
H A Dds_deque.c33 zend_long length in ds_deque_memmove()
826 ds_deque_t *ds_deque_slice(ds_deque_t *deque, zend_long index, zend_long length) in ds_deque_slice()
H A Dds_htable.c856 ds_htable_t *ds_htable_slice(ds_htable_t *table, zend_long index, zend_long length) in ds_htable_slice()
1182 int ds_htable_serialize(ds_htable_t *table, unsigned char **buffer, size_t *length, zend_serialize_… in ds_htable_serialize()
1211 int ds_htable_unserialize(ds_htable_t *table, const unsigned char *buffer, size_t length, zend_unse… in ds_htable_unserialize()
H A Dds_map.c210 ds_map_t *ds_map_slice(ds_map_t *map, zend_long index, zend_long length) in ds_map_slice()
H A Dds_set.c172 ds_set_t *ds_set_slice(ds_set_t *set, zend_long index, zend_long length) in ds_set_slice()
H A Dds_vector.c677 ds_vector_t *ds_vector_slice(ds_vector_t *vector, zend_long index, zend_long length) in ds_vector_slice()

Completed in 30 milliseconds