Lines Matching defs:TSRMLS_DC

32 …ic zval *com_property_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC)  in com_property_read()
67 …void com_property_write(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) in com_property_write()
87 static zval *com_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) in com_read_dimension()
127 static void com_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) in com_write_dimension()
199 …com_property_exists(zval *object, zval *member, int check_empty, const zend_literal *key TSRMLS_DC) in com_property_exists()
219 static int com_dimension_exists(zval *object, zval *member, int check_empty TSRMLS_DC) in com_dimension_exists()
225 static void com_property_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in com_property_delete()
230 static void com_dimension_delete(zval *object, zval *offset TSRMLS_DC) in com_dimension_delete()
235 static HashTable *com_properties_get(zval *object TSRMLS_DC) in com_properties_get()
262 …function *com_method_get(zval **object_ptr, char *name, int len, const zend_literal *key TSRMLS_DC) in com_method_get()
403 static union _zend_function *com_constructor_get(zval *object TSRMLS_DC) in com_constructor_get()
437 static zend_class_entry *com_class_entry_get(const zval *object TSRMLS_DC) in com_class_entry_get()
445 …e_get(const zval *object, const char **class_name, zend_uint *class_name_len, int parent TSRMLS_DC) in com_class_name_get()
457 static int com_objects_compare(zval *object1, zval *object2 TSRMLS_DC) in com_objects_compare()
489 static int com_object_cast(zval *readobj, zval *writeobj, int type TSRMLS_DC) in com_object_cast()
543 static int com_object_count(zval *object, long *count TSRMLS_DC) in com_object_count()
589 void php_com_object_enable_event_sink(php_com_dotnet_object *obj, int enable TSRMLS_DC) in php_com_object_enable_event_sink()
613 void php_com_object_free_storage(void *object TSRMLS_DC) in php_com_object_free_storage()
641 void php_com_object_clone(void *object, void **clone_ptr TSRMLS_DC) in php_com_object_clone()
665 zend_object_value php_com_object_new(zend_class_entry *ce TSRMLS_DC) in php_com_object_new()