Home
last modified time | relevance | path

Searched refs:lexbor_array_length (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/core/
H A Ddobject.h73 return lexbor_array_length(dobject->cache); in lexbor_dobject_cache_length()
H A Darray.h72 lexbor_array_length(lexbor_array_t *array) in lexbor_array_length() function
H A Ddobject.c95 if (lexbor_array_length(dobject->cache) != 0) { in lexbor_dobject_alloc()
H A Darray.c201 return lexbor_array_length(array); in lexbor_array_length_noi()
/php-src/ext/dom/lexbor/lexbor/dom/
H A Dcollection.h83 return lexbor_array_length(&col->array); in lxb_dom_collection_length()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c529 length = lexbor_array_length(document->css.stylesheets); in lxb_html_document_stylesheet_remove()
536 length = lexbor_array_length(document->css.stylesheets); in lxb_html_document_stylesheet_remove()
556 for (size_t i = 0; i < lexbor_array_length(ssts); i++) { in lxb_html_document_element_styles_attach()
593 length = lexbor_array_length(css->stylesheets); in lxb_html_document_stylesheet_destroy_all()
896 length = lexbor_array_length(document->css.stylesheets);
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c928 while (lexbor_array_length(tree->open_elements) != 0) { in lxb_html_tree_generate_implied_end_tags()
967 while (lexbor_array_length(tree->open_elements) != 0) { in lxb_html_tree_generate_all_implied_end_tags_thoroughly()

Completed in 20 milliseconds