Searched refs:lastChild (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c2385 xmlNodePtr lastChild; local
2405 lastChild = ctxt->node->last;
2415 if (lastChild == NULL) {
2416 lastChild = xmlSAX2TextNode(ctxt, ch, len);
2417 if (lastChild != NULL) {
2418 ctxt->node->children = lastChild;
2419 ctxt->node->last = lastChild;
2420 lastChild->parent = ctxt->node;
2421 lastChild->doc = ctxt->node->doc;
2429 int coalesceText = (lastChild !
2649 xmlNodePtr ret, lastChild; local
[all...]
H A DHTMLparser.c2054 xmlNodePtr lastChild; local
2080 lastChild = xmlGetLastChild(ctxt->node);
2081 while ((lastChild) && (lastChild->type == XML_COMMENT_NODE))
2082 lastChild = lastChild->prev;
2083 if (lastChild == NULL) {
2093 } else if (xmlNodeIsText(lastChild)) {
2099 if ( xmlStrEqual(lastChild->name, BAD_CAST allowPCData[i]) ) {
H A Dparser.c2519 xmlNodePtr lastChild; local
2560 lastChild = xmlGetLastChild(ctxt->node);
2561 if (lastChild == NULL) {
2564 } else if (xmlNodeIsText(lastChild))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dwindowstr.h135 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dwindowstr.h135 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dwindowstr.h103 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dwindowstr.h130 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dwindowstr.h132 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dwindowstr.h157 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dwindowstr.h136 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dwindowstr.h136 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dwindowstr.h136 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dwindowstr.h136 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dwindowstr.h136 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dwindowstr.h136 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dwindowstr.h135 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dwindowstr.h135 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dwindowstr.h135 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dwindowstr.h104 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dwindowstr.h105 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dwindowstr.h105 WindowPtr lastChild; /* bottom-most child */ member in struct:_Window
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxmldom.idl109 HRESULT lastChild( [out,retval] IXMLDOMNode **lastChild );
H A Dmsxml2.idl383 HRESULT lastChild([retval, out] IXMLDOMNode **domNode);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxmldom.idl103 HRESULT lastChild( [out,retval] IXMLDOMNode **lastChild );
H A Dmsxml2.idl293 HRESULT lastChild([retval, out] IXMLDOMNode **domNode);

Completed in 196 milliseconds

12