Home
last modified time | relevance | path

Searched refs:lxb_dom_attr_id_t (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.h27 lxb_dom_attr_id_t attr_id;
39 lxb_dom_attr_id_t upper_name; /* uppercase, with prefix: FIX:ME */
40 lxb_dom_attr_id_t qualified_name; /* original, with prefix: Fix:Me */
91 lxb_dom_attr_data_by_id(lexbor_hash_t *hash, lxb_dom_attr_id_t attr_id);
H A Dattr_const.h18 typedef uintptr_t lxb_dom_attr_id_t; typedef
H A Dattr.c78 new->qualified_name = (lxb_dom_attr_id_t) data; in lxb_dom_attr_interface_clone()
149 attr->qualified_name = (lxb_dom_attr_id_t) data; in lxb_dom_attr_set_name()
189 attr->node.local_name = (lxb_dom_attr_id_t) data; in lxb_dom_attr_set_name_ns()
197 attr->qualified_name = (lxb_dom_attr_id_t) data; in lxb_dom_attr_set_name_ns()
411 lxb_dom_attr_data_by_id(lexbor_hash_t *hash, lxb_dom_attr_id_t attr_id) in lxb_dom_attr_data_by_id()
H A Delement.h38 lxb_dom_attr_id_t upper_name;
41 lxb_dom_attr_id_t qualified_name;
117 lxb_dom_attr_id_t attr_id);
H A Ddocument_type.h25 lxb_dom_attr_id_t name;
H A Ddocument_type.c70 new->name = (lxb_dom_attr_id_t) data; in lxb_dom_document_type_interface_clone()
H A Dnode.c25 lxb_dom_attr_id_t name_id;
179 dst->local_name = (lxb_dom_attr_id_t) data; in lxb_dom_node_interface_copy()
200 dst->local_name = (lxb_dom_attr_id_t) tag; in lxb_dom_node_interface_copy()
H A Delement.c459 lxb_dom_attr_id_t attr_id) in lxb_dom_element_attr_by_id()

Completed in 18 milliseconds