Home
last modified time | relevance | path

Searched defs:ce (Results 1 – 25 of 30) sorted by relevance

12

/ext-ds/src/php/classes/
H A Dphp_hashable_ce.c19 zend_class_entry ce; in php_ds_register_hashable() local
H A Dphp_sequence_ce.c12 zend_class_entry ce; in php_ds_register_sequence() local
H A Dphp_collection_ce.c11 zend_class_entry ce; in php_ds_register_collection() local
H A Dphp_pair_ce.c48 zend_class_entry ce; in php_ds_register_pair() local
H A Dphp_priority_queue_ce.c95 zend_class_entry ce; in php_ds_register_priority_queue() local
H A Dphp_stack_ce.c128 zend_class_entry ce; in php_ds_register_stack() local
H A Dphp_queue_ce.c125 zend_class_entry ce; in php_ds_register_queue() local
/ext-ds/src/php/iterators/
H A Dphp_set_iterator.c10 zend_object_iterator *php_ds_set_get_iterator(zend_class_entry *ce, zval *obj, int by_ref) in php_ds_set_get_iterator()
H A Dphp_map_iterator.c10 zend_object_iterator *php_ds_map_get_iterator(zend_class_entry *ce, zval *obj, int by_ref) in php_ds_map_get_iterator()
H A Dphp_htable_iterator.c194 zend_class_entry *ce, in php_ds_htable_get_value_iterator_ex()
204 zend_class_entry *ce, in php_ds_htable_get_key_iterator_ex()
214 zend_class_entry *ce, in php_ds_htable_get_pair_iterator_ex()
224 zend_class_entry *ce, in php_ds_htable_get_assoc_iterator_ex()
H A Dphp_deque_iterator.c82 zend_object_iterator *php_ds_deque_get_iterator(zend_class_entry *ce, zval *obj, int by_ref) in php_ds_deque_get_iterator()
H A Dphp_vector_iterator.c81 zend_object_iterator *php_ds_vector_get_iterator(zend_class_entry *ce, zval *obj, int by_ref) in php_ds_vector_get_iterator()
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/objects/
H A Dphp_queue.c21 zend_object *php_ds_queue_create_object(zend_class_entry *ce) in php_ds_queue_create_object()
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.c20 zend_object *php_ds_deque_create_object(zend_class_entry *ce) in php_ds_deque_create_object()
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.c20 zend_object *php_ds_stack_create_object(zend_class_entry *ce) in php_ds_stack_create_object()
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_vector.c21 zend_object *php_ds_vector_create_object(zend_class_entry *ce) in php_ds_vector_create_object()
59 int php_ds_vector_unserialize(zval *obj, zend_class_entry *ce, const unsigned char *buffer, size_t … in php_ds_vector_unserialize()
H A Dphp_set.c20 zend_object *php_ds_set_create_object(zend_class_entry *ce) in php_ds_set_create_object()
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.c24 zend_object *php_ds_priority_queue_create_object(zend_class_entry *ce) in php_ds_priority_queue_create_object()
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.c20 zend_object *php_ds_map_create_object(zend_class_entry *ce) in php_ds_map_create_object()
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.c5 zend_object *php_ds_pair_create_object(zend_class_entry *ce) in php_ds_pair_create_object()
126 int php_ds_pair_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buffer, size_t… in php_ds_pair_unserialize()
/ext-ds/src/php/handlers/
H A Dphp_common_handlers.c8 zend_class_entry *ce = obj->ce; local
/ext-ds/src/php/
H A Dparameters.h81 #define PARSE_OBJ(o, ce) \ argument

Completed in 25 milliseconds

12