Lines Matching defs:TSRMLS_DC

111 static void spl_ptr_llist_zval_dtor(spl_ptr_llist_element *elem TSRMLS_DC) { /* {{{ */  in spl_ptr_llist_zval_dtor()
118 static void spl_ptr_llist_zval_ctor(spl_ptr_llist_element *elem TSRMLS_DC) { /* {{{ */ in spl_ptr_llist_zval_ctor()
143 static void spl_ptr_llist_destroy(spl_ptr_llist *llist TSRMLS_DC) /* {{{ */ in spl_ptr_llist_destroy()
186 static void spl_ptr_llist_unshift(spl_ptr_llist *llist, void *data TSRMLS_DC) /* {{{ */ in spl_ptr_llist_unshift()
210 static void spl_ptr_llist_push(spl_ptr_llist *llist, void *data TSRMLS_DC) /* {{{ */ in spl_ptr_llist_push()
234 static void *spl_ptr_llist_pop(spl_ptr_llist *llist TSRMLS_DC) /* {{{ */ in spl_ptr_llist_pop()
289 static void *spl_ptr_llist_shift(spl_ptr_llist *llist TSRMLS_DC) /* {{{ */ in spl_ptr_llist_shift()
319 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to TSRMLS_DC) /* {{{ */ in spl_ptr_llist_copy()
340 static void spl_dllist_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in spl_dllist_object_free_storage()
367 …d_class_entry *class_type, spl_dllist_object **obj, zval *orig, int clone_orig TSRMLS_DC) /* {{{ */ in spl_dllist_object_new_ex()
457 static zend_object_value spl_dllist_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in spl_dllist_object_new()
464 static zend_object_value spl_dllist_object_clone(zval *zobject TSRMLS_DC) /* {{{ */ in spl_dllist_object_clone()
482 static int spl_dllist_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_dllist_object_count_elements()
506 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{{ */ in spl_dllist_object_get_debug_info()
932 static void spl_dllist_it_dtor(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_dllist_it_dtor()
945 …verse_pointer_ptr, int *traverse_position_ptr, spl_ptr_llist *llist, int flags TSRMLS_DC) /* {{{ */ in spl_dllist_it_helper_rewind()
961 …verse_pointer_ptr, int *traverse_position_ptr, spl_ptr_llist *llist, int flags TSRMLS_DC) /* {{{ */ in spl_dllist_it_helper_move_forward()
997 static void spl_dllist_it_rewind(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_dllist_it_rewind()
1007 static int spl_dllist_it_valid(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_dllist_it_valid()
1016 static void spl_dllist_it_get_current_data(zend_object_iterator *iter, zval ***data TSRMLS_DC) /* {… in spl_dllist_it_get_current_data()
1029 static void spl_dllist_it_get_current_key(zend_object_iterator *iter, zval *key TSRMLS_DC) /* {{{ */ in spl_dllist_it_get_current_key()
1037 static void spl_dllist_it_move_forward(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_dllist_it_move_forward()
1307 …erator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) /* {{{ */ in spl_dllist_get_iterator()