Lines Matching refs:root

126 	xmlNodePtr	n_obj, n_node, sub_node, root;
134 root = xmlDocGetRootElement(doc);
135 if (root == NULL) {
141 n_obj = xmlAddChild(root, n_obj);
596 xmlNodePtr n_obj, n_node, sub_node, root;
605 root = xmlDocGetRootElement(doc);
606 if (root == NULL) {
611 n_obj = xmlAddChild(root, n_obj);
679 xmlNodePtr n_obj, n_node, sub_node, root;
688 root = xmlDocGetRootElement(doc);
689 if (root == NULL) {
695 n_obj = xmlAddChild(root, n_obj);
764 xmlNodePtr n_obj, n_node, root;
772 root = xmlDocGetRootElement(doc);
773 if (root == NULL) {
779 n_obj = xmlAddChild(root, n_obj);
863 xmlNodePtr n_obj, n_node, sub_node, root;
872 root = xmlDocGetRootElement(doc);
873 if (root == NULL) {
879 n_obj = xmlAddChild(root, n_obj);
1026 xmlNodePtr n_obj, n_node, root;
1035 root = xmlDocGetRootElement(doc);
1036 if (root == NULL) {
1041 n_obj = xmlAddChild(root, n_obj);
1094 xmlNodePtr n_obj, n_node, root;
1103 root = xmlDocGetRootElement(doc);
1104 if (root == NULL) {
1109 n_obj = xmlAddChild(root, n_obj);
1162 xmlNodePtr n_obj, n_node, root;
1171 root = xmlDocGetRootElement(doc);
1172 if (root == NULL) {
1177 n_obj = xmlAddChild(root, n_obj);
1230 xmlNodePtr n_obj, n_node, root;
1239 root = xmlDocGetRootElement(doc);
1240 if (root == NULL) {
1245 n_obj = xmlAddChild(root, n_obj);
1296 xmlNodePtr n_obj, n_node, root;
1299 root = xmlDocGetRootElement(doc);
1300 if (root == NULL) {
1305 if (root->children) {
1306 n_obj = xmlAddPrevSibling(root->children, n_obj);
1320 n_obj = xmlAddChild(root, n_obj);
1360 xmlNodePtr n_obj, n_node, root;
1363 root = xmlDocGetRootElement(doc);
1364 if (root == NULL) {
1369 if (root->children) {
1371 n_obj = xmlAddPrevSibling(root->children, n_obj);
1387 n_obj = xmlAddChild(root, n_obj);
1431 xmlNodePtr n_obj, root;
1436 root = xmlDocGetRootElement(doc);
1437 if (root == NULL) {
1442 n_obj = xmlAddChild(root, n_obj);
2202 xmlNodePtr n_obj, n_node, root;
2206 root = xmlDocGetRootElement(doc);
2207 if (root == NULL) {
2251 if ((n_obj = xmlAddChild(root, n_obj)) == NULL) {
2307 xmlNodePtr n_node, n_obj, root;
2335 root = xmlDocGetRootElement(doc);
2336 if (root == NULL) {
2390 n_obj = xmlAddChild(root, n_obj);
2460 xmlNodePtr n_node, n_obj, root;
2491 root = xmlDocGetRootElement(doc);
2492 if (root == NULL) {
2563 n_obj = xmlAddChild(root, n_obj);
2632 xmlNodePtr n_node, n_obj, root;
2645 root = xmlDocGetRootElement(doc);
2646 if (root == NULL) {
2686 if ((n_obj = xmlAddChild(root, n_obj)) == NULL) {
2743 xmlNodePtr n_node, n_obj, root;
2758 root = xmlDocGetRootElement(doc);
2759 if (root == NULL) {
2792 if ((n_obj = xmlAddChild(root, n_obj)) == NULL) {
2848 xmlNodePtr n_obj, n_node, root;
2856 root = xmlDocGetRootElement(doc);
2857 if (root == NULL) {
2907 if ((n_obj = xmlAddChild(root, n_obj)) == NULL) {