Lines Matching refs:subchild_node
298 xmlNodePtr sub_node, subchild_node, subgrandchild_node; in cb_get_entity_info() local
307 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info()
309 if (subchild_node == NULL) { in cb_get_entity_info()
314 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info()
316 if (subchild_node == NULL) { in cb_get_entity_info()
328 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info()
334 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info()
339 if (subchild_node == NULL) { in cb_get_entity_info()
346 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info()
348 if (subchild_node == NULL) { in cb_get_entity_info()
354 subchild_node = xmlNewNode(NULL, in cb_get_entity_info()
356 subchild_node = xmlAddChild(sub_node, subchild_node); in cb_get_entity_info()
357 if (subchild_node == NULL) { in cb_get_entity_info()
363 subgrandchild_node = xmlNewChild(subchild_node, NULL, in cb_get_entity_info()
369 subgrandchild_node = xmlNewChild(subchild_node, NULL, in cb_get_entity_info()
379 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_entity_info()
381 if (subchild_node == NULL) { in cb_get_entity_info()
453 xmlNodePtr sub_node, subchild_node, subgrandchild_node; in cb_get_portal_info() local
471 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_portal_info()
477 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_portal_info()
482 if (subchild_node == NULL) { in cb_get_portal_info()
486 subchild_node = xmlNewChild(sub_node, NULL, (xmlChar *)UDPTCPPORT, in cb_get_portal_info()
488 if (subchild_node) { in cb_get_portal_info()
490 subgrandchild_node = xmlNewChild(subchild_node, NULL, in cb_get_portal_info()
497 subgrandchild_node = xmlNewChild(subchild_node, NULL, in cb_get_portal_info()
506 subchild_node = xmlNewChild(sub_node, NULL, (xmlChar *)GROUPTAG, in cb_get_portal_info()
508 if (subchild_node == NULL) { in cb_get_portal_info()
513 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_portal_info()
515 if (subchild_node == NULL) { in cb_get_portal_info()
522 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_portal_info()
524 if (subchild_node == NULL) { in cb_get_portal_info()
530 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_portal_info()
532 if (subchild_node) { in cb_get_portal_info()
533 subgrandchild_node = xmlNewChild(subchild_node, NULL, in cb_get_portal_info()
540 subgrandchild_node = xmlNewChild(subchild_node, NULL, in cb_get_portal_info()
551 subchild_node = xmlNewChild(sub_node, NULL, in cb_get_portal_info()
553 if (subchild_node) { in cb_get_portal_info()
554 subgrandchild_node = xmlNewChild(subchild_node, NULL, in cb_get_portal_info()
561 subgrandchild_node = xmlNewChild(subchild_node, NULL, in cb_get_portal_info()