HTML_TEXT_NODE    801 third_party/libxml/src/HTMLtree.c     if (cur->type == HTML_TEXT_NODE) {
HTML_TEXT_NODE    876 third_party/libxml/src/HTMLtree.c 	    if ((cur->next->type != HTML_TEXT_NODE) &&
HTML_TEXT_NODE    902 third_party/libxml/src/HTMLtree.c 	    if ((cur->next->type != HTML_TEXT_NODE) &&
HTML_TEXT_NODE    923 third_party/libxml/src/HTMLtree.c 	    (cur->children->type != HTML_TEXT_NODE) &&
HTML_TEXT_NODE    931 third_party/libxml/src/HTMLtree.c 	    (cur->last->type != HTML_TEXT_NODE) &&
HTML_TEXT_NODE    947 third_party/libxml/src/HTMLtree.c         if ((cur->next->type != HTML_TEXT_NODE) &&