Home
last modified time | relevance | path

Searched refs:lexbor_hash_destroy (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c170 lexbor_hash_destroy(document->tags, true); in lxb_dom_document_init()
171 lexbor_hash_destroy(document->ns, true); in lxb_dom_document_init()
172 lexbor_hash_destroy(document->attrs, true); in lxb_dom_document_init()
173 lexbor_hash_destroy(document->prefix, true); in lxb_dom_document_init()
215 lexbor_hash_destroy(document->tags, true); in lxb_dom_document_destroy()
216 lexbor_hash_destroy(document->ns, true); in lxb_dom_document_destroy()
217 lexbor_hash_destroy(document->attrs, true); in lxb_dom_document_destroy()
218 lexbor_hash_destroy(document->prefix, true); in lxb_dom_document_destroy()
/PHP-8.2/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c255 tkz->tags = lexbor_hash_destroy(tkz->tags, true); in lxb_html_tokenizer_tags_destroy()
269 tkz->attrs = lexbor_hash_destroy(tkz->attrs, true); in lxb_html_tokenizer_attrs_destroy()
/PHP-8.2/ext/dom/lexbor/lexbor/core/
H A Dhash.h98 lexbor_hash_destroy(lexbor_hash_t *hash, bool destroy_obj);
H A Dhash.c168 lexbor_hash_destroy(lexbor_hash_t *hash, bool destroy_obj) in lexbor_hash_destroy() function
/PHP-8.2/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c373 document->css.customs = lexbor_hash_destroy(document->css.customs, true); in lxb_html_document_css_customs_destroy()

Completed in 20 milliseconds