Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c38 static zend_always_inline bool lxb_selectors_adapted_is_matchable_child(const xmlNode *node) in lxb_selectors_adapted_is_matchable_child() function
1658 if (lxb_selectors_adapted_is_matchable_child(node)) in lxb_selectors_pseudo_class_function()
1668 if (lxb_selectors_adapted_is_matchable_child(node)) in lxb_selectors_pseudo_class_function()
1686 if(lxb_selectors_adapted_is_matchable_child(node) in lxb_selectors_pseudo_class_function()
1698 if(lxb_selectors_adapted_is_matchable_child(node) in lxb_selectors_pseudo_class_function()
1770 while (node != NULL && lxb_selectors_adapted_is_matchable_child(node)) { in lxb_selectors_pseudo_class_disabled()
1814 if (lxb_selectors_adapted_is_matchable_child(node)) in lxb_selectors_pseudo_class_first_child()
1832 if (lxb_selectors_adapted_is_matchable_child(node) in lxb_selectors_pseudo_class_first_of_type()
1851 if (lxb_selectors_adapted_is_matchable_child(node)) in lxb_selectors_pseudo_class_last_child()
1869 if (lxb_selectors_adapted_is_matchable_child(node) in lxb_selectors_pseudo_class_last_of_type()

Completed in 7 milliseconds