Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 37) sorted by last modified time

12

/PHP-7.4/ext/dom/
H A Ddomimplementation.c159 zval *node = NULL; in PHP_METHOD() local
H A Delement.c529 zval *id, *node; in PHP_FUNCTION() local
596 zval *id, *node; in PHP_FUNCTION() local
985 zval *id, *node; in PHP_FUNCTION() local
1247 zval *id, *node; in PHP_FUNCTION() local
H A Dphp_dom.c117 int dom_node_is_read_only(xmlNodePtr node) { in dom_node_is_read_only()
141 int dom_node_children_valid(xmlNodePtr node) { in dom_node_children_valid()
480 zval *node; in PHP_FUNCTION() local
511 xmlNodePtr node = (xmlNodePtr)dom_object_get_node(intern); in dom_objects_store_clone_obj() local
970 void node_list_unlink(xmlNodePtr node) in node_list_unlink()
1523 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName) { in dom_get_nsdecl()
H A Ddocument.c705 xmlNode *node; in PHP_FUNCTION() local
740 xmlNode *node; in PHP_FUNCTION() local
768 xmlNode *node; in PHP_FUNCTION() local
798 xmlNode *node; in PHP_FUNCTION() local
828 xmlNode *node; in PHP_FUNCTION() local
858 xmlNode *node; in PHP_FUNCTION() local
895 xmlAttrPtr node; in PHP_FUNCTION() local
931 xmlNode *node; in PHP_FUNCTION() local
992 zval *id, *node; in PHP_FUNCTION() local
1633 xmlNode *node; in PHP_FUNCTION() local
[all …]
H A Dnode.c885 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local
934 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local
1185 zval *id, *node; in PHP_FUNCTION() local
1237 zval *id, *node; in PHP_FUNCTION() local
1369 xmlNode *n, *node; in PHP_FUNCTION() local
1511 zval *id, *node; in PHP_FUNCTION() local
/PHP-7.4/ext/libxml/
H A Dlibxml.c183 static void php_libxml_node_free(xmlNodePtr node) in php_libxml_node_free()
222 PHP_LIBXML_API void php_libxml_node_free_list(xmlNodePtr node) in php_libxml_node_free_list()
1232 xmlNodePtr node = NULL; in php_libxml_import_node() local
1247 PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, v… in php_libxml_increment_node_ptr()
1342 PHP_LIBXML_API void php_libxml_node_free_resource(xmlNodePtr node) in php_libxml_node_free_resource()
/PHP-7.4/Zend/
H A Dzend_execute.c112 #define get_zval_ptr(op_type, node, should_free, type) _get_zval_ptr(op_type, node, should_free, ty… argument
113 #define get_zval_ptr_deref(op_type, node, should_free, type) _get_zval_ptr_deref(op_type, node, sho… argument
114 #define get_zval_ptr_undef(op_type, node, should_free, type) _get_zval_ptr_undef(op_type, node, sho… argument
115 #define get_op_data_zval_ptr_r(op_type, node, should_free) _get_op_data_zval_ptr_r(op_type, node, s… argument
117 #define get_zval_ptr_ptr(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, should_… argument
118 #define get_zval_ptr_ptr_undef(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, s… argument
119 #define get_obj_zval_ptr(op_type, node, should_free, type) _get_obj_zval_ptr(op_type, node, should_… argument
121 #define get_obj_zval_ptr_ptr(op_type, node, should_free, type) _get_obj_zval_ptr_ptr(op_type, node,… argument
393 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, zend_free_op *should_free… in _get_zval_ptr()
414 static zend_always_inline zval *_get_op_data_zval_ptr_r(int op_type, znode_op node, zend_free_op *s… in _get_op_data_zval_ptr_r()
[all …]
H A Dzend_compile.c2235 static inline void zend_handle_numeric_op(znode *node) /* {{{ */ in zend_handle_numeric_op()
2423 static void zend_separate_if_call_and_write(znode *node, zend_ast *ast, uint32_t type) /* {{{ */ in zend_separate_if_call_and_write()
7597 znode *node = Z_PTR_P(zv); in znode_dtor() local
7609 znode var_node_is, var_node_w, default_node, assign_node, *node; in zend_compile_assign_coalesce() local
H A Dzend_generators.c500 static zend_generator *zend_generator_get_child(zend_generator_node *node, zend_generator *leaf) in zend_generator_get_child()
511 static zend_generator_node *zend_generator_search_multi_children_node(zend_generator_node *node) in zend_generator_search_multi_children_node()
519 static void zend_generator_add_single_child(zend_generator_node *node, zend_generator *child, zend_… in zend_generator_add_single_child()
H A Dzend_ast.c48 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_znode(znode *node) { in zend_ast_create_znode()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1128 xmlNode *node, *nodec; in PHP_METHOD() local
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c235 xmlNodePtr node; in sxe_prop_dim_read() local
425 xmlNodePtr node; in sxe_prop_dim_write() local
678 xmlNodePtr node; in sxe_property_get_adr() local
717 xmlNodePtr node; in sxe_prop_dim_exists() local
839 xmlNodePtr node; in sxe_prop_dim_delete() local
1635 xmlNodePtr node; in SXE_METHOD() local
1661 xmlNodePtr node; in SXE_METHOD() local
1882 xmlNodePtr node; in sxe_object_cast_ex() local
2382 xmlNodePtr node; in php_sxe_reset_iterator() local
2518 xmlNodePtr node; in simplexml_export_node() local
[all …]
H A Dsxe.c128 xmlNodePtr node; in PHP_METHOD() local
H A Dphp_simplexml.h56 php_libxml_node_ptr *node; member
/PHP-7.4/ext/soap/
H A Dphp_encoding.c284 static zend_bool soap_check_zval_ref(zval *data, xmlNodePtr node) { in soap_check_zval_ref()
349 static zend_bool soap_check_xml_ref(zval *data, xmlNodePtr node) in soap_check_xml_ref()
367 static void soap_add_xml_ref(zval *data, xmlNodePtr node) in soap_add_xml_ref()
376 xmlNodePtr node = NULL; in master_to_xml_int() local
630 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
1196 static void model_to_zval_any(zval *ret, xmlNodePtr node) in model_to_zval_any()
3314 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
3319 static void set_ns_and_type_ex(xmlNodePtr node, char *ns, char *type) in set_ns_and_type_ex()
3364 xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns) in encode_add_ns()
3412 static void set_xsi_nil(xmlNodePtr node) in set_xsi_nil()
[all …]
H A Dphp_sdl.c49 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix()
70 static sdlTypePtr get_element(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_element()
213 static int is_wsdl_element(xmlNodePtr node) in is_wsdl_element()
560 static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* wsdl_soap_namespace, sdlSoap… in wsdl_soap_binding_body()
H A Dphp_xml.c41 static void cleanup_xml_node(xmlNodePtr node) in cleanup_xml_node()
180 xmlNsPtr attr_find_ns(xmlAttrPtr node) in attr_find_ns()
191 xmlNsPtr node_find_ns(xmlNodePtr node) in node_find_ns()
200 int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns) in attr_is_equal_ex()
216 int node_is_equal_ex(xmlNodePtr node, char *name, char *ns) in node_is_equal_ex()
233 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex()
244 xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) in get_node_ex()
255 xmlNodePtr get_node_recurisve_ex(xmlNodePtr node, char *name, char *ns) in get_node_recurisve_ex()
271 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex()
292 xmlNodePtr get_node_with_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *a… in get_node_with_attribute_recursive_ex()
H A Dsoap.c3724 …tion, char *function_name, char *uri, zval *ret, int version, int main, xmlNodePtr *node) /* {{{ */
3975 xmlNodePtr node = xmlNewNode(NULL, BAD_CAST("faultcode")); local
3989 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); local
3993 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); local
4000 xmlNodePtr node = xmlNewChild(param, ns, BAD_CAST("Code"), NULL); local
4014 xmlNodePtr node = xmlNewChild(param, ns, BAD_CAST("Reason"), NULL); local
4022 xmlNodePtr node; local
4544 xmlNodePtr node = params; local
H A Dphp_schema.c983 void schema_min_max(xmlNodePtr node, sdlContentModelPtr model) in schema_min_max()
H A Dphp_xml.h24 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) argument
25 #define get_node(node, name) get_node_ex(node, name, NULL) argument
26 #define get_node_recursive(node, name) get_node_recursive_ex(node, name, NULL) argument
27 #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL,… argument
28 #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_… argument
29 #define node_is_equal(node, name) node_is_equal_ex(node, name, NULL) argument
30 #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL) argument
/PHP-7.4/ext/tidy/
H A Dtidy.c205 TidyNode node; member
996 TidyNode node; in php_tidy_create_node() local
/PHP-7.4/ext/sockets/
H A Dconversions.c146 const char **node; in do_from_to_zval_err() local
726 const char *node = "family"; in from_zval_write_sockaddr_aux() local
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c259 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in xsl_ext_function_php() local
480 xmlNodePtr node = NULL; in php_xsl_apply_stylesheet() local
/PHP-7.4/ext/opcache/
H A Dzend_persist.c155 zend_ast *node; in zend_persist_ast() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.h105 #define CRT_CONSTANT_EX(op_array, opline, node, rt_constants) \ argument
112 #define CRT_CONSTANT(node) \ argument

Completed in 156 milliseconds

12