Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 141) sorted by relevance

123456

/php-src/ext/dom/lexbor/lexbor/html/
H A Dinterface.h20 #define lxb_html_interface_document(obj) ((lxb_html_document_t *) (obj)) argument
22 #define lxb_html_interface_area(obj) ((lxb_html_area_element_t *) (obj)) argument
23 #define lxb_html_interface_audio(obj) ((lxb_html_audio_element_t *) (obj)) argument
24 #define lxb_html_interface_br(obj) ((lxb_html_br_element_t *) (obj)) argument
25 #define lxb_html_interface_base(obj) ((lxb_html_base_element_t *) (obj)) argument
26 #define lxb_html_interface_body(obj) ((lxb_html_body_element_t *) (obj)) argument
30 #define lxb_html_interface_data(obj) ((lxb_html_data_element_t *) (obj)) argument
35 #define lxb_html_interface_div(obj) ((lxb_html_div_element_t *) (obj)) argument
36 #define lxb_html_interface_element(obj) ((lxb_html_element_t *) (obj)) argument
43 #define lxb_html_interface_hr(obj) ((lxb_html_hr_element_t *) (obj)) argument
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/
H A Dinterface.h22 #define lxb_dom_interface_cdata_section(obj) ((lxb_dom_cdata_section_t *) (obj)) argument
23 #define lxb_dom_interface_character_data(obj) ((lxb_dom_character_data_t *) (obj)) argument
24 #define lxb_dom_interface_comment(obj) ((lxb_dom_comment_t *) (obj)) argument
25 #define lxb_dom_interface_document(obj) ((lxb_dom_document_t *) (obj)) argument
27 #define lxb_dom_interface_document_type(obj) ((lxb_dom_document_type_t *) (obj)) argument
28 #define lxb_dom_interface_element(obj) ((lxb_dom_element_t *) (obj)) argument
29 #define lxb_dom_interface_attr(obj) ((lxb_dom_attr_t *) (obj)) argument
30 #define lxb_dom_interface_event_target(obj) ((lxb_dom_event_target_t *) (obj)) argument
31 #define lxb_dom_interface_node(obj) ((lxb_dom_node_t *) (obj)) argument
33 #define lxb_dom_interface_shadow_root(obj) ((lxb_dom_shadow_root_t *) (obj)) argument
[all …]
/php-src/ext/intl/
H A Dintl_data.h33 #define INTL_METHOD_INIT_VARS(oclass, obj) \ argument
38 #define INTL_DATA_ERROR(obj) (((intl_object *)(obj))->error) argument
39 #define INTL_DATA_ERROR_P(obj) (&(INTL_DATA_ERROR((obj)))) argument
40 #define INTL_DATA_ERROR_CODE(obj) INTL_ERROR_CODE(INTL_DATA_ERROR((obj))) argument
42 #define INTL_METHOD_FETCH_OBJECT(oclass, obj) \ argument
66 #define INTL_METHOD_CHECK_STATUS(obj, msg) \ argument
75 #define INTL_METHOD_CHECK_STATUS_OR_GOTO(obj, msg, label) \ argument
85 #define INTL_METHOD_CHECK_STATUS_OR_NULL(obj, msg) \ argument
95 #define INTL_CTOR_CHECK_STATUS(obj, msg) \ argument
103 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
/php-src/ext/dom/
H A Dentity.c40 zend_result dom_entity_public_id_read(dom_object *obj, zval *retval) in dom_entity_public_id_read()
60 zend_result dom_entity_system_id_read(dom_object *obj, zval *retval) in dom_entity_system_id_read()
80 zend_result dom_entity_notation_name_read(dom_object *obj, zval *retval) in dom_entity_notation_name_read()
105 zend_result dom_entity_actual_encoding_read(dom_object *obj, zval *retval) in dom_entity_actual_encoding_read()
118 zend_result dom_entity_encoding_read(dom_object *obj, zval *retval) in dom_entity_encoding_read()
131 zend_result dom_entity_version_read(dom_object *obj, zval *retval) in dom_entity_version_read()
H A Ddocumenttype.c32 zend_result dom_documenttype_name_read(dom_object *obj, zval *retval) in dom_documenttype_name_read()
46 zend_result dom_documenttype_entities_read(dom_object *obj, zval *retval) in dom_documenttype_entities_read()
67 zend_result dom_documenttype_notations_read(dom_object *obj, zval *retval) in dom_documenttype_notations_read()
88 zend_result dom_documenttype_public_id_read(dom_object *obj, zval *retval) in dom_documenttype_public_id_read()
108 zend_result dom_documenttype_system_id_read(dom_object *obj, zval *retval) in dom_documenttype_system_id_read()
128 zend_result dom_documenttype_internal_subset_read(dom_object *obj, zval *retval) in dom_documenttype_internal_subset_read()
H A Dattr.c79 zend_result dom_attr_name_read(dom_object *obj, zval *retval) in dom_attr_name_read()
100 zend_result dom_attr_specified_read(dom_object *obj, zval *retval) in dom_attr_specified_read()
114 zend_result dom_attr_value_read(dom_object *obj, zval *retval) in dom_attr_value_read()
121 zend_result dom_attr_value_write(dom_object *obj, zval *newval) in dom_attr_value_write()
148 zend_result dom_attr_owner_element_read(dom_object *obj, zval *retval) in dom_attr_owner_element_read()
169 zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval) in dom_attr_schema_type_info_read()
H A Dprocessinginstruction.c74 zend_result dom_processinginstruction_target_read(dom_object *obj, zval *retval) in dom_processinginstruction_target_read()
88 zend_result dom_processinginstruction_data_read(dom_object *obj, zval *retval) in dom_processinginstruction_data_read()
95 zend_result dom_processinginstruction_data_write(dom_object *obj, zval *newval) in dom_processinginstruction_data_write()
H A Dnotation.c41 zend_result dom_notation_public_id_read(dom_object *obj, zval *retval) in dom_notation_public_id_read()
61 zend_result dom_notation_system_id_read(dom_object *obj, zval *retval) in dom_notation_system_id_read()
H A Dnode.c79 zend_result dom_node_node_name_read(dom_object *obj, zval *retval) in dom_node_node_name_read()
140 zend_result dom_node_node_value_read(dom_object *obj, zval *retval) in dom_node_node_value_read()
178 zend_result dom_node_node_value_write(dom_object *obj, zval *newval) in dom_node_node_value_write()
222 zend_result dom_node_node_type_read(dom_object *obj, zval *retval) in dom_node_node_type_read()
257 zend_result dom_node_parent_node_read(dom_object *obj, zval *retval) in dom_node_parent_node_read()
281 zend_result dom_node_child_nodes_read(dom_object *obj, zval *retval) in dom_node_child_nodes_read()
323 zend_result dom_node_last_child_read(dom_object *obj, zval *retval) in dom_node_last_child_read()
442 zend_result dom_node_attributes_read(dom_object *obj, zval *retval) in dom_node_attributes_read()
537 zend_result dom_node_prefix_read(dom_object *obj, zval *retval) in dom_node_prefix_read()
578 zend_result dom_node_prefix_write(dom_object *obj, zval *newval) in dom_node_prefix_write()
[all …]
H A Ddocument.c47 zend_result dom_document_doctype_read(dom_object *obj, zval *retval) in dom_document_doctype_read()
68 zend_result dom_document_implementation_read(dom_object *obj, zval *retval) in dom_document_implementation_read()
100 zend_result dom_document_encoding_read(dom_object *obj, zval *retval) in dom_document_encoding_read()
115 zend_result dom_document_encoding_write(dom_object *obj, zval *newval) in dom_document_encoding_write()
154 zend_result dom_document_standalone_read(dom_object *obj, zval *retval) in dom_document_standalone_read()
161 zend_result dom_document_standalone_write(dom_object *obj, zval *newval) in dom_document_standalone_write()
178 zend_result dom_document_version_read(dom_object *obj, zval *retval) in dom_document_version_read()
193 zend_result dom_document_version_write(dom_object *obj, zval *newval) in dom_document_version_write()
333 zend_result dom_document_recover_read(dom_object *obj, zval *retval) in dom_document_recover_read()
340 zend_result dom_document_recover_write(dom_object *obj, zval *newval) in dom_document_recover_write()
[all …]
/php-src/Zend/
H A Dzend_atomic.c26 ZEND_API void zend_atomic_bool_init(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_init()
30 ZEND_API bool zend_atomic_bool_exchange(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_exchange()
34 ZEND_API void zend_atomic_bool_store(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_store()
40 ZEND_API bool zend_atomic_bool_load(zend_atomic_bool *obj) { in zend_atomic_bool_load()
44 ZEND_API bool zend_atomic_bool_load(const zend_atomic_bool *obj) { in zend_atomic_bool_load()
H A Dzend_objects_API.h45 #define OBJ_RELEASE(obj) zend_object_release(obj) argument
67 static zend_always_inline void zend_object_store_ctor_failed(zend_object *obj) in zend_object_store_ctor_failed()
94 void *obj = emalloc(obj_size + zend_object_properties_size(ce)); in zend_object_alloc() local
99 static inline zend_property_info *zend_get_property_info_for_slot(zend_object *obj, zval *slot) in zend_get_property_info_for_slot()
108 static inline zend_property_info *zend_get_typed_property_info_for_slot(zend_object *obj, zval *slo… in zend_get_typed_property_info_for_slot()
H A Dzend_atomic.h67 #define ZEND_ATOMIC_BOOL_INIT(obj, desired) ((obj)->value = (desired)) in BEGIN_EXTERN_C() argument
74 static zend_always_inline bool zend_atomic_bool_load_ex(zend_atomic_bool *obj) { in zend_atomic_bool_load_ex()
79 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_store_ex()
H A Dzend_objects_API.c51 zend_object *obj = objects->object_buckets[i]; in zend_objects_store_call_destructors() local
77 zend_object *obj = *obj_ptr; in zend_objects_store_mark_destructed() local
89 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
/php-src/ext/mysqli/
H A Dmysqli_driver.c31 static int driver_report_read(mysqli_object *obj, zval *retval, bool quiet) in driver_report_read()
39 static int driver_report_write(mysqli_object *obj, zval *value) in driver_report_write()
48 static int driver_client_version_read(mysqli_object *obj, zval *retval, bool quiet) in driver_client_version_read()
56 static int driver_client_info_read(mysqli_object *obj, zval *retval, bool quiet) in driver_client_info_read()
64 static int driver_driver_version_read(mysqli_object *obj, zval *retval, bool quiet) in driver_driver_version_read()
H A Dmysqli_prop.c129 static int link_client_version_read(mysqli_object *obj, zval *retval, bool quiet) in link_client_version_read()
138 static int link_client_info_read(mysqli_object *obj, zval *retval, bool quiet) in link_client_info_read()
147 static int link_connect_errno_read(mysqli_object *obj, zval *retval, bool quiet) in link_connect_errno_read()
156 static int link_connect_error_read(mysqli_object *obj, zval *retval, bool quiet) in link_connect_error_read()
169 static int link_affected_rows_read(mysqli_object *obj, zval *retval, bool quiet) in link_affected_rows_read()
197 static int link_error_list_read(mysqli_object *obj, zval *retval, bool quiet) in link_error_list_read()
260 static int result_lengths_read(mysqli_object *obj, zval *retval, bool quiet) in result_lengths_read()
308 static int stmt_affected_rows_read(mysqli_object *obj, zval *retval, bool quiet) in stmt_affected_rows_read()
336 static int stmt_error_list_read(mysqli_object *obj, zval *retval, bool quiet) in stmt_error_list_read()
H A Dmysqli_warning.c130 mysqli_object *obj = Z_MYSQLI_P(ZEND_THIS); in PHP_METHOD() local
150 static int mysqli_warning_message(mysqli_object *obj, zval *retval, bool quiet) in mysqli_warning_message()
170 static int mysqli_warning_sqlstate(mysqli_object *obj, zval *retval, bool quiet) in mysqli_warning_sqlstate()
190 static int mysqli_warning_errno(mysqli_object *obj, zval *retval, bool quiet) in mysqli_warning_errno()
/php-src/ext/com_dotnet/
H A Dcom_handlers.c30 php_com_dotnet_object *obj; in com_property_read() local
62 php_com_dotnet_object *obj; in com_property_write() local
82 php_com_dotnet_object *obj; in com_read_dimension() local
118 php_com_dotnet_object *obj; in com_write_dimension() local
188 php_com_dotnet_object *obj; in com_property_exists() local
254 php_com_dotnet_object *obj = CDNO_FETCH(object); in PHP_FUNCTION() local
393 php_com_dotnet_object *obj = (php_com_dotnet_object *)object; in com_class_name_get() local
435 php_com_dotnet_object *obj; in com_object_cast() local
496 php_com_dotnet_object *obj; in com_object_count() local
567 php_com_dotnet_object *obj = (php_com_dotnet_object*)object; in php_com_object_free_storage() local
[all …]
H A Dcom_com.c34 php_com_dotnet_object *obj; in PHP_METHOD() local
283 IDispatch *obj = NULL; in PHP_FUNCTION() local
332 HRESULT php_com_invoke_helper(php_com_dotnet_object *obj, DISPID id_member, in php_com_invoke_helper()
410 HRESULT php_com_get_id_of_name(php_com_dotnet_object *obj, zend_string *name, in php_com_get_id_of_name()
456 zend_result php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
584 zend_result php_com_do_invoke_by_id(php_com_dotnet_object *obj, DISPID dispid, in php_com_do_invoke_by_id()
631 zend_result php_com_do_invoke(php_com_dotnet_object *obj, zend_string *name, in php_com_do_invoke()
681 php_com_dotnet_object *obj; in PHP_FUNCTION() local
743 php_com_dotnet_object *obj = NULL; in PHP_FUNCTION() local
H A Dcom_variant.c97 php_com_dotnet_object *obj; in php_com_variant_from_zval_ex() local
439 php_com_dotnet_object *obj; in PHP_METHOD() local
508 php_com_dotnet_object *obj; in PHP_FUNCTION() local
552 php_com_dotnet_object *obj; in variant_binary_operation() local
747 php_com_dotnet_object *obj; in variant_unary_operation() local
839 php_com_dotnet_object *obj; in PHP_FUNCTION() local
873 php_com_dotnet_object *obj; in PHP_FUNCTION() local
929 php_com_dotnet_object *obj; in PHP_FUNCTION() local
1014 php_com_dotnet_object *obj; in PHP_FUNCTION() local
1030 php_com_dotnet_object *obj; in PHP_FUNCTION() local
[all …]
H A Dcom_misc.c48 php_com_dotnet_object *obj; in php_com_wrap_dispatch() local
70 php_com_dotnet_object *obj; in php_com_wrap_variant() local
/php-src/ext/spl/
H A Dspl_observer.c65 zend_object *obj; member
343 zval obj; in spl_object_storage_debug_info() local
430 zend_object *obj; in PHP_METHOD() local
508 zend_object *obj; in PHP_METHOD() local
523 zend_object *obj; in PHP_METHOD() local
562 zval *obj; in PHP_METHOD() local
580 zval *obj; in PHP_METHOD() local
607 zval *obj; in PHP_METHOD() local
786 zval obj; in PHP_METHOD() local
891 zval obj; in PHP_METHOD() local
[all …]
H A Dphp_spl.c69 zval *obj; in PHP_FUNCTION() local
103 zval *obj; in PHP_FUNCTION() local
132 zval *obj; in PHP_FUNCTION() local
358 zend_object *obj; member
649 zend_object *obj; in PHP_FUNCTION() local
662 zend_object *obj; in PHP_FUNCTION() local
672 PHPAPI zend_string *php_spl_object_hash(zend_object *obj) /* {{{*/ in php_spl_object_hash()
/php-src/ext/zend_test/
H A Dobject_handlers.c26 zend_object *obj = zend_objects_new(ce); in donc_object_create_ex() local
129 zend_object *obj = zend_objects_new(ce); in long_castable_no_operation_object_create_ex() local
141 static zend_result long_castable_no_operation_cast_object(zend_object *obj, zval *result, int type) in long_castable_no_operation_cast_object()
165 zend_object *obj = zend_objects_new(ce); in float_castable_no_operation_object_create_ex() local
177 static zend_result float_castable_no_operation_cast_object(zend_object *obj, zval *result, int type) in float_castable_no_operation_cast_object()
201 zend_object *obj = zend_objects_new(ce); in numeric_castable_no_operation_object_create_ex() local
215 static zend_result numeric_castable_no_operation_cast_object(zend_object *obj, zval *result, int ty… in numeric_castable_no_operation_cast_object()
/php-src/ext/tidy/
H A Dtidy.c463 PHPTidyObj *obj; in tidy_doc_cast_handler() local
501 PHPTidyObj *obj; in tidy_node_cast_handler() local
536 static void tidy_doc_update_properties(PHPTidyObj *obj) in tidy_doc_update_properties()
568 static void tidy_add_node_default_properties(PHPTidyObj *obj) in tidy_add_node_default_properties()
1005 PHPTidyObj *obj; in PHP_FUNCTION() local
1067 PHPTidyObj *obj; in PHP_FUNCTION() local
1164 PHPTidyObj *obj; in PHP_FUNCTION() local
1306 PHPTidyObj *obj; in PHP_FUNCTION() local
1361 PHPTidyObj *obj; in PHP_METHOD() local
1401 PHPTidyObj *obj; in PHP_METHOD() local
[all …]

Completed in 95 milliseconds

123456