Lines Matching defs:api_root
39 static xmlNodePtr api_root = NULL;
54 api_root = NULL;
63 api_root = NULL;
82 if ((api_root == NULL) || (api_root->type != XML_ELEMENT_NODE)) {
87 api_root = api_doc->children->next;
89 return(api_root);
95 if (api_root != NULL)
96 api_ns = api_root->nsDef;
107 if ((api_root == NULL) || (api_root->type != XML_ELEMENT_NODE)) {
110 if (api_root == NULL)
112 if (api_root->properties != NULL) {
113 api_attr = api_root->properties;
114 return(api_root->properties);
119 api_attr = xmlSetProp(api_root, name, (const xmlChar *) "bar");
780 if ((val != NULL) && (val != api_root) && (val != (xmlNodePtr) api_doc)) {