Home
last modified time | relevance | path

Searched defs:node (Results 126 – 150 of 170) sorted by relevance

1234567

/php-src/Zend/Optimizer/
H A Dzend_cfg.h103 #define CRT_CONSTANT_EX(op_array, opline, node) \ argument
110 #define CRT_CONSTANT(node) \ argument
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dtitle_element.c23 lxb_dom_node_t *node = lxb_dom_interface_node(element); in lxb_html_title_element_interface_create() local
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dprocessing_instruction.c22 lxb_dom_node_t *node = lxb_dom_interface_node(element); in lxb_dom_processing_instruction_interface_create() local
H A Ddocument_type.h23 lxb_dom_node_t node; member
H A Ddocument_type.c27 lxb_dom_node_t *node = lxb_dom_interface_node(element); in lxb_dom_document_type_interface_create() local
H A Dattr.h35 lxb_dom_node_t node; member
H A Delement.h33 lxb_dom_node_t node; member
/php-src/Zend/
H A Dzend_compile.h95 znode node; member
692 # define OP_JMP_ADDR(opline, node) \ argument
695 # define ZEND_SET_OP_JMP_ADDR(opline, node, val) do { \ argument
705 # define ZEND_PASS_TWO_UNDO_JMP_TARGET(op_array, opline, node) do { \ argument
712 # define OP_JMP_ADDR(opline, node) \ argument
715 # define ZEND_SET_OP_JMP_ADDR(opline, node, val) do { \ argument
725 # define ZEND_PASS_TWO_UNDO_JMP_TARGET(op_array, opline, node) do { \ argument
735 # define CT_CONSTANT(node) \ argument
741 # define RT_CONSTANT(opline, node) \ argument
756 # define RT_CONSTANT(opline, node) \ argument
[all …]
H A Dzend_execute.c120 #define get_zval_ptr(op_type, node, type) _get_zval_ptr(op_type, node, type EXECUTE_DATA_CC OPLINE_… argument
121 #define get_zval_ptr_deref(op_type, node, type) _get_zval_ptr_deref(op_type, node, type EXECUTE_DAT… argument
122 #define get_zval_ptr_undef(op_type, node, type) _get_zval_ptr_undef(op_type, node, type EXECUTE_DAT… argument
123 #define get_op_data_zval_ptr_r(op_type, node) _get_op_data_zval_ptr_r(op_type, node EXECUTE_DATA_CC… argument
125 #define get_zval_ptr_ptr(op_type, node, type) _get_zval_ptr_ptr(op_type, node, type EXECUTE_DATA_CC) argument
126 #define get_zval_ptr_ptr_undef(op_type, node, type) _get_zval_ptr_ptr(op_type, node, type EXECUTE_D… argument
127 #define get_obj_zval_ptr(op_type, node, type) _get_obj_zval_ptr(op_type, node, type EXECUTE_DATA_CC… argument
129 #define get_obj_zval_ptr_ptr(op_type, node, type) _get_obj_zval_ptr_ptr(op_type, node, type EXECUTE… argument
395 static zend_always_inline zval *_get_zval_ptr_tmpvarcv(int op_type, znode_op node, int type EXECUTE… in _get_zval_ptr_tmpvarcv()
410 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, int type EXECUTE_DATA_DC … in _get_zval_ptr()
[all …]
H A Dzend_generators.h84 zend_generator_node node; member
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_template.c91 lxb_dom_node_t *node; in lxb_html_tree_insertion_mode_in_template_end_of_file() local
/php-src/ext/dom/
H A Dentityreference.c37 xmlNode *node; in PHP_METHOD() local
H A Dxml_serializer.c1046 xmlNodePtr node, in dom_xml_serializing_a_document_fragment_node()
1072 xmlNodePtr node, in dom_xml_serializing_a_document_node()
1108 xmlNodePtr node, in dom_xml_serialization_algorithm()
1156 int dom_xml_serialize(xmlSaveCtxtPtr ctxt, xmlOutputBufferPtr out, xmlNodePtr node, bool format) in dom_xml_serialize()
H A Delement.c400 xmlNodePtr node = xmlNewDocText(attr->doc, BAD_CAST value); in PHP_METHOD() local
442 static void dom_deep_ns_redef(xmlNodePtr node, xmlNsPtr ns_to_redefine) in dom_deep_ns_redef()
635 zval *id, *node; in dom_element_set_attribute_node_common() local
722 zval *node; in dom_element_remove_attribute_node() local
1001 static void dom_remove_eliminated_ns_single_element(xmlNodePtr node, xmlNsPtr eliminatedNs) in dom_remove_eliminated_ns_single_element()
1015 static void dom_remove_eliminated_ns(xmlNodePtr node, xmlNsPtr eliminatedNs) in dom_remove_eliminated_ns()
1362 zval *id, *node; in dom_element_set_id_attribute_node() local
H A Dhtml_collection.c30 xmlNodePtr node; member
H A Dxml_document.c74 xmlNodePtr node = doc->children; in dom_mark_namespaces_as_attributes_too() local
H A Dattr.c132 xmlNodePtr node = xmlNewDocTextLen(attrp->doc, BAD_CAST ZSTR_VAL(str), ZSTR_LEN(str)); in dom_attr_value_write() local
H A Dhtml_document.c342 xmlNodePtr node = parent->children; in dom_search_child() local
354 xmlNodePtr node = dom_search_child(parent, searching_for); in dom_place_remove_element_and_hoist_children() local
1205 …ic zend_result dom_common_save(dom_output_ctx *output_ctx, const xmlDoc *docp, const xmlNode *node) in dom_common_save()
1311 const xmlNode *node; in PHP_METHOD() local
H A Dxpath.c56 static void dom_xpath_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParse… in dom_xpath_proxy_factory()
336 xmlNodePtr node = nodesetp->nodeTab[i]; in php_xpath_eval() local
/php-src/ext/libxml/
H A Dlibxml.c184 static void php_libxml_node_free(xmlNodePtr node) in php_libxml_node_free()
305 PHP_LIBXML_API void php_libxml_node_free_list(xmlNodePtr node) in php_libxml_node_free_list()
1264 xmlNodePtr node = NULL; in php_libxml_import_node() local
1279 PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, v… in php_libxml_increment_node_ptr()
1387 PHP_LIBXML_API void php_libxml_node_free_resource(xmlNodePtr node) in php_libxml_node_free_resource()
H A Dphp_libxml.h96 xmlNodePtr node; member
102 php_libxml_node_ptr *node; member
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c98 ir_sym_node *node = _symbols; in ir_disasm_add_symbol() local
187 ir_sym_node *node = _symbols; in ir_disasm_find_symbol() local
/php-src/ext/simplexml/
H A Dphp_simplexml.h54 php_libxml_node_ptr *node; member
H A Dsimplexml.stub.php9 function simplexml_import_dom(object $node, ?string $class_name = SimpleXMLElement::class): ?Simple…
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h77 lxb_dom_node_t *node; member

Completed in 88 milliseconds

1234567