Home
last modified time | relevance | path

Searched defs:object (Results 1 – 22 of 22) 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 int php_ds_queue_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_… 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 int php_ds_deque_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_… 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 int php_ds_stack_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_… in php_ds_stack_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 int php_ds_set_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t … 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 int php_ds_priority_queue_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buff… 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 int php_ds_map_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t … 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 int php_ds_pair_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t… in php_ds_pair_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()
/ext-ds/src/php/iterators/
H A Dphp_vector_iterator.h9 zend_object *object; member
H A Dphp_deque_iterator.h9 zend_object *object; member
H A Dphp_priority_queue_iterator.h9 zend_object *object; member
H A Dphp_stack_iterator.h10 zend_object *object; member
H A Dphp_queue_iterator.h10 zend_object *object; member
H A Dphp_priority_queue_iterator.c62 zend_object_iterator *php_ds_priority_queue_get_iterator(zend_class_entry *ce, zval *object, int by… in php_ds_priority_queue_get_iterator()
H A Dphp_queue_iterator.c59 zend_object_iterator *php_ds_queue_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_ds_queue_get_iterator()
H A Dphp_stack_iterator.c59 zend_object_iterator *php_ds_stack_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_ds_stack_get_iterator()
/ext-ds/src/php/handlers/
H A Dphp_priority_queue_handlers.c9 static void php_ds_priority_queue_free_object(zend_object *object) in php_ds_priority_queue_free_object()
H A Dphp_stack_handlers.c23 static void php_ds_stack_free_object(zend_object *object)
H A Dphp_queue_handlers.c25 static void php_ds_queue_free_object(zend_object *object)
H A Dphp_set_handlers.c57 static void php_ds_set_free_object(zend_object *object)
H A Dphp_map_handlers.c98 static void php_ds_map_free_object(zend_object *object)
H A Dphp_deque_handlers.c122 static void php_ds_deque_free_object(zend_object *object)

Completed in 31 milliseconds